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); background-image: linear-gradient(to bottom, #db6b6b, #d64949);
text-decoration: none; text-decoration: none;
} }
#chromebooks, #carts { #chromebooks, #carts, #tchromebooks {
overflow: auto; overflow: auto;
padding-top:.5%; padding-top:.5%;
padding-bottom:.5%; padding-bottom:.5%;
max-height:600px; max-height:600px;
} }
#tchromebooks { #tchromebooks {
overflow: auto;
padding-top:.5%;
padding-bottom:.5%;
max-height:500px; max-height:500px;
} }
#border { #border {
padding: 0 15px 15px 15px; padding: 0 15px 15px 15px;
} }
.row { .row, .row-admin {
height: 10%; height: 10%;
display: flex; display: flex;
} }
.row-admin { .row-admin {
height: 10%;
display: flex;
max-width:89%; max-width:89%;
} }
#overlap-fix { #overlap-fix {
@ -146,24 +141,6 @@ button {
margin-top: 0; margin-top: 0;
padding-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 { input {
margin-left:5%; margin-left:5%;
@ -178,6 +155,7 @@ input {
right:1%; right:1%;
} }
//Paragraphs //Paragraphs
p { p {
padding-left:0px; padding-left:0px;
@ -198,6 +176,7 @@ p.bottom {
p.footer { p.footer {
color:#f7f7f7 color:#f7f7f7
} }
//Headers //Headers
h1 { h1 {
font-size:28px; font-size:28px;