Changeset 4237
- Timestamp:
- 10/14/2016 03:24:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r4227 r4237 369 369 370 370 .o2-editor-select:focus { 371 border-color: #5b9dd9; 372 -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); 373 box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 ); 371 374 outline: 0; 372 375 -moz-outline: none; … … 388 391 } 389 392 393 /* make/polyglots post type selector for new posts */ 390 394 .polyglots-post-type-selector { 391 395 margin: 0 0 1em; … … 394 398 395 399 .polyglots-post-type-selector .o2-editor-select { 396 min-width: 180px; 400 min-width: 150px; 401 } 402 403 .polyglots-post-type-selector label { 404 padding: 7px 0; 405 display: inline-block; 406 margin-right: 5px; 407 } 408 409 .o2-save.disabled, 410 .o2-save.disabled:hover, 411 .o2-save.disabled:focus { 412 border-color: #bbb; 413 background: #f1f1f1; 414 color: #bbb; 415 cursor: default; 416 } 417 418 @media (max-width: 640px) { 419 .make-polyglots .o2-post-form-options { 420 float: left; 421 display: block; 422 padding-right: 0; 423 clear: none; 424 } 397 425 } 398 426
Note: See TracChangeset
for help on using the changeset viewer.