diff --git a/main/css/base.css b/main/css/base.css index fae637af2b..9ca34700b1 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -37,12 +37,16 @@ legend { width:165px; } +#header1 { + height: 50px; +} #header2 .nav{ margin-bottom:0px; } #header2 { width:100%; + height: 35px; } #header2 .nav { @@ -291,7 +295,7 @@ footer { } #topbar_push { - height:40px; + height: 55px; } .actions { background:#efefef; @@ -338,20 +342,22 @@ footer { margin-top:0px; } - /* Begin of proper */ -#header3 { - float:none; - position:relative; -} - #header4 { height: 26px !important; /* breadcrumb fix */ + margin-top:5px; } -#submain { - padding:5px 10px 10px 10px; +.show-grid [class*="span"] { + background-color: #EEEEEE; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + line-height: 30px; + min-height: 30px; + text-align: center; } a.tag { @@ -1327,11 +1333,10 @@ button.next.disabled, .a_button.disabled { box-shadow: 0 -1px 10px 2px #CCCCCC; border:1px solid #CCCCCC; float:left; - margin:10px; + margin:10px 0px 10px 0px; padding:12px; - width:95%; - /* min-height:294px; */ - color: #BBBBBB; + width:90%; + color: #bbb; } .categories-content-course { diff --git a/main/css/base_chamilo.css b/main/css/base_chamilo.css index 35f48d146d..2c80704f15 100755 --- a/main/css/base_chamilo.css +++ b/main/css/base_chamilo.css @@ -42,8 +42,7 @@ body { } #submain { - border: 1px solid #ccc; - position: relative; /* to avoid the IE peekabo bug*/ + border: 1px solid #ccc; margin: 0px auto; min-height: 320px; -moz-border-radius:0px 0px 10px 10px; @@ -283,8 +282,7 @@ input.link_alike:hover { #header1 { padding:0px; font-size:12px; - color:#666666; - height:53px; + color:#666666; background-repeat:repeat-x; } #header1 a { @@ -333,18 +331,6 @@ input.link_alike:hover { margin-right: 2px; } -#header3 .banner_links { - margin: 0; -} -#header3 input:hover { - color: #999; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border:1px solid #E1E1E0; -} - /* HEADER 4: */ #header4 { @@ -392,18 +378,14 @@ input.link_alike:hover { NAVIGATION MENU */ #menu-wrapper { - display: block; - float: right; - width: 220px; - + display: block; background-color: #F3F4F5; border-bottom: 1px solid #CCCCCC; border-bottom-left-radius: 5px; border-left: 1px solid #CCCCCC; box-shadow: -3px 3px 32px 0 #E8E8E8; color: #595959; - margin-bottom: 1em; - margin-left: 15px; + margin-bottom: 1em; min-height: 20px; padding-bottom: 20px; } @@ -966,8 +948,7 @@ div.system_announcement { } .system_announcements { padding-top: 10px; - padding-bottom: 10px; - margin-left:8px; + padding-bottom: 10px; } .system_announcements h3 { padding-left:70px; @@ -2317,12 +2298,8 @@ span.form_required { #header3 { font-size: 14px; font-weight: bold; - margin-bottom: 5px; - margin-left: auto; - margin-right: auto; - margin-top: 0; - padding-bottom: 0; - position: relative; + margin:0px; + } /* Scroll effect */ diff --git a/main/inc/lib/course.lib.php b/main/inc/lib/course.lib.php index 38da3dc992..51ac0bdb6b 100644 --- a/main/inc/lib/course.lib.php +++ b/main/inc/lib/course.lib.php @@ -2887,9 +2887,7 @@ class CourseManager { //$number_of_courses = Database::num_rows($result); $key = 0; $status_icon = ''; - - echo '