Author: solomax
Date: Tue Mar 18 10:57:17 2014
New Revision: 1578819
URL: http://svn.apache.org/r1578819
Log:
[OPENMEETINGS-956] scroller is displayed if too many recordings in the tree
Modified:
openmeetings/branches/3.0.x/src/main/webapp/css/theme.css
openmeetings/trunk/singlewebapp/src/main/webapp/css/theme.css
Modified: openmeetings/branches/3.0.x/src/main/webapp/css/theme.css
URL:
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/main/webapp/css/theme.css?rev=1578819&r1=1578818&r2=1578819&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/src/main/webapp/css/theme.css (original)
+++ openmeetings/branches/3.0.x/src/main/webapp/css/theme.css Tue Mar 18
10:57:17 2014
@@ -360,6 +360,7 @@ div.tableWrapperSmall {
}
.recording .files .trees {
min-height: 400px;
+ max-height: 600px;
overflow-x: hidden;
overflow-y: auto;
}
Modified: openmeetings/trunk/singlewebapp/src/main/webapp/css/theme.css
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/main/webapp/css/theme.css?rev=1578819&r1=1578818&r2=1578819&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/src/main/webapp/css/theme.css (original)
+++ openmeetings/trunk/singlewebapp/src/main/webapp/css/theme.css Tue Mar 18
10:57:17 2014
@@ -360,6 +360,7 @@ div.tableWrapperSmall {
}
.recording .files .trees {
min-height: 400px;
+ max-height: 600px;
overflow-x: hidden;
overflow-y: auto;
}