|
58 | 58 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; } |
59 | 59 | .ui-widget-content { border: 1px solid #aaaaaa; color: #222222; } |
60 | 60 | .ui-widget-content a { color: #222222; } |
61 | | -.ui-widget-header { border: 1px solid #d6d4c9; background: #ebe9dc; color: #777777; font-size: 10pt; font-weight: bold;} |
| 61 | +.ui-widget-header { background: #ebe9dc; color: #777777; font-size: 10pt; font-weight: bold;} |
62 | 62 | .ui-widget-header a { color: #222222; } |
63 | 63 |
|
64 | 64 | /* Interaction Cues |
|
376 | 376 | * http://docs.jquery.com/UI/Button#theming |
377 | 377 | */ |
378 | 378 | .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .10pt; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
| 379 | +.ui-button { filter:chroma(color=#000000); cursor: pointer; color: #333; background-color: #fafafa; border: 1px solid #d3d3d3; border-radius: 3px 3px 3px 3px; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; } |
| 380 | +.ui-button:hover { background-color: #f0f0f0; } |
| 381 | +.ui-button:active { background-color: #e6e6e6; } |
379 | 382 | .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ |
380 | 383 | button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ |
381 | 384 | .ui-button-icons-only { width: 3.4em; } |
@@ -421,7 +424,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad |
421 | 424 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
422 | 425 | .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 10pt; background: none; overflow: auto; zoom: 1; } |
423 | 426 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 0 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 10pt .5em .4em; } |
424 | | -.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { margin: 0 0 0 70px; } |
| 427 | +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: center; ;margin: 0 0 0 0px; } |
425 | 428 | .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } |
426 | 429 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } |
427 | 430 | .ui-draggable .ui-dialog-titlebar { cursor: move; } |
|
0 commit comments