aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-13 01:17:02 -0800
committerredmatrix <git@macgirvin.com>2016-01-13 01:17:02 -0800
commit3bf9dc9f181174e2cf946d2bff75300758951d72 (patch)
tree6b5896964fff8d321f63dd04224bafd063320055 /view/css
parent58efd7553c9ec872a64d430efd90ff62c6b4e3e5 (diff)
downloadvolse-hubzilla-3bf9dc9f181174e2cf946d2bff75300758951d72.tar.gz
volse-hubzilla-3bf9dc9f181174e2cf946d2bff75300758951d72.tar.bz2
volse-hubzilla-3bf9dc9f181174e2cf946d2bff75300758951d72.zip
more work on auto channel creation during register
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_register.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/view/css/mod_register.css b/view/css/mod_register.css
index 618b7ce95..890a3f76b 100644
--- a/view/css/mod_register.css
+++ b/view/css/mod_register.css
@@ -42,3 +42,40 @@ h2 {
margin-bottom: 20px;
}
+#newchannel-form {
+ font-size: 1.4em;
+ margin-left: 15%;
+ margin-top: 20px;
+ width: 50%;
+}
+
+#newchannel-form .descriptive-paragraph {
+ color: #888;
+ margin-left: 20px;
+ margin-bottom: 25px;
+}
+
+.newchannel-label {
+ float: left;
+ width: 275px;
+}
+
+.newchannel-role-morehelp {
+ float: left;
+ width: 32px;
+}
+.newchannel-input {
+ float: left;
+ width: 275px;
+ padding: 5px;
+}
+
+.newchannel-feedback {
+ float: left;
+ margin-left: 5px;
+}
+
+.newchannel-field-end {
+ clear: both;
+ margin-bottom: 20px;
+}