diff options
| author | Kevin McCarthy <kmccarth@redhat.com> | 2007-09-06 11:09:12 -0700 |
|---|---|---|
| committer | Kevin McCarthy <kmccarth@redhat.com> | 2007-09-06 11:09:12 -0700 |
| commit | 2adeed3029bb223ea32c77f31da28bfe3dadcd3e (patch) | |
| tree | 813b4bab1b29046f24226d5a75ebd5d1b4eb294d /ipa-server/ipa-gui/ipagui/static | |
| parent | 268dd829df41199c23b9b740bbc9bad2164b22d6 (diff) | |
| download | freeipa-2adeed3029bb223ea32c77f31da28bfe3dadcd3e.tar.gz freeipa-2adeed3029bb223ea32c77f31da28bfe3dadcd3e.tar.xz freeipa-2adeed3029bb223ea32c77f31da28bfe3dadcd3e.zip | |
Add search box in header.
Change account status to use select list and 'active'/'inactive' values.
Improve autosuggest to keep suggesting unless you overwrite a suggestion
(if you correct the name, it will re-suggest).
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 { |
