Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.dialog.css |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | /* Dialog |
3 | 3 | ----------------------------------*/ |
4 | | -.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } |
5 | | -.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; } |
6 | | -.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } |
7 | | -.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
| 4 | +.ui-dialog { position: absolute; padding: 0; width: 300px; } |
| 5 | +.ui-dialog .ui-dialog-titlebar { padding: .75em; position: relative; } |
| 6 | +.ui-dialog .ui-dialog-title { float: left; margin: 0; } |
| 7 | +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .75em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
8 | 8 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
9 | 9 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
10 | 10 | .ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } |
Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.theme.css |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; } |
17 | 17 | .ui-widget-content { border: 1px solid #cccccc; background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; } |
18 | 18 | .ui-widget-content a { color: #362b36; } |
19 | | -.ui-widget-header { border: 1px solid #aed0ea; background: #ffffff url(images/ui-bg_highlight-soft_100_ffffff_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } |
| 19 | +.ui-widget-header { border: 1px solid #aed0ea; line-height: 1em; background: #ffffff url(images/ui-bg_highlight-soft_100_ffffff_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } |
20 | 20 | .ui-widget-header a { color: #222222; } |
21 | 21 | |
22 | 22 | /* Interaction states |
— | — | @@ -234,16 +234,16 @@ |
235 | 235 | ----------------------------------*/ |
236 | 236 | |
237 | 237 | /* Corner radius */ |
238 | | -.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; } |
239 | | -.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } |
240 | | -.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } |
241 | | -.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
242 | | -.ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } |
243 | | -.ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
244 | | -.ui-corner-right { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } |
245 | | -.ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } |
246 | | -.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } |
| 238 | +.ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; } |
| 239 | +.ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; } |
| 240 | +.ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; } |
| 241 | +.ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; } |
| 242 | +.ui-corner-top { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; } |
| 243 | +.ui-corner-bottom { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; } |
| 244 | +.ui-corner-right { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; } |
| 245 | +.ui-corner-left { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; } |
| 246 | +.ui-corner-all { -moz-border-radius: 0; -webkit-border-radius: 0; } |
247 | 247 | |
248 | 248 | /* Overlays */ |
249 | | -.ui-widget-overlay { background: #000000; opacity: .50;filter:Alpha(Opacity=50); } |
| 249 | +.ui-widget-overlay { background: #000000; opacity: .75;filter:Alpha(Opacity=75); } |
250 | 250 | .ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_flat_70_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } |
\ No newline at end of file |
Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.button.css |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | /*button text element */ |
12 | 12 | .ui-button .ui-button-text { display: block; line-height: 1.4; } |
13 | | -.ui-button-text-only .ui-button-text { padding: .4em 1em; } |
| 13 | +.ui-button-text-only .ui-button-text { padding: .125em .25em; } |
14 | 14 | .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
15 | 15 | .ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } |
16 | 16 | .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |