From fde460f83cf296767eb0180d8728d67d1477cc79 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Sep 04 2016 09:51:07 +0000 Subject: Merge branch 'css_fixes' into 'master' Small CSS fixes and typo correction. See merge request !5 --- diff --git a/themes/default/public/css/cover.css b/themes/default/public/css/cover.css index 4887266..cbb36e8 100644 --- a/themes/default/public/css/cover.css +++ b/themes/default/public/css/cover.css @@ -14,7 +14,7 @@ a:hover { .btn-default:hover, .btn-default:focus { color: #333; - text-shadow: none; /* Prevent inheritence from `body` */ + text-shadow: none; /* Prevent inheritance from `body` */ background-color: #fff; border: 1px solid #fff; } diff --git a/themes/default/public/css/lufi.css b/themes/default/public/css/lufi.css index f935440..9506862 100644 --- a/themes/default/public/css/lufi.css +++ b/themes/default/public/css/lufi.css @@ -53,7 +53,7 @@ a.classic:focus { .input-field .big-prefix ~ div.select-wrapper { margin-left: 6rem; width: 92%; - width: calc(100% - 6rem); } + width: calc(100% - 6rem); } @media only screen and (max-width : 992px) { .input-field .big-prefix ~ input { @@ -72,16 +72,16 @@ a.classic:focus { line-height: 36px; } .textarea-hidden { - position: 'fixed'; + position: fixed; top: 0; left: 0; - width: '2em'; - height: '2em'; + width: 2em; + height: 2em; padding: 0; - border: 'none'; - outline: 'none'; - boxShadow: 'none'; - background: 'transparent'; + border: none; + outline: none; + box-shadow: none; + background: transparent; } .hiddendiv.common { min-height: 170px;