diff --git a/couchpotato/core/plugins/profile/static/profile.css b/couchpotato/core/plugins/profile/static/profile.css index 21abc66f..cdb33945 100644 --- a/couchpotato/core/plugins/profile/static/profile.css +++ b/couchpotato/core/plugins/profile/static/profile.css @@ -6,15 +6,25 @@ border-bottom: 1px solid rgba(255,255,255,0.2); } -.profile { border-bottom: 1px solid rgba(255,255,255,0.2) } +.profile { + border-bottom: 1px solid rgba(255,255,255,0.2); + position: relative; +} .profile > .delete { - height: 20px; - width: 20px; position: absolute; - margin-left: 690px; - padding: 14px; + padding: 25px 20px; background-position: center; + right: 0; + cursor: pointer; + opacity: 0.6; + } + .profile > .delete:hover { + opacity: 1; + } + + .profile .ctrlHolder:hover { + background: none; } .profile .qualities { @@ -34,7 +44,8 @@ .profile .wait_for { position: absolute; - margin: -45px 0 0 437px; + right: 60px; + top: 0; } .profile .wait_for input { diff --git a/couchpotato/static/style/settings.css b/couchpotato/static/style/settings.css index bc1b19f6..7bfeb3aa 100644 --- a/couchpotato/static/style/settings.css +++ b/couchpotato/static/style/settings.css @@ -66,7 +66,7 @@ .page.settings .containers { width: 84%; float: left; - padding: 40px 2%; + padding: 40px 0 40px 2%; min-height: 300px; }