diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-05 20:16:37 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-05 20:16:37 +0000 |
commit | d8841a752b594921ab88a14fd92d8a6c3e19e0f8 (patch) | |
tree | 5f5f5fa91857e9dab04ec6d2a68ff045828664e7 /themes/base/ui.dialog.css | |
parent | 31a11f073d9428c77296e7552e7ea6a75432eb5d (diff) | |
download | jquery-ui-d8841a752b594921ab88a14fd92d8a6c3e19e0f8.tar.gz jquery-ui-d8841a752b594921ab88a14fd92d8a6c3e19e0f8.zip |
Added new jQuery UI CSS Framework (/themes/base) and matching static markup test pages. Thanks scottjehl :)
Diffstat (limited to 'themes/base/ui.dialog.css')
-rw-r--r-- | themes/base/ui.dialog.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/base/ui.dialog.css b/themes/base/ui.dialog.css new file mode 100644 index 000000000..38783c960 --- /dev/null +++ b/themes/base/ui.dialog.css @@ -0,0 +1,13 @@ +/* Dialog
+----------------------------------*/
+.ui-dialog {position: relative; padding: .2em; }
+.ui-dialog-titlebar { padding: .5em .3em .3em 1em; border-top: 0; border-left: 0; border-right: 0; }
+.ui-dialog-title { float: left; margin: 2px 0; }
+.ui-dialog-titlebar-close { float: right; width: 19px; margin: -.2em 0 0 0; padding: 1px; height: 18px; }
+.ui-dialog-titlebar-close span { display: block; margin: 1px; }
+.ui-dialog-titlebar-close:hover { padding: 0; }
+.ui-dialog-content {border: 0; padding: .5em 1em; background: none; }
+.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; }
+.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 |