source: timingandestimationplugin/branches/trac0.11-Permissions/timingandestimationplugin/htdocs/billingplugin.css

Last change on this file was 1119, checked in by Russ Tyndall, 17 years ago

TimingAndEstimationPlugin:

Initial Checkin of version 0.1.3

File size: 392 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  padding:5px;
13  border-width:1px 0px 1px 1px;
14  border-style: solid;
15  border-color: #eee; 
16 }
17.minorsectionright{ 
18  padding:5px;
19  border-width:1px 1px 1px 0px;
20  border-style: solid;
21  border-color: #eee; 
22 }
23label,.label{ 
24  font-weight:bold;
25} 
Note: See TracBrowser for help on using the repository browser.