Greg Sheremeta has uploaded a new change for review.

Change subject: webadmin, userportal: fixed left spacing for all grids
......................................................................

webadmin, userportal: fixed left spacing for all grids

CSS for first columns in all grids was broken such that left
padding wasn't applied. Fixed.

Change-Id: Id5a759b8208b17bb9378a8b3f3362c20ca02add9
Bug-Url: https://bugzilla.redhat.com/1131975
Signed-off-by: Greg Sheremeta <gsher...@redhat.com>
---
M 
frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/TabCellTable.css
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/22/32022/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/TabCellTable.css
 
b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/TabCellTable.css
index d1a506d..bf8f0d3 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/TabCellTable.css
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/ui/common/css/TabCellTable.css
@@ -1,13 +1,6 @@
 .cellTableWidget {
 }
 
-.cellTableFirstColumn {
-    padding: 2px 15px;
-}
-
-.cellTableLastColumn {
-}
-
 .cellTableFooter {
 }
 
@@ -57,4 +50,11 @@
 @sprite .cellTableLoading {
     gwt-image: 'cellTableLoading';
     margin: 3px;
-}
\ No newline at end of file
+}
+
+.cellTableFirstColumn, .cellTableFirstColumnHeader {
+    padding-left: 2px;
+}
+
+.cellTableLastColumn {
+}


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5a759b8208b17bb9378a8b3f3362c20ca02add9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to