summaryrefslogtreecommitdiffstats
path: root/google_appengine/google/appengine/ext/admin/templates/css/xmpp.css
diff options
context:
space:
mode:
Diffstat (limited to 'google_appengine/google/appengine/ext/admin/templates/css/xmpp.css')
-rw-r--r--google_appengine/google/appengine/ext/admin/templates/css/xmpp.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/google_appengine/google/appengine/ext/admin/templates/css/xmpp.css b/google_appengine/google/appengine/ext/admin/templates/css/xmpp.css
new file mode 100644
index 0000000..94f6647
--- /dev/null
+++ b/google_appengine/google/appengine/ext/admin/templates/css/xmpp.css
@@ -0,0 +1,19 @@
+#xmpp label {
+ display: block;
+ font-weight: bold;
+}
+#xmpp legend {
+ font-weight: bold;
+}
+#xmpp .radio label {
+ display: inline;
+ font-weight: normal;
+}
+
+#xmpp fieldset,
+#xmpp .fieldset {
+ margin-bottom: 8px;
+}
+#xmpp-submit {
+ margin-top: 2em;
+}