summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaromir Coufal <jcoufal@redhat.com>2013-07-26 19:40:42 +0200
committerTomas Sedovic <tomas@sedovic.cz>2013-08-01 16:18:57 +0200
commitc6dbb3ef1bbd62d09a1d7ef0b21762f7c05aae15 (patch)
treeb26d18786ffeb599019b753cd1324b2bf5b286e8
parente23dcde5c337849568df0c4586d682f114a57076 (diff)
downloadtuskar-ui-c6dbb3ef1bbd62d09a1d7ef0b21762f7c05aae15.tar.gz
Increased visual margin between sections
Change-Id: I9da50d6b10e1b72293f5571a64ab28f28be0d352
-rw-r--r--openstack_dashboard/dashboards/infrastructure/static/infrastructure/less/infrastructure.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/static/infrastructure/less/infrastructure.less b/openstack_dashboard/dashboards/infrastructure/static/infrastructure/less/infrastructure.less
index eb915f38..d83c9460 100644
--- a/openstack_dashboard/dashboards/infrastructure/static/infrastructure/less/infrastructure.less
+++ b/openstack_dashboard/dashboards/infrastructure/static/infrastructure/less/infrastructure.less
@@ -77,6 +77,10 @@ body {
}
}
+ .row-fluid {
+ margin: 15px 0 40px;
+ }
+
// content area
& > .row-fluid {
padding: 0 30px;