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

Modified Files:
        main.css 
Log Message:
CMSC-1241 Fixed several style issues in the editor environment.


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-1241


Index: main.css
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css/main.css,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- main.css    9 Feb 2009 15:43:13 -0000       1.41
+++ main.css    10 Feb 2009 08:11:38 -0000      1.42
@@ -611,15 +611,11 @@
 div.ruler_green,
 div.ruler_blue,
 div.ruler_gray {
-   background-color: #ffffff;   
-
-   height: 18px;   
-   
-   text-transform: uppercase;
+   background-color: #fff;   
    background-position: left top;
    background-repeat: no-repeat;   
-   
-   margin-right: 3px;
+   height: 18px;
+   text-transform: uppercase;
 }
 div.ruler_green div,
 div.ruler_red div,
@@ -755,10 +751,10 @@
    background-image: url('../gfx/edit_shadow_2.gif');
    background-repeat: repeat-y;
    background-position: top right;
-   background-color: #ffffff;
-   clear: both;
-   height: auto;
-   min-width: 912px;
+   background-color: #fff;
+   display: table;
+   padding-right: 3px;
+   width: 100%;
 }
 
 /*div.editor input[type="button"],
@@ -779,8 +775,14 @@
 
 div.editor div.body
 {
-   background-color: #ffffff;
-   margin-right: 3px;
+   background-color: #fff;
+   display: table;
+   width: 100%;
+}
+
+div.editor th a
+{
+   display: block;
 }
 
 div.editor div.body p,
@@ -795,10 +797,10 @@
 {
    color: #313728;
    font-size: 12px;
-   border-width: 0px;
+   border-width: 0;
    border-style: none;
    border-collapse: collapse;
-   width: 99%;
+   width: 100%;
 }
 
 div.editor div.body table.compact
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to