aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/edit.css16
-rw-r--r--assets/css/home.css9
-rw-r--r--assets/global/global.css1
3 files changed, 22 insertions, 4 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 7113853..38800f1 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -181,9 +181,7 @@ html {
width: 100%;
}
-.editor .panel input {
- width: 100%;
-}
+.editor .panel input {width: 100%;}
@@ -228,4 +226,14 @@ form#update {
height: 30px;
}
-#update span {margin-right: 1%;} \ No newline at end of file
+#update span {margin-right: 1%;}
+
+.editor .panel input[type="checkbox"] {
+ width: auto;
+ vertical-align: middle;
+}
+
+
+.panel .subtemplate {
+ margin-left: 20px;
+} \ No newline at end of file
diff --git a/assets/css/home.css b/assets/css/home.css
index bc4fea7..1032c71 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -69,8 +69,17 @@ th {
section {
padding-top: 30px;
+ margin-left: 4px;
}
section.admin input, select, textarea {
display: block;
+}
+
+section.font input, select, textarea {
+ display: block;
+}
+
+span#user {
+ float: right;
} \ No newline at end of file
diff --git a/assets/global/global.css b/assets/global/global.css
index 4fe1d10..4a601f3 100644
--- a/assets/global/global.css
+++ b/assets/global/global.css
@@ -1,3 +1,4 @@
body {
background-color: white;
+ margin: 0;
} \ No newline at end of file