began organization of css

This commit is contained in:
Yaman 2015-01-12 17:56:27 -05:00
parent 0967667fb9
commit bf5b7cd0a8
2 changed files with 19 additions and 25 deletions

View File

@ -0,0 +1,15 @@
.remove {
margin-bottom: 4%;
}
.yield:hover {
color: #E14C2B;
}
.row {
min-width: 80%;
}
#edit-admin {
max-height:350px;
overflow:auto;
}

View File

@ -113,28 +113,23 @@ button {
background-image: linear-gradient(to bottom, #db6b6b, #d64949);
text-decoration: none;
}
#chromebooks, #carts {
#chromebooks, #carts, #tchromebooks {
overflow: auto;
padding-top:.5%;
padding-bottom:.5%;
max-height:600px;
}
#tchromebooks {
overflow: auto;
padding-top:.5%;
padding-bottom:.5%;
max-height:500px;
}
#border {
padding: 0 15px 15px 15px;
}
.row {
.row, .row-admin {
height: 10%;
display: flex;
}
.row-admin {
height: 10%;
display: flex;
max-width:89%;
}
#overlap-fix {
@ -146,24 +141,6 @@ button {
margin-top: 0;
padding-top: 0;
}
//Admin Panel
.remove {
margin-bottom: 4%;
}
.yield:hover {
color: #E14C2B;
}
.row {
min-width: 80%;
}
#edit-admin {
max-height:350px;
overflow:auto;
}
//End of Admin Panel
input {
margin-left:5%;
@ -178,6 +155,7 @@ input {
right:1%;
}
//Paragraphs
p {
padding-left:0px;
@ -198,6 +176,7 @@ p.bottom {
p.footer {
color:#f7f7f7
}
//Headers
h1 {
font-size:28px;