From 58fd1199f644a07b189087b09fdacbda74b11f27 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Tue, 10 Aug 2010 16:59:18 -0400 Subject: [PATCH] Stretch content div and make Reset/Update buttons stick to right. --- install/static/ipa.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/static/ipa.css b/install/static/ipa.css index cdc1106f7..54b29c75e 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -85,6 +85,7 @@ h1 { div#content { float: left; + width: 100%; } @@ -113,6 +114,10 @@ div#content ul#viewtype li a { font-weight: normal; } +div#content div#buttons { + float: right; + margin-right: 15px; +} div#content div#buttons img { border: 0;