summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/admin/admin.go14
1 files changed, 10 insertions, 4 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index a4053ad..b7307e2 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -14,15 +14,21 @@ const adminHTML = `<!doctype html>
<head>
<title>CMS</title>
<style type="text/css">
- label {
+ form {
display: block;
- margin-top: 11px;
+ margin: 11px 0;
+ }
+ label {
}
- input {
+ input, textarea, select {
display: block;
- margin-bottom: 11px;
+ margin: 11px 0 22px 0;
padding: 2px;
}
+ input[type=checkbox] {
+ display: inline-block;
+ margin-left: 11px;
+ }
</style>
</head>
<body>