Changeset 288 for trunk/phpbms/common
- Timestamp:
- 08/27/07 15:39:00 (5 years ago)
- Location:
- trunk/phpbms/common/stylesheet/mozilla
- Files:
-
- 2 modified
-
boxes.css (modified) (2 diffs)
-
queryresults.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/boxes.css
r198 r288 3 3 4 4 fieldset,.bodyline,.box{ 5 -moz-border-radius:8px;6 5 border: 1px #E4ECEC outset; 7 6 padding:0px; … … 16 15 border-color:#CAD1D1; 17 16 border-style:solid; 18 -moz-border-radius:0;19 17 padding:10px;margin-top:0px; 20 18 } -
trunk/phpbms/common/stylesheet/mozilla/queryresults.css
r285 r288 9 9 .buttonSectionTitles,.buttonSection{border: 1px #666666 solid; border-bottom: 0; 10 10 font-size:11px; padding:1px; padding-bottom:0px; 11 -moz-border-radius-topleft:8px;12 -moz-border-radius-topright:8px;13 11 } 14 .buttonSection{border-top:0; padding-top:0; padding-bottom:1px; -moz-border-radius:0px; 15 } 12 .buttonSection{border-top:0; padding-top:0; padding-bottom:1px;} 16 13 17 14 .norecords {background-color:#DDDDDD; font-size:16px; padding:50px; font-weight:bold; border-bottom:1px solid #999999;}