Settings styling issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
.page.settings .containers {
|
||||
width: 84%;
|
||||
float: left;
|
||||
padding: 40px 2%;
|
||||
padding: 40px 0 40px 2%;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user