aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-01 19:38:32 -0700
committerMario Vavti <mario@mariovavti.com>2018-05-02 09:30:45 +0200
commita9b71f5b4a6ed0f40b42c828a27fce472988fc30 (patch)
tree9fd2ae54fa7a988b6520eac71660844218e4bcd2 /view/css
parentc99fb4b7f1f551926e87d093f1931556e14ff053 (diff)
downloadvolse-hubzilla-a9b71f5b4a6ed0f40b42c828a27fce472988fc30.tar.gz
volse-hubzilla-a9b71f5b4a6ed0f40b42c828a27fce472988fc30.tar.bz2
volse-hubzilla-a9b71f5b4a6ed0f40b42c828a27fce472988fc30.zip
The channel import page seems to have missed the big theme cleanup of the last couple of years.
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_import.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/view/css/mod_import.css b/view/css/mod_import.css
deleted file mode 100644
index 8b988b324..000000000
--- a/view/css/mod_import.css
+++ /dev/null
@@ -1,37 +0,0 @@
-h2 {
- margin-left: 15%;
- margin-top: 8%;
-}
-
-#import-channel-form {
- font-size: 1.4em;
- margin-left: 15%;
- margin-top: 5%;
- width: 50%;
-}
-
-
-
-#import-channel-form .descriptive-paragraph {
- color: #888;
- margin-left: 20px;
- margin-bottom: 25px;
-}
-
-.import-label {
- float: left;
- width: 275px;
-}
-
-.import-input {
- float: left;
- width: 275px;
- padding: 5px;
-}
-
-
-.import-field-end {
- clear: both;
- margin-bottom: 20px;
-}
-