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