CSS fixes

This commit is contained in:
Kenneth Jao 2016-09-06 08:50:39 -04:00
parent e4ad100a49
commit 22f51f7537
5 changed files with 15 additions and 16 deletions

View File

@ -13,7 +13,7 @@
#adminTabs { #adminTabs {
font-size: 120%; font-size: 120%;
width: 100%; width: 100%;
margin: 0 0 0 10%; margin: 0 0 0 12%;
padding: 0.1% 0 0 0; padding: 0.1% 0 0 0;
position: absolute; position: absolute;
@ -54,7 +54,7 @@
} }
#adminSide { #adminSide {
width: 10%; width: 12%;
height: 100%; height: 100%;
display: inline-block; display: inline-block;
} }
@ -112,16 +112,16 @@
} }
#adminContent { #adminContent {
width: 90%; width: 88%;
height: 68%; height: 68%;
float: right; float: right;
overflow-y: scroll; overflow-y: scroll;
} }
.classItem { .classItem {
width: 23%; width: 30%;
margin: 2% 0 2% 2%; margin: 2% 0 2% 2%;
padding: 1.5%; padding: 3%;
box-shadow: 2px 2px 5px 3px #666; box-shadow: 2px 2px 5px 3px #666;

View File

@ -123,9 +123,7 @@ p.text {
bottom: 0; bottom: 0;
} }
.login-button {
display: none !important;
}
#github { #github {
font-size: 150%; font-size: 150%;

View File

@ -204,7 +204,7 @@ input, textarea {
#menuContainer, #optionsContainer { #menuContainer, #optionsContainer {
min-height: 100%; min-height: 100%;
max-height: 100%; max-height: 100%;
width: 15%; width: 17%;
padding: 1% 0 1% 0; padding: 1% 0 1% 0;
box-shadow: 2px 2px 5px 3px #666; box-shadow: 2px 2px 5px 3px #666;
@ -354,7 +354,7 @@ input, textarea {
} }
.mainClass { .mainClass {
width: 15%; width: 20%;
margin: 2%; margin: 2%;
margin-right: 0; margin-right: 0;
@ -462,11 +462,11 @@ input, textarea {
#workName { #workName {
font-weight: 400; font-weight: 400;
font-size: 200%; font-size: 3vh;
} }
.workTitle, .prefTitle { .workTitle, .prefTitle {
font-size: 150%; font-size: 2.7vh;
font-weight: 400; font-weight: 400;
margin: 0 3% 1% 0; margin: 0 3% 1% 0;
cursor: default; cursor: default;

View File

@ -123,7 +123,7 @@
</div> </div>
<div id="workInfoNmCont"> <div id="workInfoNmCont">
<div> <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> <span class="change req" re="readonly" id="workDate">{{work 'dueDate'}}</span>
</div> </div>
<div> <div>

View File

@ -1,5 +1,5 @@
.change { .change {
font-size: 150%; font-size: 2.5vh;
color: #8C8C8C; color: #8C8C8C;
cursor: pointer; cursor: pointer;
} }
@ -24,7 +24,7 @@
} }
.profHea { .profHea {
font-size: 300%; font-size: 300;
font-weight: 200; font-weight: 200;
padding: 6% 6% 0 8%; padding: 6% 6% 0 8%;
} }
@ -212,6 +212,7 @@
} }
.profFunction { .profFunction {
font-size: 1.7vh;
margin-right: 1%; margin-right: 1%;
padding: 2%; padding: 2%;
@ -303,7 +304,7 @@
} }
.classBox { .classBox {
font-size: 150%; font-size: 2.7vh;
width: 100%; width: 100%;
margin-bottom: 3%; margin-bottom: 3%;
padding: 2%; padding: 2%;