Changeset 10290
- Timestamp:
- 01/01/2009 08:33:01 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/press-this-rtl.css
r10040 r10290 2 2 font-family: Tahoma, Arial; 3 3 } 4 4 5 #poststuff #edButtonPreview, 5 6 #poststuff #edButtonHTML { 6 margin: 0 px0 0 5px;7 margin: 0 0 0 5px; 7 8 float: right; 8 9 } 10 9 11 /* Editor/Main Column */ 10 12 div#poststuff { … … 12 14 padding-right: 10px; 13 15 } 16 14 17 .posting { 15 18 margin-right: 0; 16 19 margin-left: 228px; 17 left: auto;20 left: auto; 18 21 right: 0; 19 22 } 23 20 24 #side-info-column { 21 25 float: left; … … 25 29 margin-left: 10px; 26 30 } 31 27 32 #side-info-column .sleeve { 28 33 padding-left: 0; 29 34 padding-right: 10px; 30 35 } 36 31 37 h3.tb { 32 38 margin-left: 0; 33 39 margin-right: 5px; 34 40 } 41 35 42 #actions { 36 43 float: left; 37 44 } 45 38 46 #extra_fields #actions { 39 47 right: auto; 40 48 left: 4px; 41 49 } 50 42 51 #actions li { 43 52 float: right; … … 45 54 margin-left: 10px; 46 55 } 56 47 57 #extra_fields .button { 48 58 margin-right: 0; 49 59 margin-left: 5px; 50 60 } 61 51 62 /* Photo Styles */ 52 63 #img_container a { 53 64 float: right; 54 65 } 66 55 67 #category-add input, #category-add select { 56 68 font-family: Tahoma, Arial; 57 69 } 70 58 71 #categorydiv ul.categorychecklist ul { 59 72 margin-left: 0; 60 73 margin-right: 18px; 61 74 } 75 62 76 /* Tags */ 63 77 #tagsdiv #newtag { … … 65 79 margin-left: 5px; 66 80 } 81 67 82 #tagadd { 68 83 margin-left: 0; 69 84 margin-right: 3px; 70 85 } 86 71 87 #tagchecklist span { 72 88 margin-left: .5em; … … 78 94 float: right; 79 95 } 96 80 97 #content { 81 98 margin-left: 0; 82 99 margin-right: 1%; 83 100 } 101 84 102 .submit input, 85 103 .button, … … 88 106 .button-highlighted, 89 107 #postcustomstuff .submit input { 90 font-family: tahoma;108 font-family: Tahoma, Arial, sans-serif; 91 109 } 110 92 111 .ac_results li { 93 112 text-align: right; 94 113 } 114 95 115 #TB_ajaxContent #options { 96 116 right: auto; 97 117 left: 25px; 98 118 } 119 99 120 #post_status { 100 121 margin-left: 0; 101 122 margin-right: 10px; 102 123 } 124 103 125 /* Footer */ 104 126 #footer { -
trunk/wp-admin/css/press-this.css
r10237 r10290 1 1 body { 2 font: 13px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;2 font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 3 3 color: #333; 4 4 margin: 0; … … 19 19 #poststuff #edButtonPreview, 20 20 #poststuff #edButtonHTML { 21 -moz-border-radius-bottomleft: 0; 22 -moz-border-radius-bottomright: 0; 23 -moz-border-radius-topleft: 3px; 24 -moz-border-radius-topright: 3px; 25 -khtml-border-radius-bottomleft: 0; 26 -khtml-border-radius-bottomright: 0; 27 -khtml-border-radius-topleft: 3px; 28 -khtml-border-radius-topright: 3px; 29 -webkit-border-radius-bottomleft: 0; 30 -webkit-border-radius-bottomright: 0; 31 -webkit-border-radius-topleft: 3px; 32 -webkit-border-radius-topright: 3px; 33 border-radius-bottomleft: 0; 34 border-radius-bottomright: 0; 35 border-radius-topleft: 3px; 36 border-radius-topright: 3px; 21 -moz-border-radius: 3px 3px 0 0; 22 -webkit-border-top-right-radius: 3px; 23 -webkit-border-top-left-radius: 3px; 24 -khtml-border-top-right-radius: 3px; 25 -khtml-border-top-left-radius: 3px; 26 border-top-right-radius: 3px; 27 border-top-left-radius: 3px; 37 28 border-style: solid; 38 29 border-width: 1px; … … 40 31 display: block; 41 32 height: 18px; 42 margin: 0px 5px 0 0; 43 padding: 0px 5px 0px; 44 background-color: #E9E9E9; 45 border-bottom-color: #E9E9E9; 46 color: #333333; 33 margin: 0 5px 0 0; 34 padding: 0 5px 0; 47 35 font-size: 10px; 48 36 line-height: 18px; … … 117 105 118 106 #poststuff h2, #poststuff h3 { 119 font-size: 14px;120 font-weight: bold;121 padding: 7px;122 margin: 0 0 10px;123 background: #dfdfdf url("../images/gray-grad.png") repeat-x left top;124 107 font-size: 12px; 125 108 font-weight: bold; … … 127 110 margin: 0 0 10px; 128 111 padding: 7px 9px; 129 text-shadow: 0 1px 0 #FFFFFF;130 112 } 131 113 132 114 h3.tb { 133 text-shadow: 0 1px 0 # FFFFFF;115 text-shadow: 0 1px 0 #fff; 134 116 font-weight: bold; 135 117 font-size: 12px; … … 145 127 } 146 128 147 .metabox-holder .postbox,148 129 .postbox, 149 130 .stuffbox { … … 156 137 -webkit-border-radius: 6px; 157 138 border-radius: 6px; 158 border-color: #DFDFDF; 159 } 160 161 .titlediv { 162 border-color: #DFDFDF; 163 } 164 165 #title, .tbtitle { 139 } 140 141 #title, 142 .tbtitle { 166 143 -moz-border-radius: 6px; 167 144 -khtml-border-radius: 6px; … … 173 150 outline: none; 174 151 padding: 3px 4px; 175 border-color: # DFDFDF;152 border-color: #dfdfdf; 176 153 } 177 154 … … 183 160 #title { 184 161 width: 98%; 185 }186 187 .postbox h2 {188 background-image: url(../images/postbox-bg.gif);189 background-position: left top;190 background-repeat: repeat-x;191 background-color: #DFDFDF;192 162 } 193 163 … … 197 167 -webkit-border-radius: 6px; 198 168 border-radius: 6px; 199 border-collapse: separate; 200 border-style: solid; 201 border-width: 1px; 202 border-color: #DFDFDF; 169 border: 1px solid #dfdfdf; 170 background-color: #fff; 203 171 } 204 172 … … 214 182 position: relative; 215 183 } 184 216 185 #extra_fields #actions { 217 186 clear: both; … … 227 196 margin-right: 10px; 228 197 } 198 229 199 #extra_fields .button { 230 200 margin-right: 5px; … … 273 243 } 274 244 275 #img_container img, #img_container a { 245 #img_container img, 246 #img_container a { 276 247 width: 68px; 277 248 height: 68px; … … 279 250 280 251 #img_container img { 281 width: 68px;282 height: 68px;283 252 border: none; 284 253 background-color: #f4f4f4; … … 317 286 318 287 #viewsite .button { 319 margin: 0 0 0px 0; 320 display: block; 321 } 322 323 .wp-hidden-children .wp-hidden-child { 288 margin: 0; 289 display: block; 290 } 291 292 .wp-hidden-children 293 .wp-hidden-child { 324 294 display: none; 325 295 } … … 355 325 } 356 326 357 #category-add input#category-add-sumbit { 327 #category-add input, 328 #category-add-sumbit { 358 329 width: auto; 359 330 } 360 331 361 332 /* Categories */ 362 #categorydiv ul, #linkcategorydiv ul { 333 #categorydiv ul, 334 #linkcategorydiv ul { 363 335 list-style: none; 364 336 padding: 0; … … 382 354 383 355 /* Tags */ 384 #tagsdiv #newtag { 385 padding: 3px; 356 .tagsdiv .newtag { 386 357 margin-right: 5px; 387 width: 16em; 388 } 389 390 #jaxtag { 358 } 359 360 .jaxtag { 391 361 clear: both; 392 362 margin: 0; 393 363 } 394 364 395 #tagadd {365 .tagadd { 396 366 margin-left: 3px; 397 367 } 398 368 399 #tagchecklist {369 .tagchecklist { 400 370 margin-top: 3px; 401 371 margin-bottom: 1em; … … 404 374 } 405 375 406 #tagchecklist strong {376 .tagchecklist strong { 407 377 position: absolute; 408 378 font-size: .75em; 409 379 } 410 380 411 #tagchecklist span {381 .tagchecklist span { 412 382 margin-right: .5em; 413 383 margin-left: 10px; … … 420 390 } 421 391 422 #tagchecklist span a {392 .tagchecklist span a { 423 393 margin: 6px 0 0 -9px; 424 394 cursor: pointer; … … 436 406 margin-left: 1%; 437 407 margin-bottom: 10px; 438 border: 1px solid #f1f1f1;408 border: 0 none; 439 409 } 440 410 … … 451 421 .button-highlighted, 452 422 #postcustomstuff .submit input { 453 font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;423 font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 454 424 text-decoration: none; 455 425 font-size: 11px !important; … … 468 438 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; 469 439 border-color: #21759B; 470 color: # FFFFFF;440 color: #fff; 471 441 } 472 442 … … 570 540 571 541 .postbox input[type="text"], 572 .postbox textarea { 573 border-width: 1px; 574 border-style: solid; 575 } 542 .postbox textarea, 543 .stuffbox input[type="text"], 544 .stuffbox textarea { 545 border-width: 1px; 546 border-style: solid; 547 } -
trunk/wp-admin/press-this.php
r10237 r10290 454 454 455 455 <div id="categorydiv" class="stuffbox"> 456 <h 2><?php _e('Categories') ?></h2>456 <h3><?php _e('Categories') ?></h3> 457 457 <div class="inside"> 458 458 … … 476 476 </div> 477 477 478 <div id="tagsdiv-post_tag" class=" postbox" >478 <div id="tagsdiv-post_tag" class="stuffbox" > 479 479 <h3><span><?php _e('Post Tags'); ?></span></h3> 480 480 <div class="inside"> … … 493 493 </div> 494 494 </div> 495 <div id="submitdiv" class=" postbox">496 <h 2><?php _e('Publish') ?></h2>495 <div id="submitdiv" class="stuffbox"> 496 <h3><?php _e('Publish') ?></h3> 497 497 <div class="inside"> 498 498 <p>
Note: See TracChangeset
for help on using the changeset viewer.