Changeset 3345 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss
- Timestamp:
- 06/14/2016 06:58:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/forms/_buttons.scss
r3261 r3345 327 327 .button, 328 328 .button.button-large, 329 .button.button-small, 330 input#publish, 331 input#save-post, 332 a.preview { 329 .button.button-smallw { 333 330 font-size: 14px; 334 331 height: auto; … … 338 335 vertical-align: middle; 339 336 } 340 341 #media-upload .button { 342 font-size: 13px; 343 line-height: 22px; 344 padding: 0 10px 1px; 345 height: 24px; 346 } 347 348 .media-frame.mode-grid .bulk-select .button { 349 margin-bottom: 0; 350 } 351 352 /* Publish Metabox Options */ 353 .save-post-status.button { 354 margin: 0 14px 0 10px; /* 14px right margin to match all other buttons */ 355 position: relative; 356 } 357 358 /* Reset responsive styles in Press This, Customizer */ 359 360 .wp-customizer .button { 361 font-size: 13px; 362 height: 28px; 363 line-height: 26px; 364 margin: 0; 365 padding: 0 10px 1px; 366 vertical-align: inherit; 367 } 368 369 /* Reset responsive styles on Log in button on iframed login form */ 370 371 .interim-login .button.button-large { 372 height: 30px; 373 line-height: 28px; 374 padding: 0 12px 2px; 375 } 376 } 337 }
Note: See TracChangeset
for help on using the changeset viewer.