From 52f6971010b373832941c7b5fe6ec0f7fbdf0aaa Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Sun, 24 Sep 2017 18:50:17 +0100 Subject: [PATCH] Improve upload image layout --- webapp/src/main/webapp/css/uploadImages.css | 12 ++---------- webapp/src/main/webapp/css/vitro.css | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/webapp/src/main/webapp/css/uploadImages.css b/webapp/src/main/webapp/css/uploadImages.css index 096998288..9490d68b1 100644 --- a/webapp/src/main/webapp/css/uploadImages.css +++ b/webapp/src/main/webapp/css/uploadImages.css @@ -35,11 +35,11 @@ } /* <------ CROP PICTURE*/ #photoCropping { + float: left; margin-left: 0; - height: 450px; + margin-right: 0; background: #fff; padding: 15px 0 15px 15px; - margin-right: 0; } #photoCroppingPreview { width: 180px; @@ -49,14 +49,6 @@ margin-top: 15px; font-size: .8em; } -#photoCropping { - width: 400px; - float: left; - padding-top: 30px; - padding-left: 15px; - margin-left: 0; - margin-right: 0; -} .photoCroppedPreview { width: 115px; height: 115px; diff --git a/webapp/src/main/webapp/css/vitro.css b/webapp/src/main/webapp/css/vitro.css index a48272396..92887cc7a 100644 --- a/webapp/src/main/webapp/css/vitro.css +++ b/webapp/src/main/webapp/css/vitro.css @@ -297,7 +297,7 @@ ul.language-dropdown ul.sub_menu li a { ul.language-dropdown ul.sub_menu li.inactive { color: #aab0ae !important; font-size: 1em !important; - width: 88px; */ + width: 88px; } ul.language-dropdown ul.sub_menu li a:hover, ul.language-dropdown ul.sub_menu li a.hover {