X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=public%2Fstylesheets%2Fdepot.css;fp=public%2Fstylesheets%2Fdepot.css;h=01adb7427ff3594522fdec1eeeb5f369f05c3e6b;hb=e0b92cc2e0d255a101ffa5248d4d15080fe2ea63;hp=5579185ff85be1c6f7e795b8dc96d2e969cc374d;hpb=2e4e591080e228dec676acf40b9e7bc4b044b8bc;p=depot.git diff --git a/public/stylesheets/depot.css b/public/stylesheets/depot.css index 5579185..01adb74 100644 --- a/public/stylesheets/depot.css +++ b/public/stylesheets/depot.css @@ -20,53 +20,53 @@ h1 { /* Styles for products/index */ -#product-list table { +#pretty-list table { border-collapse: collapse; } -#product-list table tr td { +#pretty-list table tr td { padding: 5px; vertical-align: top; } -#product-list .list-image { +#pretty-list .list-image { width: 60px; height: 70px; } -#product-list .list-description { +#pretty-list .list-description { width: 60%; } -#product-list .list-description dl { +#pretty-list dl { margin: 0; } -#product-list .list-description dt { +#pretty-list dt { color: #244; font-weight: bold; font-size: larger; } -#product-list .list-description dd { +#pretty-list dd { margin: 0; } -#product-list .list-description .unavailable { +#pretty-list .list-description .unavailable { color: #f00; } -#product-list .list-actions { +#pretty-list .list-actions { font-size: x-small; text-align: right; padding-left: 1em; } -#product-list .list-line-even { +#pretty-list .list-line-even { background: #e0f8f8; } -#product-list .list-line-odd { +#pretty-list .list-line-odd { background: #f8b0f8; }