Changeset 652
- Timestamp:
- 05/21/08 20:09:58 (3 months ago)
- Files:
-
- trunk/iMT/mt-static/plugins/iMT/css/iphone.css (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/iMT/mt-static/plugins/iMT/css/iphone.css
r316 r652 8 8 } 9 9 10 html, body, div, 10 html, body, div, p, hr, 11 h1, h2, h3, h4, h5, h6, 11 12 ul, ol, li, dl, dt, dd, 12 form, fieldset, input, select, textarea, 13 h1, h2, h3, h4, h5, h6, 14 pre, code, p, blockquote, hr, 15 th, td { 13 blockquote, pre, th, td, 14 form, fieldset, input, 15 select, textarea { 16 16 margin: 0; 17 17 padding: 0; … … 23 23 } 24 24 25 ol, ul { 26 list-style: none; 27 } 28 29 a img { 30 border: 0; 31 } 25 ol, ul { list-style: none; } 26 27 a img { border: 0; } 32 28 33 29 … … 50 46 #header h1 { 51 47 overflow: hidden; 52 height: 30px;53 48 color: #fff; 54 49 font-size: 20px; … … 57 52 text-align: center; 58 53 text-shadow: #25688c 0px -1px 1px; 59 } 60 61 #header .home { 62 position: absolute; 63 overflow: hidden; 64 top: 7px; 65 left: 5px; 66 width: 30px; 67 height: 26px; 68 } 69 54 white-space: nowrap; 55 text-overflow: ellipsis; 56 } 57 58 #header .home, 70 59 #header .site { 71 60 position: absolute; 72 61 overflow: hidden; 73 62 top: 7px; 74 right: 5px;75 63 width: 30px; 76 64 height: 26px; 77 65 } 78 66 67 #header .home { left: 5px; } 68 #header .site { right: 5px; } 69 79 70 #header .home a, 71 #header .site a, 80 72 #header .home img, 81 #header .site a,82 73 #header .site img { 83 74 display: block; … … 95 86 .page-main #content { 96 87 background: #0d0d0d url(../images/iphone/backgrounds/content.png) repeat-x left top; 97 }98 99 .page-mobile #content {100 background: #c5ccd3;101 88 } 102 89 … … 184 171 185 172 .editor .meta-field .field-name { 186 width: 90px;187 173 float: left; 188 174 color: #666; … … 193 179 } 194 180 195 .editor .title-field .field-name { 196 width: 50px; 197 } 198 199 .editor .tags-field .field-name { 200 width: 50px; 201 } 202 203 .editor .category-field .field-name { 204 width: 75px; 205 } 206 207 .editor .meta-field .field-value { 208 margin-left: 90px; 209 } 210 211 .editor .title-field .field-value { 212 margin-left: 50px; 213 } 214 215 .editor .tags-field .field-value { 216 margin-left: 50px; 217 } 218 219 .editor .category-field .field-value { 220 margin-left: 75px; 221 } 181 .editor .meta-field .field-name { width: 90px; } 182 .editor .title-field .field-name { width: 50px; } 183 .editor .tags-field .field-name { width: 50px; } 184 .editor .category-field .field-name { width: 75px; } 185 186 .editor .meta-field .field-value { margin-left: 90px; } 187 .editor .title-field .field-value { margin-left: 50px; } 188 .editor .tags-field .field-value { margin-left: 50px; } 189 .editor .category-field .field-value { margin-left: 75px; } 222 190 223 191 .editor .meta-field .field-name-inner { … … 225 193 } 226 194 195 .editor .content-field .field-value-inner { 196 padding: 10px; 197 } 198 227 199 .editor .meta-field .field-value-inner { 228 200 padding: 10px 10px 10px 0; 229 }230 231 .editor .content-field .field-value-inner {232 padding: 10px;233 201 } 234 202 … … 322 290 display: block; 323 291 overflow: hidden; 292 white-space: nowrap; 293 text-overflow: ellipsis; 324 294 } 325 295 326 296 .li-label { 327 height: 23px;328 297 font-size: 20px; 329 298 line-height: 23px; … … 332 301 333 302 .li-details { 334 height: 14px;335 303 margin-top: 1px; 304 color: #666; 336 305 font-size: 12px; 337 306 line-height: 14px; … … 521 490 } 522 491 523 .button-bar .delete-button.button, 492 .button-bar .delete-button.button { 493 color: #fff; 494 text-shadow: #600 0px -1px 1px; 495 } 496 524 497 .button-bar .cancel-button.button { 525 498 color: #fff; … … 564 537 565 538 .message-content { 566 padding: 9px 29px 4px;539 padding: 9px 9px 4px 29px; 567 540 border: 1px solid #ccc; 568 541 -webkit-border-radius: 5px; … … 581 554 .success-message .message-content { 582 555 padding-left: 9px; 583 padding-right: 9px;584 556 border-color: #cf9; 585 557 background: #cf9; … … 598 570 .zerostate-message .message-content { 599 571 padding-left: 9px; 600 padding-right: 9px;601 572 border-color: #ccc; 602 573 background: #ccc;
