From fbafd92f7f7b96b215b98f30de9a1ccbdb3479be Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 25 Sep 2012 17:57:20 -0700 Subject: moving a lot of structure around. 'entity' is now 'channel' --- view/css/mod_zchannel.css | 40 ++++++++++++++++++++++++++++++++++++++++ view/css/mod_zentity.css | 40 ---------------------------------------- 2 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 view/css/mod_zchannel.css delete mode 100644 view/css/mod_zentity.css (limited to 'view/css') diff --git a/view/css/mod_zchannel.css b/view/css/mod_zchannel.css new file mode 100644 index 000000000..1b4527a99 --- /dev/null +++ b/view/css/mod_zchannel.css @@ -0,0 +1,40 @@ + +h2 { + margin-left: 15%; + margin-top: 15%; +} + +#zchannel-form { + font-size: 1.4em; + margin-left: 15%; + margin-top: 5%; + width: 50%; +} + +#zchannel-form .descriptive-paragraph { + color: #888; + margin-left: 20px; + margin-bottom: 25px; +} + +.zchannel-label { + float: left; + width: 275px; +} + +.zchannel-input { + float: left; + width: 275px; + padding: 5px; +} + +.zchannel-feedback { + float: left; + margin-left: 5px; +} + +.zchannel-field-end { + clear: both; + margin-bottom: 20px; +} + diff --git a/view/css/mod_zentity.css b/view/css/mod_zentity.css deleted file mode 100644 index 402572a38..000000000 --- a/view/css/mod_zentity.css +++ /dev/null @@ -1,40 +0,0 @@ - -h2 { - margin-left: 15%; - margin-top: 15%; -} - -#zentity-form { - font-size: 1.4em; - margin-left: 15%; - margin-top: 5%; - width: 50%; -} - -#zentity-form .descriptive-paragraph { - color: #888; - margin-left: 20px; - margin-bottom: 25px; -} - -.zentity-label { - float: left; - width: 275px; -} - -.zentity-input { - float: left; - width: 275px; - padding: 5px; -} - -.zentity-feedback { - float: left; - margin-left: 5px; -} - -.zentity-field-end { - clear: both; - margin-bottom: 20px; -} - -- cgit v1.2.3