Changeset - 33ca222bdf57
[Not reviewed]
default
0 1 0
ethanzonca - 15 years ago 2011-03-12 02:25:30

CSS namespace fixes
1 file changed with 14 insertions and 13 deletions:
0 comments (0 inline, 0 general)
styles/general.css
Show inline comments
 
@@ -109,43 +109,44 @@ a:hover {
 

	
 

	
 
/* Table Styling */
 
td {
 

	
 
#container td {
 
  padding: .17em;
 
}
 
.class td {
 
#container .class td {
 
  background: #70a97c; 
 
}
 
.tdInput {
 
#container .tdInput {
 
  background: none!important; 
 
}
 
td.center {
 
#container td.center {
 
  text-align:center;
 
}
 
.section:nth-child(even) td {
 
#container .section:nth-child(even) td {
 
  background: #EEE;
 
}
 
.section:nth-child(odd) td {
 
#container .section:nth-child(odd) td {
 
  background: #CCC;
 
}
 
.section.lab td {
 
#container .section.lab td {
 
  background: #96acc4;
 
}
 
.none {
 
#container .none {
 
  background: none!important; 
 
}
 
.emptyCell, .removeCell {
 
#container .emptyCell, .removeCell {
 
  background: none!important; 
 
}
 
.lab .sectionIdentifier {
 
#container .lab .sectionIdentifier {
 
  background: none!important;
 
}
 
.lab .sectionIdentifier input {
 
#container .lab .sectionIdentifier input {
 
  display: none;
 
}
 
.lab .deleteSection input {
 
#container .lab .deleteSection input {
 
  display: none;
 
}
 
.lab .deleteSection:before {
 
#container .lab .deleteSection:before {
 
  content: "LAB";
 
}
 

	
0 comments (0 inline, 0 general)