Minor CSS corrections

skala
Julio Montoya 14 years ago
parent 9b744b08b5
commit ee6e9af534
  1. 14
      main/css/base.css
  2. 15
      main/css/base_chamilo.css

@ -3862,17 +3862,14 @@ form div.error input, form div.error textarea {
} }
/* Plumb */ /* jsPlumb */
.window { .window {
cursor:pointer;
box-shadow: 2px 2px 19px #aaa; box-shadow: 2px 2px 19px #aaa;
-o-box-shadow: 2px 2px 19px #aaa; -o-box-shadow: 2px 2px 19px #aaa;
-webkit-box-shadow: 2px 2px 19px #aaa; -webkit-box-shadow: 2px 2px 19px #aaa;
-moz-box-shadow: 2px 2px 19px #aaa; -moz-box-shadow: 2px 2px 19px #aaa;
}
.window {
background-color: white; background-color: white;
border: 0.1em dotted #D4E06B; border: 0.1em dotted #D4E06B;
color: black; color: black;
@ -3894,14 +3891,17 @@ form div.error input, form div.error textarea {
.first_window { .first_window {
border: 1px solid red; border: 1px solid red;
cursor:pointer;
} }
.second_window { .second_window {
border: 1px solid black; border: 1px solid black;
} }
.third_window { .third_window {
border: 1px solid blue; border: 1px solid blue;
cursor:pointer;
} }
._jsPlumb_endpoint { ._jsPlumb_endpoint {
@ -3962,7 +3962,7 @@ form div.error input, form div.error textarea {
} }
#login_fail { #login_fail {
/* margin: 0 6px 6px 6px; */ margin-left: 20px;
padding: 4px; padding: 4px;
border: 1px solid #f00; border: 1px solid #f00;
background-color: #fff; background-color: #fff;

@ -46,8 +46,8 @@ body {
} }
#submain { #submain {
padding:0 10px; padding: 0px 0px 10px;
border: 1px solid #ddd; border: 1px solid #ccc;
position: relative; /* to avoid the IE peekabo bug*/ position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto; margin: 0px auto;
@ -540,10 +540,9 @@ input.link_alike:hover {
#menu-wrapper { #menu-wrapper {
display: block; display: block;
float: right; float: right;
width: 200px; width: 220px;
background-color: #F3F4F5;
background-color: #F3F4F5;
border-bottom: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
border-left: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;
@ -574,7 +573,7 @@ input.link_alike:hover {
font-weight: normal; font-weight: normal;
margin-bottom: 8px; margin-bottom: 8px;
padding: 7px 10px 7px 15px; padding: 7px 10px 7px 15px;
width: 185px; //width: 205px;
display:block; display:block;
} }
.menulist { .menulist {
@ -1912,6 +1911,10 @@ Document title
margin-right: 10px; margin-right: 10px;
vertical-align:middle; vertical-align:middle;
} }
.actions fieldset {
margin-top:0px;
}
/* big actions */ /* big actions */
.actionsbig { .actionsbig {
background:#F8F8F8; background:#F8F8F8;

Loading…
Cancel
Save