admin classes css fix
This commit is contained in:
parent
1211259fb4
commit
96f7962acf
@ -77,7 +77,7 @@
|
||||
#motdBox {
|
||||
width: 100%;
|
||||
height: 5%;
|
||||
margin-top: -0.3%;
|
||||
margin-top: -0.5vh;
|
||||
padding: 0.5% 0 0.5% 0;
|
||||
|
||||
background-color: #0D0D0D;
|
||||
@ -494,15 +494,16 @@
|
||||
}
|
||||
|
||||
#createdClasses {
|
||||
width: 25%;
|
||||
width: 35vw;
|
||||
height: 73vh;
|
||||
margin-right: -40%;
|
||||
padding: 2.5%;
|
||||
padding: 2.5% 0 2.5% 2.5%;
|
||||
|
||||
border-top: 5px solid #27646D;
|
||||
box-shadow: -1px 2px 5px 1px #444;
|
||||
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
top: 10vh;
|
||||
right: 0;
|
||||
|
||||
-webkit-transition: margin 0.4s ease;
|
||||
@ -521,8 +522,9 @@
|
||||
}
|
||||
|
||||
#copy, #deleteClass {
|
||||
width: auto !important;
|
||||
margin-left: 1%;
|
||||
padding: 2%;
|
||||
padding: 2% !important;
|
||||
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
cursor: pointer;
|
||||
@ -549,11 +551,14 @@
|
||||
}
|
||||
|
||||
#createdClasses h4 {
|
||||
width: 25%;
|
||||
font-size: 2.5vh;
|
||||
width: 8vw;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#createdClasses .fa-plus {
|
||||
margin: 1% 0 0 1%;
|
||||
padding: 1vh;
|
||||
cursor: pointer;
|
||||
|
||||
-webkit-transition: color 0.4s ease;
|
||||
@ -566,6 +571,9 @@
|
||||
color: #519C39;
|
||||
}
|
||||
|
||||
#moderatorCont, #bannedCont {
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
.userHolder {
|
||||
width: 100%;
|
||||
max-height: 10vh;
|
||||
@ -589,6 +597,7 @@
|
||||
|
||||
.email, .realname {
|
||||
margin-right: 5%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.email:hover, .realname:hover {
|
||||
@ -613,9 +622,10 @@
|
||||
}
|
||||
|
||||
#deleteClass {
|
||||
font-size: 150%;
|
||||
width: 29%;
|
||||
margin: 5% 30% 0 30%;
|
||||
font-size: 3vh;
|
||||
width: 28% !important;
|
||||
margin: auto !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#changeAdmin span {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user