diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 15:16:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 15:16:13 +0200 |
| commit | f6c930431fff255935c8fd5dc22a95ef5db9fc34 (patch) | |
| tree | 3ef8b0d53de9921e8b0a4c4470501270b7eb5e4f /public/assets | |
| parent | 3504248ae4db51380413c45699e4453efb314561 (diff) | |
dashboard stuff
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/css.css | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 95da582..4bfcb82 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -13,22 +13,22 @@ body { header { font-size: 13px; position: fixed; - bottom: 10px; - left: 10px; + top: 10px; + right: 10px; background: white; padding: 10px; } header span { color: #444; - padding-left: 8px; + padding-right: 8px; } a, .link, header a { color: #66e; } -header span > span:first-child { - padding-left: 0; +header span > span:last-child { + padding-right: 0; } header a { text-decoration: none; @@ -107,7 +107,7 @@ section { width: 92vw; max-width: 1000px; min-height: 100vh; - padding-top: 40px; + padding-top: 50px; padding-bottom: 50px; overflow: auto; } @@ -565,6 +565,17 @@ section { margin-left: 10px; } +/* dashboard */ +.dashboardModule { + margin-bottom: 10px; +} +.moduleHeading div { + margin-left: 3px; +} +.moduleHeading div:before { + content: ' ยท '; +} + /* system */ .screen { width: 600px; |
