source: timingandestimationplugin/branches/trac1.0/timingandestimationplugin/htdocs/billingplugin.css

Last change on this file was 8260, checked in by Russ Tyndall, 13 years ago

Add report group descriptions on management page. Fixed too small default end date (version 1.0.4) fix #7368 and #7369

File size: 504 bytes
Line 
1#messages{ 
2}
3.message{ 
4  font-weight:bold;
5  color:#283;
6 }
7.minorsection{ 
8  padding:5px;
9  border:1px solid #eee; 
10 }
11.minorsectionleft{ 
12  text-align:right;
13  width:130px;
14  padding:5px;
15  border-width:1px 0px 1px 1px;
16  border-style: solid;
17  border-color: #eee; 
18 }
19.minorsectionright{ 
20  padding:5px;
21  border-width:1px 1px 1px 0px;
22  border-style: solid;
23  border-color: #eee; 
24 }
25label,.label{ font-weight:bold; } 
26.note{display:block; color:#666; font-size:small;}
27
28h6.description{color:#666;}
Note: See TracBrowser for help on using the repository browser.