End chapter 8
[depot.git] / public / stylesheets / depot.css
index a35a5bd55144a5739c7d87397d9d232e8b5bc863..bf77b4bd521c747695f222b5aea7359032a8684d 100644 (file)
@@ -1,5 +1,17 @@
 /* Global styles */
 
+/* Global styles */
+
+/* START:notice */
+#notice {
+  border: 2px solid red;
+  padding: 1em;
+  margin-bottom: 2em;
+  background-color: #f0f0f0;
+  font: bold smaller sans-serif;
+}
+/* END:notice */
+
 h1 {
         font:  150% sans-serif;
         color: #226;
@@ -155,6 +167,24 @@ h1 {
 }
 
 
+/* START:cartmain */
+/* Styles for the cart in the main page */
+
+.cart-title {
+  font: 120% bold;
+}
+
+.item-price, .total-line {
+  text-align: right;
+}
+
+.total-line .total-cell {
+  font-weight: bold;
+  border-top: 1px solid #595;
+}
+/* END:cartmain */
+
+
 /* The error box */
 
 .fieldWithErrors {