diff plugins/new_user_dialog/newuserdialog.css @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/new_user_dialog/newuserdialog.css	Thu Jan 04 15:50:29 2018 -0500
@@ -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