summaryrefslogtreecommitdiff
path: root/webmail/plugins/new_user_dialog/newuserdialog.css
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/new_user_dialog/newuserdialog.css
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'webmail/plugins/new_user_dialog/newuserdialog.css')
-rw-r--r--webmail/plugins/new_user_dialog/newuserdialog.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/webmail/plugins/new_user_dialog/newuserdialog.css b/webmail/plugins/new_user_dialog/newuserdialog.css
new file mode 100644
index 0000000..207604d
--- /dev/null
+++ b/webmail/plugins/new_user_dialog/newuserdialog.css
@@ -0,0 +1,39 @@
+/** Styles for the new-user-dialog box */
+
+#newuserdialog {
+ display: none;
+}
+
+#newuserdialog h3 {
+ color: #333;
+ font-size: normal;
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+#newuserdialog p.hint {
+ margin-top: 0.5em;
+ margin-bottom: 1em;
+ font-style: italic;
+}
+
+#newuserdialog table td.title {
+ color: #666;
+ text-align: right;
+ padding-right: 1em;
+ white-space: nowrap;
+}
+
+#newuserdialog table td input,
+#newuserdialog table td textarea {
+ width: 20em;
+}
+
+#newuserdialog .formbuttons {
+ margin-top: 1.5em;
+ text-align: center;
+}
+
+.ui-dialog-titlebar-close {
+ display: none;
+} \ No newline at end of file