Author: solomax
Date: Tue May 14 17:52:40 2013
New Revision: 1482493

URL: http://svn.apache.org/r1482493
Log:
[OPENMEETINGS-626] HTML packages are reorganized to has shorter path;

Added:
    openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/film.png 
  (with props)
    
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/folder_add.png
   (with props)
    
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/trash.png   
(with props)
Modified:
    openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/theme.css

Added: 
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/film.png
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/film.png?rev=1482493&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/film.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/folder_add.png
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/folder_add.png?rev=1482493&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/folder_add.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/trash.png
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/trash.png?rev=1482493&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/images/trash.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/theme.css
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/theme.css?rev=1482493&r1=1482492&r2=1482493&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/theme.css 
(original)
+++ openmeetings/trunk/singlewebapp/WebContent/openmeetings/css/theme.css Tue 
May 14 17:52:40 2013
@@ -428,9 +428,6 @@ div.tableWrapper {
        margin-top: 2px;
 }
 
-/* .adminForm select {
-    max-width: 200px;
-} */
 .sort-icon {
        display: inline-block !important;
        text-indent: 0px !important;
@@ -599,4 +596,60 @@ div.tableWrapper {
 #feedcontainer {
        height: 300px;
        overflow: auto;
+}
+.recording {
+       width: 100%;
+}
+.recording .files {
+       width: 250px;
+}
+.recording .files .trees {
+       min-height: 400px;
+}
+.recording .files .sizes table, .recording .files .info table {
+       width: 100%;
+}
+.recording .video {
+}
+.align-left {
+       float: left;
+}
+.align-right {
+       float: right;
+}
+.clear {
+       clear: both;
+}
+.refresh-icon {
+       background: url(../images/refresh.gif) no-repeat;
+       cursor: default;
+       width: 18px;
+       height: 18px;
+       border: none;
+       margin-left: 2px;
+       margin-top: 2px;
+}
+.trash-icon {
+       background: url(images/trash.png) no-repeat;
+       cursor: default;
+       width: 18px;
+       height: 18px;
+       border: none;
+       margin-left: 2px;
+       margin-top: 2px;
+}
+.folder-create-icon {
+       background: url(images/folder_add.png) no-repeat;
+       cursor: default;
+       width: 18px;
+       height: 18px;
+       border: none;
+       margin-left: 2px;
+       margin-top: 2px;
+}
+.recording-icon {
+       padding-left: 18px;
+       background-image: url(images/film.png);
+       /*background-position: 0px 50%;*/
+       background-repeat: no-repeat;
 }
\ No newline at end of file


Reply via email to