Author: charles.crouch(a)jboss.com
Date: 2009-04-21 12:31:49 -0400 (Tue, 21 Apr 2009)
New Revision: 317
Modified:
trunk/core/src/main/webapp/css/console-style.css
Log:
make scroll bar offset match footer height
Modified: trunk/core/src/main/webapp/css/console-style.css
===================================================================
--- trunk/core/src/main/webapp/css/console-style.css 2009-04-21 16:30:46 UTC (rev 316)
+++ trunk/core/src/main/webapp/css/console-style.css 2009-04-21 16:31:49 UTC (rev 317)
@@ -78,7 +78,7 @@
{
position: absolute;
top: 46px;
- bottom: 30px; /* Operas 5 + 6 shouldn't see this property */
+ bottom: 31px; /* Operas 5 + 6 shouldn't see this property */
left: 0;
width: 20em;
overflow: auto;
Show replies by date