Changeset 706 for trunk/phpbms/common
- Timestamp:
- 01/03/10 21:33:53 (2 years ago)
- Location:
- trunk/phpbms/common/stylesheet/mozilla
- Files:
-
- 1 added
- 8 modified
-
basics.css (modified) (2 diffs)
-
boxes.css (modified) (3 diffs)
-
forms.css (modified) (2 diffs)
-
modal.css (modified) (2 diffs)
-
pages/base/reports.css (modified) (1 diff)
-
pages/bms/consolidateclients.css (added)
-
pages/invoice.css (modified) (12 diffs)
-
pages/login.css (modified) (1 diff)
-
sizes.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/basics.css
r308 r706 2 2 /* $LastChangedDate$ */ 3 3 4 BODY { 5 background: white url("image/back.png");4 BODY { 5 background: #F8F8F8; 6 6 margin:0; 7 7 } 8 8 9 BODY, P, TABLE, TD, FORM, INPUT, SELECT, TEXTAREA, OL, UL, LI, BUTTON { 9 BODY, P, TABLE, TD, FORM, INPUT, SELECT, TEXTAREA, OL, UL, LI, BUTTON { 10 10 font-size : 12px; 11 11 font-family : Arial,Helvitica,sans-serif; 12 color : black; 12 color : black; 13 13 } 14 14 15 15 P,.fauxP{ 16 16 margin:0; … … 28 28 LI{margin-bottom:5px;} 29 29 30 A { 31 color : #455372; 32 font-weight:bold; 30 A { 31 color : #455372; 32 font-weight:bold; 33 33 text-decoration:none; 34 34 } -
trunk/phpbms/common/stylesheet/mozilla/boxes.css
r308 r706 2 2 /* $LastChangedDate$ */ 3 3 4 fieldset,.bodyline,.box{ 5 border: 1px solid #ACB7C4; 6 padding:5px; 4 fieldset,.bodyline,.box{ 5 border: 1px solid #ACB7C4; 6 padding:5px; 7 7 margin-bottom:5px; 8 8 } … … 16 16 clear:both; 17 17 border-color:#CAD1D1; 18 border: none; 18 19 padding:10px; 19 20 } 20 21 21 fieldset,.box{ 22 fieldset,.box{ 22 23 margin:3px 3px 7px 3px; 23 24 } 24 25 25 26 fieldset{ 26 padding: 8px;27 padding:4px 8px; 27 28 overflow:hidden; 28 29 } … … 30 31 .box{ 31 32 background-color:#EFF9F9; 32 border-color:#CCCCCC; 33 border-color:#CCCCCC; 33 34 } -
trunk/phpbms/common/stylesheet/mozilla/forms.css
r543 r706 3 3 4 4 SELECT, INPUT, TEXTAREA, .uneditable,button{ 5 border:1px solid #ABB1B1; 5 /*border:1px solid #ABB1B1;*/ 6 border: 1px solid #C0C7C7; 6 7 font-size: 11px; 7 8 padding: 2px 0px 2px 3px; … … 21 22 .uneditable,.uneditable:Focus { 22 23 background-color:transparent; 23 border-color:# ABB1B1;24 border-color:#C0C7C7; 24 25 color:#666666; 25 26 } -
trunk/phpbms/common/stylesheet/mozilla/modal.css
r485 r706 11 11 padding:0px; 12 12 margin:0px; 13 background-color: #666666; 13 background-color: #666666; 14 14 } 15 15 16 #modalBox { 17 border:1px solid #ABB1B1;16 #modalBox { 17 /*border:1px solid #ABB1B1;*/ 18 18 padding:0px; 19 19 position: absolute; … … 29 29 background-color:#0B63A2; 30 30 border-bottom:1px solid #ABB1B1; 31 color:white; 31 color:white; 32 32 } 33 33 #modalContent{ -
trunk/phpbms/common/stylesheet/mozilla/pages/base/reports.css
r693 r706 33 33 34 34 #addNewRow td{ 35 border-color: #BBBBBB; 35 36 border-bottom:1px solid #BBBBBB; 36 37 color: #999999; -
trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css
r384 r706 28 28 29 29 30 #fsTops{margin-right:270px;} 30 #fsTops{ 31 padding-top: 1px; 32 margin-right:270px; 33 } 31 34 32 35 #billingAddressDiv, #shiptoAddressDiv{ … … 53 56 display:block; 54 57 border:0; 55 margin: 0;58 margin:23px 0 0; 56 59 padding:0; 57 60 } … … 73 76 display:inline; 74 77 padding-left:15px; 75 color : #455372; 78 color : #455372; 76 79 font-weight:bold; 77 80 } … … 112 115 #lineItemsFS{clear:both;} 113 116 114 #LITable{ }117 #LITable{border-collapse: collapse;} 115 118 #LIHeader th{ 116 119 background:#455372; … … 120 123 } 121 124 125 #LIHeader #liHeaderExtendedTd{ 126 padding-right: 20px; 127 } 128 122 129 .LIRealInfo{display:none;} 123 130 124 #LIAdd TD{border-bottom:2px solid #999999} 131 #LIAdd td{ 132 border:1px solid #999999; 133 overflow: hidden; 134 } 135 136 #LIAdd input{ 137 font-size: 14px; 138 border: none; 139 } 140 141 #LIAdd #liAddButtonTd{ 142 border-right-width: 0; 143 border-left-width: 0; 144 } 145 146 #LIAdd #liAddExtendedTD{ 147 border-right-width: 0; 148 } 149 150 125 151 #LITotals TD{border-top:2px solid #999999} 126 152 … … 146 172 position:absolute; 147 173 background:white; 148 padding-bottom:4px; 149 padding-right:2px; 174 padding-right:3px; 150 175 } 151 176 … … 155 180 156 181 .lineitemsButtonDivs button{ 157 margin- top:4px;182 margin-bottom:4px; 158 183 } 159 184 … … 161 186 overflow:hidden; 162 187 background:none; 163 vertical-align: middle;164 padding: 0;188 vertical-align:top; 189 padding: 7px 0; 165 190 font-size:11px; 166 border-color:#AAAAAA; 191 border-color:#D0D0D0; 192 border-width: 1px; 167 193 border-left:0; 168 194 border-right:0; 169 195 } 170 196 171 .lineitems p{margin:4px;padding:0;} 172 173 .lineitems:hover td{ 174 background:white; 175 } 197 .lineitems p{ 198 margin:0 0 2px 5px; 199 padding:0; 200 } 201 202 .lineitems:hover td{ 203 background:white; 204 } 205 206 .lineitems input { 207 border: 1px solid #E6ECEC; 208 background: none; 209 } 210 211 .lineitems input:focus{ 212 background:white; 213 border-color: black; 214 } 215 216 .lineitems input[readonly]{ 217 padding: 3px 1px 3px 4px; 218 border: none; 219 } 220 221 .lineitems input[readonly]:focus{ 222 background: none; 223 } 176 224 177 225 .lineitemMemos{ … … 181 229 .lineitemsRight{ border-right:1px solid #AAAAAA;} 182 230 .lineitemsLeft{ border-left:1px solid #AAAAAA;} 231 232 183 233 .lineitemsBottom{ border-bottom:1px solid #AAAAAA;} 184 234 185 235 .totalItems,.invoiceTotalLabels,#parenInfo div span{border-bottom:1px solid #CCCCCC} 236 237 .totalItems input{ 238 border:none; 239 } 240 186 241 .invoiceTotalLabels{padding-left:25px;} 187 242 .invoiceTotalLabels div{height:24px; line-height:24px;vertical-align:bottom;} … … 200 255 padding:0 4px 0 4px; 201 256 border:0; 202 border-bottom:1px solid #CCCCCC;203 257 } 204 258 … … 214 268 #totalSpacer{height:55px;line-height:55px;border:0;} 215 269 #totalSpacer span{border:0;} 270 271 #lastTotalsTr td, #totalDisplayTr td{ 272 border: 0; 273 } 216 274 217 275 .vTabs,.vTabsHover{cursor:pointer;color:#455372;background:url(../image/button-rew.png) 5px 4px no-repeat;} … … 230 288 #fsInstructions{clear:both;} 231 289 #specialinstructions,#printedinstructions{width:99%} 232 -
trunk/phpbms/common/stylesheet/mozilla/pages/login.css
r485 r706 18 18 19 19 #loginbox h1{ 20 font-size: 21px; 21 font-weight: bold; 22 background-position: 6px 6px; 23 padding-left: 28px; 24 color:#455372; 20 margin: 10px 10px 0; 25 21 } 26 22 -
trunk/phpbms/common/stylesheet/mozilla/sizes.css
r705 r706 44 44 } 45 45 46 LEGEND {margin-top:0px; font-size:14px;} 46 legend { 47 margin-top:0px; 48 font-size:16px; 49 font-weight: normal; 50 padding: 0 3px; 51 margin-left: 4px; 52 } 47 53 48 54 H2{ … … 52 58 padding-bottom:0px; 53 59 margin:0px; 54 margin-top:3 0px;60 margin-top:35px; 55 61 margin-bottom:5px; 56 62 }