diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-06 14:46:54 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-06 14:46:54 -0400 |
| commit | c8c0b465d9796b526d268ea0e641fd7ba00e44bb (patch) | |
| tree | 5887519533426d0a4ac58c090f593e5ece0611b7 /themes/okadmin | |
| parent | f8bbee2634329595711d33ae82923f23a3ddb7fc (diff) | |
displaying list of notifications, slight css tweaks
Diffstat (limited to 'themes/okadmin')
| -rw-r--r-- | themes/okadmin/public/css/main.css | 9 | ||||
| -rw-r--r-- | themes/okadmin/templates/partials/inputs.liquid | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index 15d96ac..3aec0ac 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -163,7 +163,7 @@ h2 { /* Makes the button look like a link */ -.main.index .resource-category button { +button, .btn { background: #000; color: white; border: none; @@ -437,8 +437,13 @@ input[type=submit] { display: block; width: 1em; height: 2em; - background: #ddd; + background: #f8f8f8; float: left; + clear: left; +} + +li .handle { + background: #ddd; } .main.resource form .links li { diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index 4750630..55afb51 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -109,6 +109,7 @@ {% endfor %} </ol> + <div class="handle"></div> <input type="text" class="link-input-new link-text" placeholder="Link text"> |
