minor improve chamilo style CT#493

skala
Carlos Vargas 16 years ago
parent decd39a2cb
commit 6cf51b7531
  1. 40
      main/css/chamilo/default.css

@ -2775,6 +2775,46 @@ button.arrowl {
float:left; float:left;
width:100%; width:100%;
} }
/* input >> */
input.arrowr {
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
-moz-border-radius-topright : 5px;
padding-left:25px;
padding-top:20px;
background-position:10px;
background-color:#F1F1F1;
border-color: #D4E2F6;
border-width: 1px;
display:block;
font-size: 100%;
line-height :130%;
vertical-align:middle;
background-image:url(images/2rightarrow.gif);
background-repeat:no-repeat;
}
/* input << */
input.arrowl {
margin:0px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
-moz-border-radius-topright : 5px;
padding-right:25px;
padding-top:20px;
background-position:10px;
background-color:#F1F1F1;
border-color: #D4E2F6;
border-width: 1px;
display:block;
font-size: 100%;
line-height :130%;
vertical-align:middle;
background-image:url(images/2leftarrow.gif);
background-repeat:no-repeat;
}
.u-m-answer p { .u-m-answer p {
margin:2px; margin:2px;
} }

Loading…
Cancel
Save