diff options
author | Adam Young <ayoung@redhat.com> | 2011-06-01 12:14:53 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-06-02 14:28:24 -0400 |
commit | 7486a332211ed13318c0a689657cb4ff7e7d25a3 (patch) | |
tree | 8a6615df0fcd165cede3f7674be407a30516d35e /install/ui/ipa.css | |
parent | 585083c1d7a0069579d45b17adb39ad8f522c3f6 (diff) | |
download | freeipa-7486a332211ed13318c0a689657cb4ff7e7d25a3.tar.gz freeipa-7486a332211ed13318c0a689657cb4ff7e7d25a3.tar.xz freeipa-7486a332211ed13318c0a689657cb4ff7e7d25a3.zip |
scrollable content areas
Turn off the side scroll bars for pages.
Resizes the table when the browser resizes
For stables, the rows scroll, but not the header.
For details, the content area scrolls.
Reserves 400 picesl for the header/ footer. Resize is only done on reload
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index cc96cb801..524dc7f62 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -12,6 +12,7 @@ @font-face {font-family: "FreeWayBold"; src:url("FreeWay-Bold.otf");} body{ + overflow:hidden; background-image:url("outer-bg.png"); background-repeat:repeat-x; background-position:left top; @@ -456,6 +457,7 @@ span.ui-icon-search { [title="details"] { margin-top: -.7em !important; + overflow: scroll; } |