aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.dialog.css
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-14 15:55:54 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-14 15:55:54 -0400
commitd8caa61be66db215f74e276dec73356531b7faf4 (patch)
tree8e017b124225357d9783d0fdcd878324ec354d98 /themes/base/jquery.ui.dialog.css
parent8a5d4ca3213e1e80fdbe51243ddaa27c8e618a73 (diff)
downloadjquery-ui-d8caa61be66db215f74e276dec73356531b7faf4.tar.gz
jquery-ui-d8caa61be66db215f74e276dec73356531b7faf4.zip
All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
Diffstat (limited to 'themes/base/jquery.ui.dialog.css')
-rw-r--r--themes/base/jquery.ui.dialog.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css
index 29c4dde13..81f7f68c0 100644
--- a/themes/base/jquery.ui.dialog.css
+++ b/themes/base/jquery.ui.dialog.css
@@ -1,5 +1,12 @@
-/* Dialog
-----------------------------------*/
+/*
+ * jQuery UI Dialog @VERSION
+ *
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Dialog#theming
+ */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }