Cleaning base stylesheets

skala
Julio Montoya 14 years ago
parent 881328ce72
commit 38b767ba3f
  1. 14
      main/css/base.css
  2. 22
      main/css/base_chamilo.css

@ -124,7 +124,6 @@ input.maininput:focus {
#categories-content-first {
width:290px;
//padding:5px;
float:left;
}
@ -154,8 +153,7 @@ input.maininput:focus {
}
#categories-content-second {
margin-left: 308px;
//padding:5px;
margin-left: 308px;
margin-top:5px;
}
@ -264,8 +262,7 @@ input.maininput:focus {
padding:2px;
}
.course-link-desc {
//padding:10px 10px 0px;
.course-link-desc {
float:left;
}
@ -400,18 +397,15 @@ table.lp_build td.tree {
/* Breadcrumb */
.bread {
//border: 1px solid #DEDEDE;
height: 25px;
margin: 0px;
padding:0px;
padding:0px;
}
.bread li {
color: #777777;
float: left;
line-height: 25px;
line-height: 25px;
}
.bread span {

@ -7,10 +7,7 @@
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
//padding:18px;
min-height: 320px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
@ -20,7 +17,6 @@
#header3 {
background:none;
//padding:2px;
border-bottom:1px solid #ccc;
width: 92%;
margin-bottom:0px;
@ -35,27 +31,20 @@
margin-right: 2px;
}
#current #tab_active {
//background:none;
#current #tab_active {
}
#header1 {
padding:0px;
}
#header3 a {
//background:none;
#header3 a {
}
#header3 li {
//background:none;
//background-color: #CCCCCC;
//border-radius:5px;
//margin:0px 1px 0px 1px;
#header3 li {
}
#header3 li a span {
//background:none;
}
#header4 {
height:26px;
@ -63,9 +52,6 @@
background:none;
width: 92%;
}
div.admin_section {
width: 44%;
}
Loading…
Cancel
Save