aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/static/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/static/css/common.css')
-rw-r--r--server/static/css/common.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/server/static/css/common.css b/server/static/css/common.css
index 411ab8f..b1b523d 100644
--- a/server/static/css/common.css
+++ b/server/static/css/common.css
@@ -222,6 +222,10 @@ input[type="text"]:focus {
box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
+input[type="checkbox"] {
+ margin-bottom: 10px;
+}
+
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
@@ -327,7 +331,7 @@ a.button {
/* Panel */
.panel {
color: #333;
- background-color: #f0f0f0;
+ background-color: #fcfcfc;
border: 1px solid #ddd;
border-radius: 5px;
padding: 10px;
@@ -497,6 +501,10 @@ a.button {
color: #666;
}
+.entry-actions {
+ margin-bottom: 20px;
+}
+
.entry-meta {
font-size: 0.95em;
margin: 0 0 20px;