CSS changeS

This commit is contained in:
Kenneth Jao 2016-11-07 18:10:31 -05:00
parent aefcaaf21e
commit f418ebf162
2 changed files with 14 additions and 10 deletions

View File

@ -299,12 +299,15 @@ body {
padding: 0 6% 0 6%; padding: 0 6% 0 6%;
line-height: 6vh; line-height: 6vh;
display: table-cell; display: table-cell;
vertical-align: middle;
} }
.mode h4 { .mode h4 {
width: 74%; width: 65%;
padding-left: 9%;
line-height: 6vh; line-height: 6vh;
display: table-cell; display: table-cell;
vertical-align: middle;
} }
#divLeftBar .fa-university, #divLeftBar .fa-calendar, #divLeftBar .fa-download, #divLeftBar .fa-tasks, #divLeftBar .fa-university, #divLeftBar .fa-calendar, #divLeftBar .fa-download, #divLeftBar .fa-tasks,

View File

@ -233,7 +233,7 @@
} }
#classInfoModeWrapper span { #classInfoModeWrapper span {
font-size: 150%; font-size: 2.5vh;
width: 50%; width: 50%;
padding: 1.5%; padding: 1.5%;
background-color: rgba(0,0,0,0.05); background-color: rgba(0,0,0,0.05);
@ -267,12 +267,12 @@
} }
#infoClassCont h4 { #infoClassCont h4 {
font-size: 150%; font-size: 2.5vh;
text-align: center; text-align: center;
} }
#infoClassCont span { #infoClassCont span {
font-size: 170%; font-size: 2.8vh;
margin-top: 5%; margin-top: 5%;
display: block; display: block;
word-wrap: break-word; word-wrap: break-word;
@ -299,7 +299,7 @@
} }
#infoClassCont div .fa-files-o{ #infoClassCont div .fa-files-o{
font-size: 120%; font-size: 2vh;
position: absolute; position: absolute;
top: 10%; top: 10%;
@ -343,14 +343,15 @@
} }
.userAdder h4 { .userAdder h4 {
font-size: 2.3vh !important;
width: 30%; width: 30%;
text-align: left !important; text-align: left !important;
display: table-cell; display: table-cell;
} }
.userAdder input { .userAdder input {
font-size: 120%; font-size: 2vh;
width: 58%; width: 53%;
padding: 1%; padding: 1%;
outline: none; outline: none;
} }
@ -380,13 +381,13 @@
} }
.userDisp span { .userDisp span {
font-size: 100% !important; font-size: 1.5vh !important;
margin: 0 0 0 5%!important; margin: 0 !important;
text-align: left; text-align: left;
} }
.userDisp .fa { .userDisp .fa {
font-size: 120%; font-size: 1.7vh;
cursor: pointer; cursor: pointer;
margin-left: 4.5%; margin-left: 4.5%;