Fixing footer for chamilo_X themes (bis) see #2821

skala
Julio Montoya 15 years ago
parent 9f1cafd332
commit 3cfbb78fe8
  1. 4
      main/css/chamilo/default.css
  2. 4
      main/css/chamilo_electric_blue/default.css
  3. 4
      main/css/chamilo_green/default.css
  4. 43
      main/css/chamilo_orange/default.css
  5. 6
      main/css/chamilo_red/default.css

@ -728,11 +728,11 @@ may be inherited in some browsers from other 'a' element styles (if any) on the
/*height: 10em;*/ /* Do not change this value */
overflow:hidden;
width: 100%;
padding-bottom:20px;
padding-bottom:18px;
}
/* Sticky footer*/
.push {
height: 10em; /* Very important */
height: 9em; /* Very important */
}
#footer .copyright {
float: right;

@ -721,11 +721,11 @@ margin-top:0;
/*height: 10em;*/ /* Do not change this value */
overflow:hidden;
width: 100%;
padding-bottom:20px;
padding-bottom:18px;
}
/* Sticky footer*/
.push {
height: 10em; /* Very important */
height: 9em; /* Very important */
}
#footer .copyright {
float: right;

@ -723,11 +723,11 @@ margin-top:0;
/*height: 10em;*/ /* Do not change this value */
overflow:hidden;
width: 100%;
padding-bottom:20px;
padding-bottom:18px;
}
/* Sticky footer*/
.push {
height: 10em; /* Very important */
height: 9em; /* Very important */
}
#footer .copyright {
float: right;

@ -541,9 +541,6 @@ float:left; /* important for ieX*/
margin: 11px 0px 0px 0px ;
}
#header3 a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
@ -571,14 +568,14 @@ float:left; /* important for ieX*/
}
#current a {
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
background:transparent url(images/tab_left-active.gif) no-repeat scroll left top;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
padding-left:9px;
padding-right:2px;
text-decoration:none;
}
#header3 li {
@ -586,16 +583,16 @@ float:left;
}
#current {
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
background:transparent url(images/tab_center-active.gif) no-repeat scroll right top;;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
height:20px;
overflow:hidden;
padding-bottom:6px;
margin-right:-3px;
margin-right:3px;
}
#current #tab_active {
@ -720,11 +717,11 @@ margin-top:0;
/*height: 10em;*/ /* Do not change this value */
overflow:hidden;
width: 100%;
padding-bottom:20px;
padding-bottom:18px;
}
/* Sticky footer*/
.push {
height: 10em; /* Do not change this value */
height: 9em; /* Do not change this value */
}
#footer .copyright {
float: right;

@ -622,7 +622,7 @@ margin-right:3px;
padding: 0 30px 0 0;
background-color: transparent;
border: none;
COLOR: #fff;
color: #fff;
font-size: 1.0em;
font-weight:bold;
font-family: verdana, arial, helvetica, sans-serif;
@ -721,11 +721,11 @@ margin-top:0;
/*height: 10em;*/ /* Do not change this value */
overflow:hidden;
width: 100%;
padding-bottom:20px;
padding-bottom:18px;
}
/* Sticky footer*/
.push {
height: 10em; /* Do not change this value */
height: 9em; /* Do not change this value */
}
#footer .copyright {
float: right;

Loading…
Cancel
Save