Improving bread crumbs + adding funcions in the banner.inc file with see #3329

skala
Julio Montoya 14 years ago
parent 9b7cc8ea5b
commit fd2c60b4f6
  1. 4
      main/css/academica/default.css
  2. 4
      main/css/baby_orange/default.css
  3. 43
      main/css/base.css
  4. 4
      main/css/blue_lagoon/default.css
  5. 3
      main/css/chamilo/default.css
  6. 4
      main/css/cool_blue/default.css
  7. 4
      main/css/corporate/default.css
  8. 5
      main/css/cosmic_campus/default.css
  9. BIN
      main/css/crumbs.gif
  10. 6
      main/css/delicious_bordeaux/default.css
  11. 4
      main/css/dokeos_blue/default.css
  12. 5
      main/css/dokeos_classic/default.css
  13. 5
      main/css/dokeos_classic_2D/default.css
  14. 5
      main/css/empire_green/default.css
  15. 4
      main/css/fruity_orange/default.css
  16. 4
      main/css/medical/default.css
  17. 2
      main/css/medical/images/default.css
  18. 6
      main/css/public_admin/default.css
  19. 2
      main/css/royal_purple/default.css
  20. 6
      main/css/sober_brown/default.css
  21. 6
      main/css/steel_grey/default.css
  22. 4
      main/css/tasty_olive/default.css
  23. 1077
      main/inc/banner.inc.php

@ -113,6 +113,8 @@ input[type=button], input[type=submit] {
font-weight: bold;
margin: 0;
padding: 0;
float:left;
width:100%;
}
#header3 UL {
@ -178,6 +180,8 @@ input[type=button], input[type=submit] {
/* header 4 styles */
#header4 {
float:left;
width:100%;
background-color: #fff;
height: 21px;
}

@ -106,6 +106,8 @@ input[type=button], input[type=submit] {
font-weight: bold;
margin: 0;
padding: 0;
float:left;
width:100%;
}
#header3 ul {
list-style:none;
@ -168,6 +170,8 @@ input[type=button], input[type=submit] {
#header4 {
background-color: #fff;
height: 21px;
float:left;
width:100%;
}
a.breadcrumb {
height: 21px;

@ -407,4 +407,45 @@ table.lp_build td.tree {
#agenda_list .days_week {
height: 100px;
}
/* Breadcrumb */
.bread {
//border: 1px solid #DEDEDE;
height: 25px;
margin: 0px;
padding:0px 0px 0px 12px;
}
.bread li {
color: #777777;
float: left;
line-height: 25px;
padding-left: 0.75em;
}
.bread a {
display: block;
font-size:11px;
padding: 0 15px 0 10px;
}
.bread a:hover {
color:#35acc5;
}
.bread li {
background: url("crumbs.gif") no-repeat scroll right center transparent;
display: block;
padding: 0 15px 0 0;
background-repeat:no-repeat;
background-position:right;
}
#logo {
height:85px;
overflow:hidden;
margin-left:4%;
}

@ -387,6 +387,8 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -476,6 +478,8 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
padding-left: 21px;
margin-bottom: 2px;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

@ -4478,4 +4478,5 @@ abbr {
border-bottom: 1px dotted rgb(102, 102, 102);
background-color:#F00;
cursor: help;
}
}

@ -412,6 +412,8 @@ ul#navigation .help a{
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -501,6 +503,8 @@ ul#navigation .help a{
padding-left: 21px;
margin-bottom: 2px;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

@ -108,6 +108,8 @@ input[type=button], input[type=submit] {
color: #333;
height:auto;
font-weight: bold;
float:left;
width:100%;
}
@ -192,6 +194,8 @@ input[type=button], input[type=submit] {
#header4 {
margin-left: 5px;
height: 21px;
float:left;
width:100%;
}
a.breadcrumb {
height: 21px;

@ -128,6 +128,8 @@ input[type=button], input[type=submit] {
height:25px;
margin-bottom: 1px;
background-image: url(images/fondoHeader3.jpg);
float:left;
width:100%;
}
#header3 a {
padding: 10px 0px 20px 0px;
@ -188,8 +190,9 @@ input[type=button], input[type=submit] {
margin-top: 0px;
margin-left: 18px;
position:relative;
float: left;
clear:left;
float:left;
width:100%;
}
#header4 a {
color: #7171b7;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

@ -427,6 +427,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -515,7 +517,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
padding: 4px;
padding-left: 21px;
margin-bottom: 2px;
clear:right;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

@ -412,6 +412,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -501,6 +503,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
padding-left: 21px;
margin-bottom: 2px;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

@ -445,6 +445,8 @@ input[text] {
border-bottom: 1px solid #4171b5;
height:auto;
margin-bottom: 1px;
float:left;
width:100%;
}
#header3 a {
PADDING-RIGHT: 15px;
@ -548,7 +550,8 @@ input[text] {
padding: 4px;
padding-left: 21px;
margin-bottom: 2px;
float: left;
float:left;
width:100%;
clear:right;
}
#header4 a {

@ -428,6 +428,8 @@ ul#navigation .student-connect a {
margin: 0px;
margin-bottom: 1px;
padding: 0em 0em 0.4em 0em;
float:left;
width:100%;
}
#header3 a {
color: #2754AF;
@ -514,7 +516,8 @@ ul#navigation .student-connect a {
color: #009;
margin-bottom: 2px;
padding: 4px;
float: left;
float:left;
width:100%;
clear:right;
}
#header4 a {

@ -427,6 +427,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -516,6 +518,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
padding-left: 21px;
margin-bottom: 2px;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

@ -427,6 +427,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -516,6 +518,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
padding-left: 21px;
margin-bottom: 2px;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

@ -567,7 +567,9 @@ input[text] {
padding: 4px;
margin-bottom: 2px;
padding-left: 22px;
float: left;
float:left;
width:100%;
clear:right;
}
#header4 a {

@ -285,6 +285,8 @@ input[text] {font-size: 12px; }
height:25px;
margin-bottom: 1px;
background-image: url(Images/fondoHeader3.jpg);
float:left;
width:100%;
}
#header3 A {

@ -481,6 +481,8 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
height:25px;
margin-bottom: 1px;
background-image: url(images/fondoHeader3.jpg);
float:left;
width:100%;
}
#header3 A {
PADDING-RIGHT: 15px;
@ -569,7 +571,9 @@ select, input[type=checkbox], input[type=radio], input[type=button], input[type=
padding: 4px;
padding-left: 20px;
margin-bottom: 2px;
float: left;
float:left;
width:100%;
clear:right;
}
#header4 a {

@ -427,6 +427,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;

@ -466,6 +466,8 @@ input[text] {
border-bottom: 1px solid #aeaeae;
height:20px;
margin-bottom: 1px;
float:left;
width:100%;
}
#header3 A {
PADDING-RIGHT: 15px;
@ -555,7 +557,9 @@ input[text] {
padding: 4px;
margin-bottom: 2px;
padding-left: 20px;
float: left;
float:left;
width:100%;
clear:right;
}
#header4 a {

@ -427,6 +427,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -516,6 +518,10 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
padding-left: 21px;
margin-bottom: 2px;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

@ -428,6 +428,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-position: 0px 0px;
background-repeat: repeat-x;/*border: 1px solid green;*/
height:41px;
float:left;
width:100%;
}
#header3 a {
DISPLAY: block;
@ -517,6 +519,8 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
padding-left: 21px;
margin-bottom: 2px;
clear:right;
float:left;
width:100%;
}
#header4 a {
color: #fff;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save