diff --git a/main/css/academica/default.css b/main/css/academica/default.css index c6c4357115..b137f39e41 100755 --- a/main/css/academica/default.css +++ b/main/css/academica/default.css @@ -181,17 +181,8 @@ input[type=button], input[type=submit] { /* header 4 styles */ #header4 { float:left; - width:98%; - background-color: #fff; - height: 21px; -} -a.breadcrumb { - height: 21px; - color: #4171b5; -} -a.breadcrumb0 { - background:url(images/home.gif) no-repeat; - padding-left: 22px; + width:100%; + background-color: #fff; } /* The tool shortcuts */ #toolshortcuts { diff --git a/main/css/baby_orange/default.css b/main/css/baby_orange/default.css index 3016e8c6d0..cb08bced33 100755 --- a/main/css/baby_orange/default.css +++ b/main/css/baby_orange/default.css @@ -168,18 +168,10 @@ input[type=button], input[type=submit] { } /* header 4 styles */ #header4 { - background-color: #fff; - height: 21px; + background-color: #fff; float:left; width:100%; } -a.breadcrumb { - height: 21px; -} -a.breadcrumb0 { - background:url(images/home.gif) no-repeat; - padding-left: 22px; -} /* The tool shortcuts */ #toolshortcuts { text-align: right; diff --git a/main/css/base.css b/main/css/base.css index 1621efa217..15ea620505 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -10,6 +10,14 @@ width:180px; } +#header4 { + height: 26px !important; /* breadcrumb fix */ +} + +#submain { + padding-top:10px; +} + a.tag { background-color: #E0EAF1; border-bottom: 1px solid #3E6D8E; @@ -828,8 +836,9 @@ button:hover { .bread { height: 25px; - margin: 0px; - padding:0px; + margin: 0px 0px 5px 0px; + padding:0px; + border-bottom:1px solid #ccc; } .bread li { diff --git a/main/css/base_chamilo.css b/main/css/base_chamilo.css index bd7b3fd4c6..af71b4efb5 100644 --- a/main/css/base_chamilo.css +++ b/main/css/base_chamilo.css @@ -47,7 +47,10 @@ body { #submain { padding:10px; - border:1px solid #ddd; + border-bottom:1px solid #ddd; + border-left:1px solid #ddd; + border-right:1px solid #ddd; + position: relative; /* to avoid the IE peekabo bug*/ margin: 0px auto; min-height: 320px; diff --git a/main/css/blue_lagoon/default.css b/main/css/blue_lagoon/default.css index 975b4e45ff..ac4070eed9 100755 --- a/main/css/blue_lagoon/default.css +++ b/main/css/blue_lagoon/default.css @@ -510,26 +510,12 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { /***************************************************** * HEADER 3: not used * *****************************************************/ -#header4 { - height: 15px; - background-color: #32578b; +#header4 { + background-color: #fff; color: #fff; - padding: 4px; - padding-left: 21px; - margin-bottom: 2px; clear:right; - width:98%; - float:left; - padding-left:20px; - padding-right:0px; - -} -#header4 a { - color: #fff; -} -#header4 a:hover { - text-decoration: none; - color: #a8a7a7; + width:100%; + float:left; } /* The tool shortcuts */ #toolshortcuts { diff --git a/main/css/cool_blue/default.css b/main/css/cool_blue/default.css index 71c4ca2d8f..2ae27f66fb 100644 --- a/main/css/cool_blue/default.css +++ b/main/css/cool_blue/default.css @@ -508,26 +508,17 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { display: none; } /***************************************************** - * HEADER 3: not used * + * HEADER 3: *****************************************************/ -#header4 { - height: 15px; - background-color: #2ea2c5; +#header4 { + background-color: #fff; color: #fff; - padding: 4px; - padding-left: 21px; margin-bottom: 2px; - clear:right; - - width:98%; - float:left; - padding-left:20px; - padding-right:0px; - -} -#header4 a { - color: #fff; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7; diff --git a/main/css/corporate/default.css b/main/css/corporate/default.css index 808c8a272b..4548e32aff 100644 --- a/main/css/corporate/default.css +++ b/main/css/corporate/default.css @@ -194,26 +194,15 @@ input[type=button], input[type=submit] { /* header 4 styles */ -#header4 { - height: 15px; - padding: 4px; - padding-left: 21px; +#header4 { + background-color: #fff; + color: #fff; margin-bottom: 2px; - clear:right; - - width:98%; - float:left; - padding-left:20px; - padding-right:0px; - -} -a.breadcrumb { - height: 21px; -} -a.breadcrumb0 { - background:url(images/home.gif) no-repeat; - padding-left: 22px; + clear:right; + width:100%; + float:left; } + /* The tool shortcuts */ #toolshortcuts { text-align: right; diff --git a/main/css/cosmic_campus/default.css b/main/css/cosmic_campus/default.css index dd906da3f9..84b41748d9 100755 --- a/main/css/cosmic_campus/default.css +++ b/main/css/cosmic_campus/default.css @@ -183,25 +183,14 @@ input[type=button], input[type=submit] { } /* header 4 styles */ #header4 { - background-color: transparent; - color: #009; - padding: 2px; - margin-bottom: 1px; - margin-top: 0px; - margin-left: 18px; - position:relative; - clear:left; - float:left; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; width:100%; + float:left; } -#header4 a { - color: #7171b7; - background:transparent; -} -#header4 a:hover { - text-decoration: none; - color: #f3840d; -} + /* The tool shortcuts */ #toolshortcuts { text-align: right; @@ -211,13 +200,6 @@ input[type=button], input[type=submit] { padding: 10px; width: 98.7%; } -a.breadcrumb { - height: 21px; -} -a.breadcrumb0 { - background:url(images/home.gif) no-repeat; - padding-left: 22px; -} /* footer styles */ #footer { diff --git a/main/css/delicious_bordeaux/default.css b/main/css/delicious_bordeaux/default.css index 133712a613..2d70935359 100644 --- a/main/css/delicious_bordeaux/default.css +++ b/main/css/delicious_bordeaux/default.css @@ -510,17 +510,14 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { * HEADER 3: not used * *****************************************************/ #header4 { - height: 15px; - background-color: #975b5b; - color: #fff; - padding: 4px 0px 4px 10px; - margin-bottom: 2px; - width:99%; - float:left; -} -#header4 a { - color: #fff; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7; diff --git a/main/css/dokeos_blue/default.css b/main/css/dokeos_blue/default.css index bae50f7377..9e0f0160c9 100644 --- a/main/css/dokeos_blue/default.css +++ b/main/css/dokeos_blue/default.css @@ -508,20 +508,17 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { display: none; } /***************************************************** - * HEADER 3: not used * + * HEADER 3: *****************************************************/ #header4 { - height: 15px; - background-color: #4171B5; - color: #fff; - padding: 4px 0px 4px 10px; - margin-bottom: 2px; - width:99%; - float:left; -} -#header4 a { - color: #fff; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7; diff --git a/main/css/dokeos_classic/default.css b/main/css/dokeos_classic/default.css index 0a64f7abc0..58bda20d98 100644 --- a/main/css/dokeos_classic/default.css +++ b/main/css/dokeos_classic/default.css @@ -546,13 +546,12 @@ input[text] { * HEADER 3: not used * *****************************************************/ #header4 { - background-color: #fff; - color: #009; - padding: 0; - margin-bottom: 2px; - float:left; - width:98%; - clear:right; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } /* Special hack for IE7 using the html>body hack - otherwise the breadcrumb jumps to the right */ diff --git a/main/css/dokeos_classic_2D/default.css b/main/css/dokeos_classic_2D/default.css index bed41d003b..2254e0ac02 100644 --- a/main/css/dokeos_classic_2D/default.css +++ b/main/css/dokeos_classic_2D/default.css @@ -508,18 +508,17 @@ ul#navigation .student-connect a { } /* ------------------------------------------------------------------------------ - HEADER 4: not used + HEADER 4: ------------------------------------------------------------------------------ */ #header4 { background-color: #fff; - color: #009; - margin-bottom: 2px; - padding: 4px 0px 4px 21px; - float:left; - width:99%; - clear:right; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } #header4 a { color: #4171b5; diff --git a/main/css/empire_green/default.css b/main/css/empire_green/default.css index fbdeb58b0d..62739da0bf 100644 --- a/main/css/empire_green/default.css +++ b/main/css/empire_green/default.css @@ -508,20 +508,17 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { display: none; } /***************************************************** - * HEADER 3: not used * + * HEADER 4 *****************************************************/ #header4 { - height: 15px; - background-color: #5b975b; - color: #fff; - padding: 4px 0px 4px 21px; - margin-bottom: 2px; - float:left; - width:98%; -} -#header4 a { - color: #fff; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7; diff --git a/main/css/fruity_orange/default.css b/main/css/fruity_orange/default.css index 64671d04f8..06e0266f70 100644 --- a/main/css/fruity_orange/default.css +++ b/main/css/fruity_orange/default.css @@ -508,19 +508,17 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { display: none; } /***************************************************** - * HEADER 3: not used * + * HEADER 4 *****************************************************/ #header4 { - height: 15px; - background-color: #f8b846; - color: #fff; - padding: 4px 0px 4px 21px; - margin-bottom: 2px; - clear:right; -} -#header4 a { - color: #fff; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7; diff --git a/main/css/medical/default.css b/main/css/medical/default.css index cc0992e028..045a8c1188 100644 --- a/main/css/medical/default.css +++ b/main/css/medical/default.css @@ -562,15 +562,12 @@ input[text] { * HEADER 3: not used * *****************************************************/ #header4 { - background-color: #fff; - color: #009; - padding: 4px; - margin-bottom: 2px; - padding-left: 22px; - - float:left; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; width:100%; - clear:right; + float:left; } #header4 a { color: #666; diff --git a/main/css/public_admin/default.css b/main/css/public_admin/default.css index 50ed66c22c..045dc692e3 100644 --- a/main/css/public_admin/default.css +++ b/main/css/public_admin/default.css @@ -562,16 +562,15 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type= font-size: 1.0em; } /***************************************************** - * HEADER 3: not used * + * HEADER 4 *****************************************************/ #header4 { - background-color: #fff; - color: #009; - padding: 4px 0px 4px 4px; + background-color: #fff; + color: #fff; margin-bottom: 2px; - float:left; - width:98%; - clear:right; + clear:right; + width:100%; + float:left; } #header4 a { color: #666; diff --git a/main/css/royal_purple/default.css b/main/css/royal_purple/default.css index db9e71db6e..dba2cb4ee4 100644 --- a/main/css/royal_purple/default.css +++ b/main/css/royal_purple/default.css @@ -508,19 +508,17 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { display: none; } /***************************************************** - * HEADER 3: not used * + * HEADER 4 *****************************************************/ #header4 { - height: 15px; - background-color: #8e5b97; - color: #fff; - padding: 4px 0px 4px 21px; - margin-bottom: 2px; - clear:right; -} -#header4 a { - color: #fff; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7; diff --git a/main/css/silver_line/default.css b/main/css/silver_line/default.css index a602fa7e35..9a81c9cc25 100644 --- a/main/css/silver_line/default.css +++ b/main/css/silver_line/default.css @@ -24,7 +24,6 @@ body { a { text-decoration: none; - font: bold 100% Arial, sans-serif, sans; color: #900; } a:hover, a:focus { @@ -441,10 +440,11 @@ ul#navigation .student-connect a { #header3 { width: 100%; - margin: 0; + margin: 5; padding: 0; float: left; clear: both; + height:20px; } #header3 input.logout { /* makes an input appear like a link in this header */ @@ -479,10 +479,12 @@ ul#navigation .student-connect a { } #header3 ul { - list-style: none; - margin: 0 0 0 3.9em; - padding: 0; - width: 80%; + PADDING-RIGHT: 10px; + PADDING-LEFT: 10px; + PADDING-BOTTOM: 0px; + MARGIN: 5px; + LIST-STYLE-TYPE: none; + display: inline; } #header3 ul li { float: left; @@ -501,42 +503,15 @@ ul#navigation .student-connect a { ------------------------------------------------------------------------------ */ -#header4 { - margin-top: .9em; - text-indent: 3.9em; - width: 100%; - float: left; - clear: both; - line-height: .9em; - height: auto; - background: #fff none; - position: relative; - padding: 0; -} -/* Solves the IE inherited margin bug */ -/* IE-7*/ -*:first-child+html #header4 { - margin-top: 0; -} -/*IE-6 or older*/ -* html #header4 { - margin-top: 0; -} -#header4 a { - font-size: 120%; - letter-spacing: -.05em; - width:30%; -} -#header4 .clear { - width: 100%; - background: url('images/shadowup.jpg') no-repeat bottom right; - clear: both; - position: absolute; - top: -.9em; - right: 0; - margin: 0; - padding: 0; +#header4 { + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + /* ------------------------------------------------------------------------------ SHORTCUTS diff --git a/main/css/sober_brown/default.css b/main/css/sober_brown/default.css index e107dbcdeb..87c17dd24f 100644 --- a/main/css/sober_brown/default.css +++ b/main/css/sober_brown/default.css @@ -549,18 +549,15 @@ input[text] { color:#333; } /***************************************************** - * HEADER 3: not used * + * HEADER 4 *****************************************************/ #header4 { background-color: #fff; - color: #666; - padding: 4px; + color: #fff; margin-bottom: 2px; - padding-left: 20px; - - float:left; + clear:right; width:100%; - clear:right; + float:left; } #header4 a { color: #666; diff --git a/main/css/steel_grey/default.css b/main/css/steel_grey/default.css index 0a6374467e..c9d122a827 100644 --- a/main/css/steel_grey/default.css +++ b/main/css/steel_grey/default.css @@ -507,20 +507,17 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { display: none; } /***************************************************** - * HEADER 3: not used * + * HEADER 4 *****************************************************/ #header4 { - height: 15px; - background-color: #808080; - color: #fff; - padding: 4px 0px 4px 10px; - margin-bottom: 2px; - width:99%; - float:left; -} -#header4 a { - color: #fff; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7; diff --git a/main/css/tasty_olive/default.css b/main/css/tasty_olive/default.css index 613ed989dd..089b9293a1 100644 --- a/main/css/tasty_olive/default.css +++ b/main/css/tasty_olive/default.css @@ -510,16 +510,14 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus { * HEADER 4 *****************************************************/ #header4 { - height: 15px; - background-color: #8e975b; - color: #fff; - padding: 4px 0px 4px 21px; - margin-bottom: 2px; - clear:right; -} -#header4 a { - color: #fff; + background-color: #fff; + color: #fff; + margin-bottom: 2px; + clear:right; + width:100%; + float:left; } + #header4 a:hover { text-decoration: none; color: #a8a7a7;