summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/okadmin/public/css/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css
index 007740f..1c02066 100644
--- a/themes/okadmin/public/css/main.css
+++ b/themes/okadmin/public/css/main.css
@@ -32,7 +32,7 @@ a:visited {
.admin-header {
height: 50px;
- background-color: #fff;
+ background-color: rgba(255,255,255,0.8);
border-bottom: 2px solid #ddd;
}
@@ -118,10 +118,11 @@ label {
float: left;
font-weight: normal;
background: white;
- margin-top: 1em;
+ margin-top: 0.5em;
margin-right: 0.5em;
margin-bottom: 1em;
width: 10em;
+ line-height: 1.5em;
color: rgba(0, 0, 0, 0.75);
}
.property label {