Author: rhirsch
Date: Fri Jul  2 07:25:04 2010
New Revision: 959884

URL: http://svn.apache.org/viewvc?rev=959884&view=rev
Log:
[ESME-231] footer on streams page doesn't adjust to longer streams

Modified:
    incubator/esme/trunk/server/src/main/webapp/style/style.css

Modified: incubator/esme/trunk/server/src/main/webapp/style/style.css
URL: 
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/style/style.css?rev=959884&r1=959883&r2=959884&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/style/style.css (original)
+++ incubator/esme/trunk/server/src/main/webapp/style/style.css Fri Jul  2 
07:25:04 2010
@@ -555,7 +555,7 @@ ul#toc li.current a {
 .container-streams {
        float:left; 
        width: 563px; 
-       height:300px; 
+       height:500px; 
        padding:20px 30px; 
        background: url(../images/bg-tabs.png) no-repeat; 
        margin-bottom:20px; 
@@ -665,6 +665,6 @@ top: 60px
 
 .stream_body {
 position:absolute;
-top: 140px
+top: 100px
 }
 


Reply via email to