Updated Branches:
  refs/heads/ui-restyle bbd88fda0 -> bee273fb0

Don't use margins for list view


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bee273fb
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bee273fb
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bee273fb

Branch: refs/heads/ui-restyle
Commit: bee273fb0cfa7f1d328572e1959a05f0b8c82f06
Parents: bbd88fd
Author: Brian Federle <brian.fede...@citrix.com>
Authored: Wed Oct 2 13:23:35 2013 -0700
Committer: Brian Federle <brian.fede...@citrix.com>
Committed: Wed Oct 2 13:23:35 2013 -0700

----------------------------------------------------------------------
 ui/stylesheets/csui/_list.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bee273fb/ui/stylesheets/csui/_list.scss
----------------------------------------------------------------------
diff --git a/ui/stylesheets/csui/_list.scss b/ui/stylesheets/csui/_list.scss
index 0751828..f82bd89 100644
--- a/ui/stylesheets/csui/_list.scss
+++ b/ui/stylesheets/csui/_list.scss
@@ -15,12 +15,11 @@
 // specific language governing permissions and limitations
 // under the License.
 @mixin csui-list {
-    margin: 20px;
     overflow: auto;
     
     table {
         width: 100%;
-
+        
         th, tr td {
             padding: 7px;
         }

Reply via email to