Update of /var/cvs/contributions/didactor2/src/core/templates/css
In directory james.mmbase.org:/tmp/cvs-serv21762

Modified Files:
        base.css loginpage.css 
Log Message:



See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/css


Index: base.css
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/templates/css/base.css,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- base.css    24 Jan 2008 15:55:49 -0000      1.36
+++ base.css    4 Feb 2008 13:30:02 -0000       1.37
@@ -6,6 +6,7 @@
 */
 html {
   background-color: white;
+  height: 100%;
 }
 
 body {
@@ -1011,13 +1012,28 @@
 }
 
 
+div.di_body {
+  height: 100%;
+}
 
-body.editwizards a {
-  font-size: 11px;
+body.editwizards div.educations,
+body.editwizards div#mode-educations {
+  height: 100%;
 }
+
 body.editwizards .menu_font{
   font-size: 11px;
+
+}
+body.editwizards td {
+  vertical-align: top;
+  height:100%;
 }
+body.editwizards td#left_menu {
+  width:20%;
+  overflow:auto;
+}
+
 body.editwizards .folderBodyTree {
   width: 20%;
   height: 90%;
@@ -1033,6 +1049,7 @@
   padding: 0em;
 }
 body.editwizards .componentBody {
+  height: 100%;
 }
 body.editwizards .titlebar a {
   margin-left: 1ex;


Index: loginpage.css
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/templates/css/loginpage.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- loginpage.css       17 Jan 2008 12:51:58 -0000      1.3
+++ loginpage.css       4 Feb 2008 13:30:02 -0000       1.4
@@ -7,7 +7,7 @@
 /* DESCRIPTION:
  * This is the stylesheet for the first cockpit if you're not logged in yet.
 
-   * This JSP looks very much like base.css.
+   * This CSS looks very much like base.css.
    * Why don't we use _Cascading_.?
 */
 
@@ -21,66 +21,73 @@
        margin: 0em;
        overflow: auto;
        background-color: #FFFFFF;
-       scrollbar-face-color: #FFA210; scrollbar-highlight-color: #FEE3C9;
-       scrollbar-shadow-color: #EB7B0C; scrollbar-3dlight-color: #FDCFA2;
-       scrollbar-arrow-color: #E7E7E7; scrollbar-track-color: #EEEEEE;
-       scrollbar-darkshadow-color: #FDDFC1 }
+}
 
 h1 {
        font-family: Arial, Tahoma, Verdana, sans-serif;
        font-size: 1.25em;
-       color: #ED6F2C }
+  color: #ED6F2C
+}
 
 h2 {
        font-family: Arial, Tahoma, Verdana, sans-serif;
        font-size: 1.1em;
-       color: #ED6F2C }
+  color: #ED6F2C
+}
 
 h3 {
        font-family: Arial, Tahoma, Verdana, sans-serif;
        font-size: 1em;
-       color: #ED6F2C }
+  color: #ED6F2C
+}
 
 a.menubar:link {
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-size: 1em;
        font-weight: bold;
        color: #FFFFFF;
-       text-decoration: none }
+  text-decoration: none
+}
 
 a.menubar:visited {
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-size: 1em;
-       font-weight:
-       bold; color: #FFFFFF;
-       text-decoration: none }
+  font-weight:  bold;
+  color: #FFFFFF;
+  text-decoration: none
+}
 
 a.menubar:hover {
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-size: 1em;
        font-weight: bold;
        color: #FFFFFF;
-       text-decoration: underline }
+  text-decoration: underline
+}
 
 a.menubar:active {
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-size: 1em;
        font-weight: bold;
        color: #FFFFFF;
-       text-decoration: none }
+  text-decoration: none
+}
 
 a {
        font-weight: normal;
        color: #000000;
-       text-decoration: none }
+  text-decoration: none
+}
 
 a:hover {
-       text-decoration: underline }
+  text-decoration: underline
+}
 
 .content {
        height: 100%;
        width: 100%;
-       position: relative }
+  position: relative
+}
 
 /* ###### navigation-menu lines on the top of the screen ###### */
 
@@ -92,7 +99,8 @@
        background-image: url('../gfx/bg_top.gif');
        background-repeat: no-repeat;
        background-color: #F29E42;
-       border-bottom: #FFFFFF 1px solid }
+  border-bottom: #FFFFFF 1px solid
+}
 
 .providerMenubar {
        font-weight: bold;
@@ -100,7 +108,8 @@
        height: 1.9em;
        padding: 0em 0em 0.1em 2.6em;
        background-color: #999999;
-       border-bottom: #FFFFFF 1px solid }
+  border-bottom: #FFFFFF 1px solid
+}
 
 .educationMenubarCockpit {
        font-weight: bold;
@@ -108,7 +117,8 @@
        height: 1.9em;
        padding: 0em 0em 0.1em 0em;
        background-color: #ED6F2C;
-       border-bottom: #FFFFFF 1px solid }
+  border-bottom: #FFFFFF 1px solid
+}
 
 table.pixellijn {
        width: 100%;
@@ -116,7 +126,8 @@
        vertical-align: bottom;
        padding: 0em 0em 0em 0em;
        background-color:#ED6F2C;
-       border-bottom: #FFFFFF 1px solid }
+  border-bottom: #FFFFFF 1px solid
+}
 
 /* ###### searchfield in menuline2 ###### */
 
@@ -129,14 +140,16 @@
        height: 1.4em;
        padding: 0em 0em 0em 0em;
        background-color: #EAEAEA;
-       border: #404040 1px solid }
+  border: #404040 1px solid
+}
 
 input {
        font-family: Arial, Tahoma, Verdana, sans-serif;
        font-size: 1.1em;
        font-weight: normal;
        color: #000000;
-       padding: 0em 0em 0em 0em }
+  padding: 0em 0em 0em 0em
+}
 
 input.formbutton {
        font-family: Arial, Tahoma, Verdana, sans-serif;
@@ -146,7 +159,8 @@
        height: 1.6em;
        padding: 0em 0.2em 0.2em 0.2em;
        background-color: #EAEAEA;
-       border: #404040 1px solid }
+  border: #404040 1px solid
+}
 
 /* ###### cockpit: 3 columns ###### */
 
@@ -154,7 +168,8 @@
        height: 85%;
        width: 100%;
        position: relative;
-       background-color: #FFFFFF }
+  background-color: #FFFFFF
+}
 
 .columnLeft {
        width: 16.2em;
@@ -165,7 +180,8 @@
        padding: 0em 0em 0em 0em;
        overflow: hidden;
        border-left: 1px solid #CCCCCC;
-       border-right: 1px solid #CCCCCC }
+  border-right: 1px solid #CCCCCC
+}
 
 .columnMiddle {
        overflow: auto;
@@ -175,7 +191,8 @@
        left: 17em;
        right: 17em;
        position: absolute;
-       padding: 1.2em 1.2em 0.8em 0.8em }
+  padding: 1.2em 1.2em 0.8em 0.8em
+}
 
 .columnRight {
        width: 16.2em;
@@ -186,7 +203,8 @@
        padding: 0em 0em 0em 0em;
        overflow: hidden;
        border-left: 1px solid #CCCCCC;
-       border-right: 1px solid #CCCCCC }
+  border-right: 1px solid #CCCCCC
+}
 
 /* ###### Cockpit: boxes and titles in left and right column ###### */
 
@@ -199,7 +217,8 @@
        white-space: wrap;
        background-color: #EEEEEE;
        border-top: 1px solid #CCCCCC;
-       border-bottom: 1px solid #CCCCCC }
+  border-bottom: 1px solid #CCCCCC
+}
 
 div.ListRight {
        text-align: left;
@@ -210,7 +229,8 @@
        white-space: wrap;
        background-color: #EEEEEE;
        border-top: 1px solid #CCCCCC;
-       border-bottom: 1px solid #CCCCCC }
+  border-bottom: 1px solid #CCCCCC
+}
 
 div.titlefield {
        text-align: left;
@@ -226,10 +246,12 @@
        font-size: 1em;
        font-weight: normal;
        color: #000000;
-       text-decoration : none }
+  text-decoration : none
+}
 
 a.users:hover {
-        text-decoration : underline }
+  text-decoration : underline
+}
 
 .titlefield {
        font-size: 1em;
@@ -239,7 +261,8 @@
        vertical-align: right;
        padding: 0.2em 0.5em 0.2em;
        background-color: #FFFFFF;
-       border-top: 6px solid #FF801A }
+  border-top: 6px solid #FF801A
+}
 
 .titlefield2 {
        font-size: 1em;
@@ -247,7 +270,8 @@
        color: #000000;
        width: 100%;
        vertical-align: right;
-       padding: 0.2em 0.5em 0.2em }
+  padding: 0.2em 0.5em 0.2em
+}
 
 /* ###### buttons ###### */
 
@@ -256,29 +280,34 @@
        font-size: 1em;
        font-weight: bold;
        width: 8em;
-       margin: 1em }
+  margin: 1em
+}
 
 .button1 a {
        text-align: center;
        padding: 0em 0em 0em 0em;
-       display: block }
+  display: block
+}
 
 .button1 a:link,
 .button1 a:visited,
 .button1 a:hover {
        color: #5A5D5A;
        text-decoration: none;
-       background-color: #F5F5F5 }
+  background-color: #F5F5F5
+}
 
 .button1 a:link,
 .button1 a:visited {
        border-top: 1px solid #cecece;
        border-bottom: 2px solid #4a4a4a;
        border-left: 1px solid #cecece;
-       border-right: 2px solid #4a4a4a }
+  border-right: 2px solid #4a4a4a
+}
 
 .button1 a:hover {
        border-top: 2px solid #4a4a4a;
        border-bottom: 1px solid #cecece;
        border-left: 2px solid #4a4a4a;
-       border-right: 1px solid #cecece }
+  border-right: 1px solid #cecece
+}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to