CSS fixes
This commit is contained in:
parent
e4ad100a49
commit
22f51f7537
@ -13,7 +13,7 @@
|
||||
#adminTabs {
|
||||
font-size: 120%;
|
||||
width: 100%;
|
||||
margin: 0 0 0 10%;
|
||||
margin: 0 0 0 12%;
|
||||
padding: 0.1% 0 0 0;
|
||||
|
||||
position: absolute;
|
||||
@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
#adminSide {
|
||||
width: 10%;
|
||||
width: 12%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
@ -112,16 +112,16 @@
|
||||
}
|
||||
|
||||
#adminContent {
|
||||
width: 90%;
|
||||
width: 88%;
|
||||
height: 68%;
|
||||
float: right;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.classItem {
|
||||
width: 23%;
|
||||
width: 30%;
|
||||
margin: 2% 0 2% 2%;
|
||||
padding: 1.5%;
|
||||
padding: 3%;
|
||||
|
||||
box-shadow: 2px 2px 5px 3px #666;
|
||||
|
||||
|
||||
@ -123,9 +123,7 @@ p.text {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.login-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
#github {
|
||||
font-size: 150%;
|
||||
|
||||
@ -204,7 +204,7 @@ input, textarea {
|
||||
#menuContainer, #optionsContainer {
|
||||
min-height: 100%;
|
||||
max-height: 100%;
|
||||
width: 15%;
|
||||
width: 17%;
|
||||
padding: 1% 0 1% 0;
|
||||
box-shadow: 2px 2px 5px 3px #666;
|
||||
|
||||
@ -354,7 +354,7 @@ input, textarea {
|
||||
}
|
||||
|
||||
.mainClass {
|
||||
width: 15%;
|
||||
width: 20%;
|
||||
margin: 2%;
|
||||
margin-right: 0;
|
||||
|
||||
@ -462,11 +462,11 @@ input, textarea {
|
||||
|
||||
#workName {
|
||||
font-weight: 400;
|
||||
font-size: 200%;
|
||||
font-size: 3vh;
|
||||
}
|
||||
|
||||
.workTitle, .prefTitle {
|
||||
font-size: 150%;
|
||||
font-size: 2.7vh;
|
||||
font-weight: 400;
|
||||
margin: 0 3% 1% 0;
|
||||
cursor: default;
|
||||
|
||||
@ -123,7 +123,7 @@
|
||||
</div>
|
||||
<div id="workInfoNmCont">
|
||||
<div>
|
||||
<span class="workTitle">Due Date:</span>
|
||||
<span class="workTitle">Due Date:</span><br>
|
||||
<span class="change req" re="readonly" id="workDate">{{work 'dueDate'}}</span>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.change {
|
||||
font-size: 150%;
|
||||
font-size: 2.5vh;
|
||||
color: #8C8C8C;
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
.profHea {
|
||||
font-size: 300%;
|
||||
font-size: 300;
|
||||
font-weight: 200;
|
||||
padding: 6% 6% 0 8%;
|
||||
}
|
||||
@ -212,6 +212,7 @@
|
||||
}
|
||||
|
||||
.profFunction {
|
||||
font-size: 1.7vh;
|
||||
margin-right: 1%;
|
||||
padding: 2%;
|
||||
|
||||
@ -303,7 +304,7 @@
|
||||
}
|
||||
|
||||
.classBox {
|
||||
font-size: 150%;
|
||||
font-size: 2.7vh;
|
||||
width: 100%;
|
||||
margin-bottom: 3%;
|
||||
padding: 2%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user