Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/css
In directory 
james.mmbase.org:/tmp/cvs-serv15857/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.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- main.css    6 Feb 2009 07:45:56 -0000       1.39
+++ main.css    9 Feb 2009 14:48:32 -0000       1.40
@@ -22,19 +22,15 @@
 
 #content
 {
-   position: absolute;
-   left: 295px;
-   margin-right: 2px;
-   margin-bottom: 2px;
+   margin: 0 2px 2px 295px;
+   min-width: 912px;
 }
 
 #left
 {
    position: absolute;
    left: 7px;
-   float: none;
-   clear: none;
-   width:24%;
+   width: 290px;
 }
 
 #footer
@@ -64,17 +60,14 @@
 div.side_block_gray,
 div.side_block_green
 {
-   display: block;
    background-color: #d1dbe1;
    background-image: url('../gfx/background_side_block_right.gif');
    background-repeat: repeat-y;
    background-position: right top;
-   color: #ffffff;
-   width: 285px;
+   color: #fff;
    border-style: none none none solid;
    border-width: 1px;
-   border-color: #ffffff;   
-   clear: both;
+   border-color: #fff;
    /*height: auto;*/
    margin-bottom: 2px;
 }
@@ -91,12 +84,8 @@
 /* bovenkant voor block */
 div.side_block div.header
 {
-   display: block;
    background-image: url('../gfx/background_side_block.gif');
    height: 36px;
-   float: left;
-   clear: both;
-   width:100%;
 }
 
 /* grijs block aan zijkant bovenkant */
@@ -320,11 +309,7 @@
 
 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{
@@ -432,19 +417,15 @@
 /* contentblocks PINK */
 div.content_block_pink
 {
-   display: block;
    background-color: #d1dbe1;
    background-image: url('../gfx/bg_cb_right_pink.gif');
    background-repeat: repeat-y;
    background-position: right top;
    color: #ffffff;
-   width: auto;
    border-style: none none none solid;
    /*border-style: solid;*/
    border-width: 1px;
    border-color: #ffffff;   
-   float: none;
-   height: auto;
    margin-bottom: 2px;      
 }
 
@@ -482,10 +463,6 @@
 {
    background-image: url('../gfx/bg_cb_pink.gif');
    height: 36px;
-   width: auto;
-   float: left;
-   clear: both;
-   width:100%;
 }
 
 /* titel in header */
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to