CSS changes

skala
Julio Montoya 14 years ago
parent a68886ca89
commit f4bd6de71f
  1. 9
      main/css/base.css
  2. 31
      main/css/chamilo/default.css
  3. 2
      main/newscorm/lp_stats.php

@ -597,6 +597,11 @@ button:hover {
margin: 15px 0 0 6px;
}
.menusectioncaption {
.maincontent {
margin-top: 5px;
}
#menu {
margin-top: 8px;
margin-bottom: 10px;
}

@ -61,6 +61,7 @@ body {
}
.item {
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
@ -745,10 +746,11 @@ may be inherited in some browsers from other 'a' element styles (if any) on the
float: right;
}
#menu {
-moz-border-radius: 10px; border: 1px solid #e1e1e0;
-webkit-border-radius: 10px; border: 1px solid #e1e1e0;
-opera-border-radius: 10px; border: 1px solid #e1e1e0;
#menu {
border: 1px solid #e1e1e0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
margin-top:20px;
margin-right:10px;
@ -1015,10 +1017,8 @@ input.liteoption {
}
.everybodyview {
position: relative; /* to avoid the IE peekabo bug ?*/
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
width: 80%;
margin: 10px auto;
@ -1029,12 +1029,9 @@ input.liteoption {
width: 80%;
margin: 25px auto 10px;
padding: 10px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #E1E1E0;
}
.viewcaption {
position: relative;
@ -1648,11 +1645,9 @@ form br {
font-weight: bold;
}
/* Admin section */
div.admin_section {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
div.admin_section {
-moz-border-radius:10px;
border-radius:10px;
border:1px solid #E1E1E0;
width: 40%;
float: left;

@ -70,7 +70,7 @@ if (!empty ($_GET['extend_all'])) {
if ($origin != 'tracking') {
$output .= "<tr><td><h2>" . get_lang('ScormMystatus') . "</h2></td></tr>";
}
$output .= '<tr><td>&nbsp;</td></tr><tr><td><table border="0" class="data_table"><tr>'.
$output .= '<tr><td><table border="0" class="data_table"><tr>'.
'<th width="16">' . $extend_all_link . '</td>' .
'<th colspan="4" class="title"><div class="mystatusfirstrow">' . get_lang('ScormLessonTitle') . "</div></td>" .
'<th colspan="2" class="title"><div class="mystatusfirstrow">' . get_lang('ScormStatus') . "</div></td>" .

Loading…
Cancel
Save