diff --git a/custom_portal.css b/custom_portal.css index 5c3b50f..a1fcd7b 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -474,6 +474,18 @@ body.logged, .logged .content { right: 5%; } +.logged .ynh-wrapper { + background-image: none; +} .user-container-edit::after { content: none; +} +.form-text { + color: #c2a593; + background: url("pictures/picto.jpg") no-repeat 0 -156px #5d5446; + padding-left: 60px; +} + +.edit .large-btn { + background-image: none; } \ No newline at end of file diff --git a/pictures/picto.jpg b/pictures/picto.jpg index bc4a6e0..de08084 100644 Binary files a/pictures/picto.jpg and b/pictures/picto.jpg differ