Settings styling issues

This commit is contained in:
Ruud
2013-05-05 14:09:11 +02:00
parent b90861bc63
commit c4c7b5b1a9
2 changed files with 18 additions and 7 deletions

View File

@@ -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 {

View File

@@ -66,7 +66,7 @@
.page.settings .containers {
width: 84%;
float: left;
padding: 40px 2%;
padding: 40px 0 40px 2%;
min-height: 300px;
}