aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/loozah/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index bee68fc32..fd909666f 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -2318,3 +2318,23 @@ a.mail-list-link {
margin-top: 15px;
}
+#crepair-nick-label,
+#crepair-url-label,
+#crepair-request-label,
+#crepair-confirm-label,
+#crepair-notify-label,
+#crepair-poll-label {
+ float: left;
+ width: 200px;
+ margin-bottom: 15px;
+}
+
+#crepair-nick,
+#crepair-url,
+#crepair-request,
+#crepair-confirm,
+#crepair-notify,
+#crepair-poll {
+ float: left;
+ width: 300px;
+}