Index: trunk/extensions/UploadWizard/resources/uploadWizard.css |
— | — | @@ -628,6 +628,16 @@ |
629 | 629 | background: url('images/question-hover.png') no-repeat; |
630 | 630 | } |
631 | 631 | |
| 632 | +/* Make category add button smaller */ |
| 633 | +.cat-widget .ui-button-text { |
| 634 | + padding: 0; |
| 635 | +} |
| 636 | + |
| 637 | +/* Hack for Explorer 6 and 7 - line up buttons with other content */ |
| 638 | +.mwe-upwiz-buttons .ui-button, .cat-widget .ui-button { |
| 639 | + *vertical-align: middle; |
| 640 | +} |
| 641 | + |
632 | 642 | #upload-wizard .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; } |
633 | 643 | #upload-wizard .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } |
634 | 644 | #upload-wizard .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; } |