diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 00:22:55 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 00:22:55 +0000 |
commit | 88246de0ff0303c2edecb085cd643fb9799e7f23 (patch) | |
tree | f80601b3666767f75bdaacb969a4580535a7a76a /themes/default/css/ui.dialog.css | |
parent | 65e28bc678b1d9fc0b6af4cb848cfde338b2f01c (diff) |
Add all the files jquery ui needs, including css for each widget. ui.all.css includes calls to the widget css we're currently using. Add new widget css here.
Diffstat (limited to 'themes/default/css/ui.dialog.css')
-rwxr-xr-x | themes/default/css/ui.dialog.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/default/css/ui.dialog.css b/themes/default/css/ui.dialog.css new file mode 100755 index 00000000..76806b36 --- /dev/null +++ b/themes/default/css/ui.dialog.css @@ -0,0 +1,13 @@ +/* Dialog +----------------------------------*/ +.ui-dialog { position: relative; padding: .2em; width: 300px; } +.ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; } +.ui-dialog-title { float: left; margin: .1em 0 .2em; } +.ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; } +.ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; }
\ No newline at end of file |