diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-08-17 02:18:49 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-08-17 02:18:49 -0400 |
| commit | 7bb493d94240513635fca668d169256aa502d009 (patch) | |
| tree | 1ac9c5fa78041c8f05f2092127b4d2d529d251f8 /themes/okadmin/public/css | |
| parent | 071fdf9d53becb08b6a54c8c49effcb6c1a23e98 (diff) | |
| parent | 6ca70643c18df738fbad5a4e13b1c48fab9ea430 (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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/okadmin/public/css/main.css b/themes/okadmin/public/css/main.css index 9e0c26f..5fbb624 100644 --- a/themes/okadmin/public/css/main.css +++ b/themes/okadmin/public/css/main.css @@ -297,7 +297,9 @@ button, input[type=submit] { height: 7em; } .main.resource form img { - width: 10em; + width: auto; + height: auto; + max-width: 10em; max-height: 6em; border: 0; } |
