Changeset 252 for trunk/phpbms/common
- Timestamp:
- 07/30/07 09:20:51 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/pages/clientemail.css
r198 r252 3 3 #topTitle{} 4 4 5 #showsavedsearches{ ;display:none;}5 #showsavedsearches{display:none;} 6 6 #toP{float:left;} 7 7 #fromDiv{clear:both;} … … 16 16 #saveSave,#saveCancel{width:75px;} 17 17 18 #beginprocessing,#done{width:150px;} 19 #processP{float:right;width:180px; text-align:right} 20 #processTableDiv{margin-right:230px;} 18 #mainBG, #footer{ 19 width:585px; 20 margin: 0 auto; 21 } 22 23 #done{width:75px;} 24 #beginprocessing{width:125px;} 25 #processP{float:left; line-height:22px} 26 #processingWrap{text-align:center;} 21 27 #clearDiv{clear:both;} 22 28 .noselects{cursor:auto}