aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-29 21:59:49 -0700
committerfriendica <info@friendica.com>2012-10-29 21:59:49 -0700
commitdca20f42278e9d837d5cbfd130fc04ecaf09947d (patch)
treea7c0ce623821ca64b422ee734be27d3ecb15b119 /view/css
parentf608373d084eea8d34adc48ef50c7392903b51be (diff)
downloadvolse-hubzilla-dca20f42278e9d837d5cbfd130fc04ecaf09947d.tar.gz
volse-hubzilla-dca20f42278e9d837d5cbfd130fc04ecaf09947d.tar.bz2
volse-hubzilla-dca20f42278e9d837d5cbfd130fc04ecaf09947d.zip
zchannel rename to new_channel
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_new_channel.css (renamed from view/css/mod_zchannel.css)12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/css/mod_zchannel.css b/view/css/mod_new_channel.css
index 1b4527a99..3b9c80953 100644
--- a/view/css/mod_zchannel.css
+++ b/view/css/mod_new_channel.css
@@ -4,36 +4,36 @@ h2 {
margin-top: 15%;
}
-#zchannel-form {
+#newchannel-form {
font-size: 1.4em;
margin-left: 15%;
margin-top: 5%;
width: 50%;
}
-#zchannel-form .descriptive-paragraph {
+#newchannel-form .descriptive-paragraph {
color: #888;
margin-left: 20px;
margin-bottom: 25px;
}
-.zchannel-label {
+.newchannel-label {
float: left;
width: 275px;
}
-.zchannel-input {
+.newchannel-input {
float: left;
width: 275px;
padding: 5px;
}
-.zchannel-feedback {
+.newchannel-feedback {
float: left;
margin-left: 5px;
}
-.zchannel-field-end {
+.newchannel-field-end {
clear: both;
margin-bottom: 20px;
}