diff options
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/static')
| -rw-r--r-- | ipa-server/ipa-gui/ipagui/static/css/style.css | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/ipa-server/ipa-gui/ipagui/static/css/style.css b/ipa-server/ipa-gui/ipagui/static/css/style.css index d64f6d559..5a38f3409 100644 --- a/ipa-server/ipa-gui/ipagui/static/css/style.css +++ b/ipa-server/ipa-gui/ipagui/static/css/style.css @@ -17,6 +17,7 @@ body { background:#ccc; /* should be same as #sidebar */ margin:0 auto; width:100%; + clear:both; } @@ -24,16 +25,25 @@ body { background:#fff; } -#header h1 { - padding:5px; - margin:0; +#header #logo { + float:left; } -#header #logo { +#header #headerinfo { + text-align:right; } -#header #login { - float:right; +#header #headerinfo #login { +} + +#header #headerinfo #topsearch { + padding-top: 15px; +} + +.searchtext { + background-color:#E5F1F4; + border:1px solid #8E8E8E; + color:#444444; } @@ -42,7 +52,6 @@ body { color:#fff; min-height:3px; max-height:3px; - clear:both; } #nav ul { |
