fixed carts/all css (in theory)

This commit is contained in:
Kenneth Jao 2015-01-18 17:30:26 -05:00
parent 78578b14d1
commit 1bdaf75e3c
8 changed files with 19 additions and 19 deletions

View File

@ -15,7 +15,7 @@
margin-top: 0%; margin-top: 0%;
font-size: 14pt; font-size: 14pt;
} }
.add { .add, .addc {
background: #d94158; background: #d94158;
background-image: -webkit-linear-gradient(top, #d94158, #ad3838); background-image: -webkit-linear-gradient(top, #d94158, #ad3838);
background-image: -moz-linear-gradient(top, #d94158, #ad3838); background-image: -moz-linear-gradient(top, #d94158, #ad3838);
@ -31,7 +31,7 @@
width: 97%; width: 97%;
font-size: 18pt; font-size: 18pt;
} }
.add:hover { .add:hover, .addc:hover {
background: #db6b6b; background: #db6b6b;
background-image: -webkit-linear-gradient(top, #db6b6b, #d64949); background-image: -webkit-linear-gradient(top, #db6b6b, #d64949);
background-image: -moz-linear-gradient(top, #db6b6b, #d64949); background-image: -moz-linear-gradient(top, #db6b6b, #d64949);
@ -56,8 +56,4 @@
.row { .row {
min-width: 80%; min-width: 80%;
} }
#edit-admin {
max-height:350px;
overflow:auto;
}

View File

@ -42,7 +42,7 @@
<h6>Add a Cart</h6> <!-- Adding Carts --> <h6>Add a Cart</h6> <!-- Adding Carts -->
<form class="new-task"> <form class="new-task">
<input type="text" name="acnumber" placeholder="Cart Number (ex. A)" class="submission"/> <input type="text" name="acnumber" placeholder="Cart Number (ex. A)" class="submission"/>
<input type="submit" value="Submit" class="add addc" /> <input type="submit" value="Submit" class="add, addc" />
</form> </form>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
.chckChromebooks { .chckChromebooks {
max-height:600px; max-height:500px;
} }
.chckBorder { .chckBorder {
padding: 1% 15px 15px 15px; padding: 1% 15px 15px 15px;

View File

@ -29,8 +29,8 @@
height: 30px; height: 30px;
width: 30px; width: 30px;
float: right; float: right;
margin-right: 37%; margin-right: 37.3%;
margin-top: 0.75%; margin-top: .6%;
} }
p.bottom { p.bottom {
padding-left:0px; padding-left:0px;

View File

@ -3,6 +3,8 @@
<h5>Chromebook Checkout</h5> <h5>Chromebook Checkout</h5>
<button class="submit">Checkout!</button> <button class="submit">Checkout!</button>
</div> </div>
<div class="bottom">
<p class="bottom">Checkout a chromebook.</p> <p class="bottom">Checkout a chromebook.</p>
<img class="chromeicon" src="ico/chrico.png"> <img class="chromeicon" src="ico/chrico.png">
</div>
</template> </template>

View File

@ -1,6 +1,6 @@
#login-buttons { #login-buttons {
margin: 0 auto; margin: 0 auto;
padding-left: 26.5%; padding-left: 26.5%;
padding-bottom: 5%; padding-bottom: 4%;
padding-top: 5%; padding-top: 4%;
} }

View File

@ -1,8 +1,10 @@
<template name="login"> <template name="login">
<div id="main-center"> <div class="initial">
<h5>Chromebook Checkout</h5> <h5>Chromebook Checkout</h5>
<div id="chromebooks">
{{> loginButtons}} {{> loginButtons}}
</div> </div>
<div class="bottom">
<p class="bottom">Checkout a chromebook.</p>
<img class="chromeicon" src="ico/chrico.png">
</div> </div>
</template> </template>

View File

@ -27,7 +27,7 @@
padding: 4.2% 15px 15px 15px; padding: 4.2% 15px 15px 15px;
} }
.tabs-content { .tabs-content {
overflow: scroll; overflow-y: scroll;
min-width: 500px; min-height: 425px;
max-height: 500px; max-height: 425px;
} }