diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index 35aeff73..b300a4d4 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -82,6 +82,7 @@ form a:link.cancel, form a:visited.cancel { text-decoration: underline; color: #f70; border-color: none; + padding-left: 3px; } form a:hover.cancel, form a:active.cancel { text-decoration: none; diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 82f56ea8..197e2b12 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -28,6 +28,9 @@ body{ body{ background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat; } +a:hover{ + text-decoration: none; +} /* h1,h2,h3,h4,h5,h6 ------> */ h2{ padding: 10px 0 12px 0; @@ -788,8 +791,38 @@ a { text-decoration: underline } /* -------------------------------------------------> */ +/* IMAGE UPLOAD------ ------------------------------> */ +/* -------------------------------------------------> */ +/* <------ UPLOAD PICTURE*/ +#photoUploadDefaultImage img{ + border: 4px solid #DDE4E3; +} +#photoUploadForm{ + border-left: 1px dotted #DDE4E3; +} +/* <------ CROP PICTURE*/ +#photoCropping img{ + border: 1px solid #DDE4E3; +} +#photoCropping{ + margin-left: 20px; + padding-left: 40px; + background: url(../images/pointToCropPreview.jpg) 0 30px no-repeat; +} +#photoCroppingPreview{ + width: 210px; +} +.photoCroppedPreview{ + border: 4px solid #DDE4E3; +} +/* <------ DELETE PICTURE*/ +#photoDeletingContainer{ + border: 1px solid #bdbcbc; +} +/* -------------------------------------------------> */ /* INDIVIDUAL DISPLAY ------------------------------> */ /* -------------------------------------------------> */ + /* INDIVIDUAL LIST ------> */ .individualList ul.individualData li { padding-bottom: 0; @@ -1025,4 +1058,4 @@ article.property ul.property-list li a{ } .green{ color: #b2d15a; -} +} \ No newline at end of file diff --git a/themes/wilma/images/pointToCropPreview.jpg b/themes/wilma/images/pointToCropPreview.jpg new file mode 100644 index 00000000..35db801a Binary files /dev/null and b/themes/wilma/images/pointToCropPreview.jpg differ