Changeset 443 for trunk/phpbms/common
- Timestamp:
- 02/18/09 11:13:38 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/pages/snapshot.css
r312 r443 30 30 31 31 h2{ 32 margin:3px 0 5px; 33 padding:0 0 4px; 32 margin:3px 0 5px; 33 padding:0 0 4px; 34 34 border:0; 35 35 font-size:15px … … 40 40 cursor:pointer;font-size:13px;background:#EEEEEE url("../image/section-down.png") 99% 3px no-repeat; 41 41 padding:4px; 42 border-bottom:1px solid #BBBBBB; 42 border-bottom:1px solid #BBBBBB; 43 43 } 44 44 #invoiceBox h3, #clientBox h3, #arBox h3{ … … 59 59 } 60 60 61 .tasksDivs p{ 62 margin:0; 63 padding:4px 4px 4px 8px; 64 border-bottom:1px solid #EEEEEE; 65 font-size:11px; 61 .tasksDivs div div{ 62 clear: both; 63 margin:0; 64 padding:4px 4px 4px 8px; 65 border-bottom:1px solid #EEEEEE; 66 font-size:12px; 66 67 } 67 68 68 .tasksDivs a{font-weight:normal} 69 .tasksDivs div div:hover{ 70 background: #EEEEEE; 71 } 69 72 70 .tasksDivs .private a{font-weight:bold} 73 .tasksDivs div div.taskSection{ 74 font-weight: bold; 75 border-bottom-color: #999999; 76 padding-top: 16px; 77 } 78 79 .tasksDivs div div.taskSection:hover{ 80 background: #FFF; 81 } 82 83 .taskRight{ 84 padding-left: 2px; 85 font-size: 10px; 86 display: block; 87 float: right; 88 text-align: right; 89 } 90 91 .tasksDivs div div p{ 92 font-style: italic; 93 font-size: 11px; 94 padding: 2px 20px; 95 } 96 97 .tasksDivs a{ 98 font-weight:bold; 99 } 71 100 72 101 73 .tasksDivs .complete , .tasksDivs .completea {102 .tasksDivs .complete a { 74 103 text-decoration:line-through; 75 104 color:#CCCCCC; … … 84 113 85 114 #eventsBox #eventsList td{ 86 padding:10px 5px; 87 border-bottom:1px solid #DDDDDD; 115 padding:10px 5px; 116 border-bottom:1px solid #DDDDDD; 88 117 font-size:11px; 89 118 } … … 104 133 float:right; 105 134 margin:0; 106 padding:0; 135 padding:0; 107 136 } 108 137 … … 110 139 list-style-type:none; 111 140 display:inline; 112 padding:0 4px 0 0; 141 padding:0 4px 0 0; 113 142 margin:0; 114 143 } … … 118 147 } 119 148 120 #icalA { 149 #icalA { 121 150 float:left; 122 151 height:16px;