diff options
author | friendica <info@friendica.com> | 2012-09-25 17:57:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-25 17:57:20 -0700 |
commit | fbafd92f7f7b96b215b98f30de9a1ccbdb3479be (patch) | |
tree | f1f6739d513ac297fbd14162b8377cc4cf84c784 /view/css | |
parent | dd5725c2725b742473ce285dce8573da37fb8053 (diff) | |
download | volse-hubzilla-fbafd92f7f7b96b215b98f30de9a1ccbdb3479be.tar.gz volse-hubzilla-fbafd92f7f7b96b215b98f30de9a1ccbdb3479be.tar.bz2 volse-hubzilla-fbafd92f7f7b96b215b98f30de9a1ccbdb3479be.zip |
moving a lot of structure around. 'entity' is now 'channel'
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_zchannel.css (renamed from view/css/mod_zentity.css) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/css/mod_zentity.css b/view/css/mod_zchannel.css index 402572a38..1b4527a99 100644 --- a/view/css/mod_zentity.css +++ b/view/css/mod_zchannel.css @@ -4,36 +4,36 @@ h2 { margin-top: 15%; } -#zentity-form { +#zchannel-form { font-size: 1.4em; margin-left: 15%; margin-top: 5%; width: 50%; } -#zentity-form .descriptive-paragraph { +#zchannel-form .descriptive-paragraph { color: #888; margin-left: 20px; margin-bottom: 25px; } -.zentity-label { +.zchannel-label { float: left; width: 275px; } -.zentity-input { +.zchannel-input { float: left; width: 275px; padding: 5px; } -.zentity-feedback { +.zchannel-feedback { float: left; margin-left: 5px; } -.zentity-field-end { +.zchannel-field-end { clear: both; margin-bottom: 20px; } |