From 6cf51b75319037c44b71877a036856242cb80a9e Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Thu, 14 Jan 2010 16:19:46 -0500 Subject: [PATCH] minor improve chamilo style CT#493 --- main/css/chamilo/default.css | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/main/css/chamilo/default.css b/main/css/chamilo/default.css index 3df9de3a27..2ef05de60b 100644 --- a/main/css/chamilo/default.css +++ b/main/css/chamilo/default.css @@ -2775,6 +2775,46 @@ button.arrowl { float:left; 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 { margin:2px; }