The channel import page seems to have missed the big theme cleanup of the last couple of years.

This commit is contained in:
zotlabs
2018-05-01 19:38:32 -07:00
committed by Mario Vavti
parent c99fb4b7f1
commit a9b71f5b4a
4 changed files with 62 additions and 79 deletions

View File

@@ -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;
}