lib/rawbotz/public/rawbotz.css in rawbotz-0.1.2 vs lib/rawbotz/public/rawbotz.css in rawbotz-0.1.3
- old
+ new
@@ -55,6 +55,39 @@
display: inline;
}
.float_ul li a {
width: 10em;
float: left;
+ }
+.center {
+ text-align: center;
+}
+.huge-icon {
+ font-size: 500%;
+ color: #444;
+}
+.huge-icon:hover {
+ color: #246;
+}
+.wished_qty_input {
+ display: table-row;
+}
+.wished_qty_input input.qty {
+ width: 3em;
+ display: table-cell;
+}
+.wished_qty_input .packsize-buttons {
+ display: table-cell;
+ /*font-size: 50%;*/
+ padding-left: 0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ padding-right: 5px;
+ vertical-align: middle;
+}
+.wished_qty_input .minus-pack, .wished_qty_input .plus-pack {
+ font-size: 50%;
+ display: block;
+}
+.wished_qty_input .order-none {
+ display: table-cell;
}