fixed carts/all css (in theory)
This commit is contained in:
parent
78578b14d1
commit
1bdaf75e3c
@ -15,7 +15,7 @@
|
||||
margin-top: 0%;
|
||||
font-size: 14pt;
|
||||
}
|
||||
.add {
|
||||
.add, .addc {
|
||||
background: #d94158;
|
||||
background-image: -webkit-linear-gradient(top, #d94158, #ad3838);
|
||||
background-image: -moz-linear-gradient(top, #d94158, #ad3838);
|
||||
@ -31,7 +31,7 @@
|
||||
width: 97%;
|
||||
font-size: 18pt;
|
||||
}
|
||||
.add:hover {
|
||||
.add:hover, .addc:hover {
|
||||
background: #db6b6b;
|
||||
background-image: -webkit-linear-gradient(top, #db6b6b, #d64949);
|
||||
background-image: -moz-linear-gradient(top, #db6b6b, #d64949);
|
||||
@ -56,8 +56,4 @@
|
||||
|
||||
.row {
|
||||
min-width: 80%;
|
||||
}
|
||||
#edit-admin {
|
||||
max-height:350px;
|
||||
overflow:auto;
|
||||
}
|
||||
}
|
||||
@ -42,7 +42,7 @@
|
||||
<h6>Add a Cart</h6> <!-- Adding Carts -->
|
||||
<form class="new-task">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.chckChromebooks {
|
||||
max-height:600px;
|
||||
max-height:500px;
|
||||
}
|
||||
.chckBorder {
|
||||
padding: 1% 15px 15px 15px;
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
float: right;
|
||||
margin-right: 37%;
|
||||
margin-top: 0.75%;
|
||||
margin-right: 37.3%;
|
||||
margin-top: .6%;
|
||||
}
|
||||
p.bottom {
|
||||
padding-left:0px;
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
<h5>Chromebook Checkout</h5>
|
||||
<button class="submit">Checkout!</button>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<p class="bottom">Checkout a chromebook.</p>
|
||||
<img class="chromeicon" src="ico/chrico.png">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#login-buttons {
|
||||
margin: 0 auto;
|
||||
padding-left: 26.5%;
|
||||
padding-bottom: 5%;
|
||||
padding-top: 5%;
|
||||
padding-bottom: 4%;
|
||||
padding-top: 4%;
|
||||
}
|
||||
|
||||
@ -1,8 +1,10 @@
|
||||
<template name="login">
|
||||
<div id="main-center">
|
||||
<div class="initial">
|
||||
<h5>Chromebook Checkout</h5>
|
||||
<div id="chromebooks">
|
||||
{{> loginButtons}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<p class="bottom">Checkout a chromebook.</p>
|
||||
<img class="chromeicon" src="ico/chrico.png">
|
||||
</div>
|
||||
</template>
|
||||
@ -27,7 +27,7 @@
|
||||
padding: 4.2% 15px 15px 15px;
|
||||
}
|
||||
.tabs-content {
|
||||
overflow: scroll;
|
||||
min-width: 500px;
|
||||
max-height: 500px;
|
||||
overflow-y: scroll;
|
||||
min-height: 425px;
|
||||
max-height: 425px;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user