diff options
| author | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-06-05 11:41:06 -0400 |
|---|---|---|
| committer | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-06-05 11:41:06 -0400 |
| commit | 045bf1936bedf5c56a0f983b242c4f53f6766cf6 (patch) | |
| tree | 09a66c354ded31aaac3383a49a26438c84b27fb9 /themes/okadmin/public/css | |
| parent | bc5d9c14c520d627305886c9d501a657448ef338 (diff) | |
| parent | c87bb822ddc637cb4dec81c3d779a16f4edc5e26 (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'themes/okadmin/public/css')
| -rw-r--r-- | themes/okadmin/public/css/main.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index e5af10c..a5fbdeb 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -211,6 +211,10 @@ label { button, input[type=submit] { cursor: pointer; } +.main.resource .date input { + /* date inputs need font family override */ + font-family: "Helvetica", sans-serif; +} .main.resource form .group { display: block; float: left; @@ -301,6 +305,12 @@ button, input[type=submit] { .main.resource form .video-element input[type=text] { width: 15em; } +.main .link-list .add-link-btn, +.main .link-list .remove-link-btn { + margin: 0; + height: 2em; + line-height: 1em; +} .add-image-button { background: #ddd; clear: left; |
