]> iEval git - app-web-oof.git/blobdiff - static/style.css
Display brand, model, stock and price on details page
[app-web-oof.git] / static / style.css
index dfc299fb23317dfd54960c04e747da5df2391b6f..ada92471d843518135984c3a43c254d791d77eba 100644 (file)
@@ -61,10 +61,22 @@ h2 {
        width: 100%;
 }
 
+#items td:nth-child(2), #order td:nth-child(3) {
+       text-align: center;
+}
+
+.freepost {
+       color: green;
+}
+
 table,th,td {
        border-collapse: collapse;
 }
 
+tr.highlight {
+       background-color: rgba(255,240,0,0.5);
+}
+
 th,td {
        padding: 0.2em;
 }
@@ -80,6 +92,7 @@ a.title {
        cursor: pointer;
        font-weight: bold;
        padding: 1em;
+       color: black;
        background-color: lightgreen;
        border-radius: 2em;
        border-style: solid;
@@ -95,13 +108,24 @@ a.title {
        font-weight: bold;
 }
 
+#pictures {
+       margin-left: 0;
+       padding-left: 0;
+}
+
 #pictures li {
        list-style-type: none;
        margin: 0;
+       padding: 0.2em;
+       display: inline-block;
 }
 
 footer {
        padding-top: 1em;
        font-size: 0.8em;
        text-align: center;
-}
\ No newline at end of file
+}
+
+dt {
+       font-weight: bold;
+}
This page took 0.023789 seconds and 4 git commands to generate.