diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-08 21:58:04 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-08 21:58:04 -0400 |
| commit | 2a5eb659a24261aac290a780fb5cfac97699fca6 (patch) | |
| tree | 7c6f7ebea21a7e1ecee6e582bde8fc3a8bb7bc48 | |
| parent | b082172ae07384bdcafb240bd6213b5f1e373319 (diff) | |
misc
| -rw-r--r-- | themes/okadmin/public/css/main.css | 5 |
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 { |
