Daniel Erez has uploaded a new change for review.

Change subject: webadmin: adjust action table vertical scroll-bar
......................................................................

webadmin: adjust action table vertical scroll-bar

Action table vertical scroll-bar is cropped
when the items list is empty (Fedora19/Firefox21).

The issue was overlapping of the bottom table
over the header (which cropped the header
also when the table isn't empty).

Fixed by altering table's styles.

Screenshots-Before:
http://i.imgur.com/aP64ZzY.png
http://i.imgur.com/koRMhc1.png

Screenshots-After:
http://i.imgur.com/j7CjGN6.png
http://i.imgur.com/HjUPhu4.png

Change-Id: I8ed7202f2ff13ec5adf2c5de341f2b8223a85a63
Signed-off-by: Daniel Erez <[email protected]>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/SimpleActionTable.ui.xml
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/81/20881/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/SimpleActionTable.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/SimpleActionTable.ui.xml
index 4d54eb9..d37f764 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/SimpleActionTable.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/SimpleActionTable.ui.xml
@@ -37,7 +37,7 @@
                .content {
                        overflow-y: scroll;
                        position: absolute !important;
-                       top: 59px;
+                       top: 64px;
                        bottom: 0px;
                        left: 0px;
                        right: 0px;
@@ -53,7 +53,6 @@
                        bottom: 0px;
                        left: 0px;
                        right: 0px;
-                       padding-right: 17px;
                        background-color: #F0F2FF;
                }
 


-- 
To view, visit http://gerrit.ovirt.org/20881
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ed7202f2ff13ec5adf2c5de341f2b8223a85a63
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to