lib/rawbotz/public/rawbotz.css in rawbotz-0.1.5 vs lib/rawbotz/public/rawbotz.css in rawbotz-0.2.0
- old
+ new
@@ -14,10 +14,14 @@
}
h3 {
font-weight: 300;
text-align: center;
}
+h4 {
+ font-weight: 300;
+ text-align: center;
+}
#menu {
background-color: rgb(230,230,210);
}
#submenu {
background-color: rgb(230,230,210);
@@ -55,11 +59,11 @@
display: inline;
}
.float_ul li a {
width: 10em;
float: left;
- }
+}
.center {
text-align: center;
}
.huge-icon {
font-size: 500%;
@@ -88,6 +92,36 @@
font-size: 50%;
display: block;
}
.wished_qty_input .order-none {
display: table-cell;
+}
+.pure-control-group .hint {
+ font-size: 80%;
+ color: grey;
+ display: inline-block;
+}
+
+.perfect_order {
+ background-color: #99ff99;
+}
+.out_of_stock {
+ background-color: #ffb3b3;
+}
+.partly_available {
+ background-color: #ffdd99;
+}
+#flash {
+ padding-left: 0.5em;
+}
+.pure-table > tbody > tr > td.left-bordered {
+ border-left: 2px solid;
+}
+.pure-table > thead > tr > th.left-bordered {
+ border-left: 2px solid;
+}
+
+.state-label {
+ border-radius: 4px;
+ background-color: #bbb;
+ padding: .5em 1em;
}