More CSS fixes

This commit is contained in:
Kenneth Jao 2016-09-10 03:07:55 -04:00
parent 473fe2e22d
commit 2908c46452

View File

@ -325,7 +325,7 @@ input, textarea {
.sideClass { .sideClass {
width: 100%; width: 100%;
height: 5vh; height: 5vh;
padding: 5%; padding: 1.5vh;
background-color: rgba(255,255,255,0.1); background-color: rgba(255,255,255,0.1);
cursor: pointer; cursor: pointer;
@ -336,6 +336,12 @@ input, textarea {
transition: background-color 0.4s ease; transition: background-color 0.4s ease;
} }
.sideClass div {
width: 100%;
height: 100%;
display: table;
}
.sideClass:hover { .sideClass:hover {
background-color: rgba(255,255,255,0.3); background-color: rgba(255,255,255,0.3);
} }
@ -356,7 +362,7 @@ input, textarea {
.fa-dot-circle-o { .fa-dot-circle-o {
font-size: 3vh; font-size: 3vh;
color: #53BD42; color: #53BD42;
margin-top: -4vh; margin-top: -3.5vh;
margin-right: 4vh; margin-right: 4vh;
float: right; float: right;
@ -461,6 +467,15 @@ input, textarea {
box-shadow: 2px 2px 5px 3px #333; box-shadow: 2px 2px 5px 3px #333;
} }
#editWork input, #editWork textarea {
font-size: 2vh;
background-color: #FFF;
}
#workDesca {
width: 17vw;
}
#editWorkCont { #editWorkCont {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -1226,6 +1241,7 @@ input, textarea {
#requests textarea { #requests textarea {
width: 96%; width: 96%;
height: 11vh;
margin-bottom: 1.5vh; margin-bottom: 1.5vh;
} }