Updating CSS

skala
Julio Montoya 16 years ago
parent 36717d960b
commit 32aff4fdd3
  1. 8
      main/css/academica/default.css
  2. 8
      main/css/baby_orange/default.css
  3. 1
      main/css/blue_lagoon/default.css
  4. 2
      main/css/chamilo_green/default.css
  5. 5
      main/css/chamilo_red/default.css
  6. 6
      main/css/cool_blue/default.css
  7. 7
      main/css/delicious_bordeaux/default.css
  8. 12
      main/css/dokeos_blue/default.css

@ -1409,7 +1409,7 @@ div.system_announcement {
width: auto;
margin: 24px 6px 0 6px;
padding-left: 10px;
border: 1px solid #4171B5;
/* border: 1px solid #4171B5; */
}
.menusectioncaption {
position: relative;
@ -2225,14 +2225,14 @@ a.read {
#menu-wrapper {
width:200px;
float: right;
float: left;
}
#menu {
/* -moz-border-radius: 10px; border: 1px solid #e1e1e0;
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
/*
margin-top:20px;
margin-right:10px;
margin-bottom:40px;

@ -1387,7 +1387,7 @@ div.system_announcement {
width: auto;
margin: 24px 6px 0 6px;
padding-left: 10px;
border: 1px solid #4171B5;
/* border: 1px solid #4171B5; */
}
.menusectioncaption {
position: relative;
@ -2200,13 +2200,13 @@ a.read {
}
#menu-wrapper {
width:200px;
float: right;
float: left;
}
#menu {
/* -moz-border-radius: 10px; border: 1px solid #e1e1e0;
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
/*
margin-top:20px;
margin-right:10px;
margin-bottom:40px;

@ -428,6 +428,7 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
}
.menusectioncaption {
font-weight:bold;
position: relative;
top: -9px;
background-color: #FFF;

@ -3245,7 +3245,7 @@ a.read {
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:30px;
padding-bottom:0px;
width:200px;
float: right;

@ -645,7 +645,7 @@ margin-top:0;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:30px;
padding-bottom:0px;
width:200px;
float: right;
@ -3230,7 +3230,7 @@ a.read {
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:30px;
padding-bottom:0px;
width:200px;
float: right;
@ -3386,7 +3386,6 @@ a.read {
font-size:12px;
}
.message-body {
font-size:11px;
padding: 0 0 11px;
color:#333;
}

@ -43,7 +43,7 @@ body {
/* for content section in main index.php file */
.maincontent {
float: left;
width: 78%;
width: 75%;
padding: 4px;
background-color: #fff;
}
@ -406,6 +406,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #FFF;
}
.menusectioncaption {
font-weight:bold;
position: relative;
top: -9px;
background-color: #FFF;
@ -2904,8 +2905,7 @@ float:left;
/* color:#ff0000; */
font-size:12px;
}
.message-body {
font-size:11px;
.message-body {
padding: 0 0 11px;
color:#333;
}

@ -2742,8 +2742,8 @@ a.read {
margin-right:10px;
margin-bottom:0px;
padding-left:10px;
padding-right:10px;
/* padding-left:10px;
padding-right:10px;*/
padding-top:5px;
padding-bottom:0px;
@ -2896,8 +2896,7 @@ float:left;
/* color:#ff0000; */
font-size:12px;
}
.message-body {
font-size:11px;
.message-body {
padding: 0 0 11px;
color:#333;
}

@ -2750,20 +2750,20 @@ a.read {
float: right;
}
#menu {
/* -moz-border-radius: 10px; border: 1px solid #e1e1e0;
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
margin-top:20px;
margin-right:10px;
margin-bottom:40px;
margin-bottom:0px;
padding-left:10px;
padding-right:10px;
/*padding-left:10px;
padding-right:10px;*/
padding-top:5px;
padding-bottom:30px;
padding-bottom:0px;
width:240px;*/
width:200px;
float: right;
/* min-height: 150px;*/

Loading…
Cancel
Save