Infobox Research Status.css: Difference between revisions

From FirespeakerWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
}
}
th {
th {
   width: 3.5em;
   width: 4em;
   border: none;
   border: none;
   vertical-align: bottom;
   vertical-align: bottom;
Line 9: Line 9:
td {
td {
   text-align: center;
   text-align: center;
  width: 4em;
}
}
td .explanation {
td .explanation {

Revision as of 05:07, 17 April 2011

table {

 border-collapse: collapse;

} th {

 width: 4em;
 border: none;
 vertical-align: bottom;

} td {

 text-align: center;
 width: 4em;

} td .explanation {

 font-size: 80%;
 color: silver;
 line-height: 80%;
 vertical-align: top;
 text-align: center;

}

.progressbar {

 border: 1px solid grey;

}

.empty {

 background-color: white;

} .notyet {

 background-color: white;

} .inprogress {

 background-color: #77ff77;

} .done {

 background-color: green;

}