Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
In directory 
james.mmbase.org:/tmp/cvs-serv4872/cmsc/edit-webapp/src/webapp/editors/css

Modified Files:
        main.css 
Log Message:
CMSC-670 Modify CSS to fit for firefox3.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
See also: http://www.mmbase.org/jira/browse/CMSC-670


Index: main.css
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- main.css    14 Jan 2008 22:40:49 -0000      1.19
+++ main.css    18 Jan 2008 11:21:29 -0000      1.20
@@ -2,6 +2,7 @@
 {
        background-color: #97b7c8;
        margin: 0px 4px 0px 7px;
+       behavior: url('../css/hover.htc');
 }
        
 body, table, div, input
@@ -26,6 +27,7 @@
        left: 295px;
        margin-right: 2px;
        margin-bottom: 2px;
+       width:76%;
 }
 
 #left
@@ -34,6 +36,7 @@
        left: 7px;
        float: none;
        clear: none;
+       width:24%;
 }
 
 #footer
@@ -41,7 +44,7 @@
        margin: 2px 20px 0px 0px;
        float: left;
        clear: both;
-       width: auto;
+       width: 100%;
        height: 46px;
        border-style: none none none solid;
        border-width: 1px;
@@ -96,6 +99,7 @@
        height: 36px;
        float: left;
        clear: both;
+       width:100%;
 }
 
 /* grijs block aan zijkant bovenkant */
@@ -106,6 +110,7 @@
        height: 36px;
        float: left;
        clear: both;    
+       width:100%;
 }
 
 /* groen block aan zijkant bovenkant */
@@ -116,6 +121,7 @@
        height: 36px;
        float: left;
        clear: both;    
+       width:100%;     
 }
 
 div.side_block div.header div.title, 
@@ -242,7 +248,7 @@
 div.side_block_gray ul.shortcuts,
 div.side_block_green ul.shortcuts
 {
-   display: block;
+       display: inline;
        clear: left;
        float: left;
        list-style-position: outside;
@@ -269,6 +275,7 @@
        text-decoration: underline;
        margin: 0px 2px 0px 0px;
        white-space: nowrap;
+       font-color: #000000;
 }
 
 ul.shortcuts li.images                         {       background-image: 
url('../gfx/icons/images.png');}
@@ -312,22 +319,28 @@
 ul.shortcuts li.admindashboard {       background-image: 
url('../gfx/icons/admindashboard.png');}
 
 
-div.side_block div.body,
-div.side_block_gray div.body,
-div.side_block_green div.body
+div.side_block div.body
 {
        height: auto; 
        float: none; 
        clear:both; 
        padding: 10px;
+       /*display:inline;*/
+}
+div.side_block_gray div.body,
+div.side_block_green div.body{
+       height: auto; 
+       float: none; 
+       clear:both; 
+       padding: 10px;
+       display:inline;
 }
 
 
 
 
 
-
-/* contentblocks purple */
+/* contentblocks PAARS */
 div.content_block_purple
 {
        display: block;
@@ -483,6 +496,7 @@
        width: auto;
        float: left;
        clear: both;
+       width:100%;
 }
 
 /* titel in header */
@@ -1366,7 +1380,7 @@
        visibility: hidden;
        position: absolute;
        width: 100%;
-       text-align: center;
+       text-alignment: center;
 }
 
 .dashboard iframe {
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to