From 7486a332211ed13318c0a689657cb4ff7e7d25a3 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 1 Jun 2011 12:14:53 -0400 Subject: 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 --- install/ui/ipa.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/ipa.css') 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; } -- cgit