X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=static%2Fstyle.css;h=7ac0c8f5637f299856760edb2b07640eabe83431;hb=315758b1185bbc0fb5a3ee3b293ae485eaafde1d;hp=f95eb4145761c1b5ee5f113f270b188841f64cf9;hpb=001cdb800e7f783ba09de575a2592d2ea3823a54;p=app-web-oof.git diff --git a/static/style.css b/static/style.css index f95eb41..7ac0c8f 100644 --- a/static/style.css +++ b/static/style.css @@ -61,6 +61,14 @@ 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; } @@ -80,6 +88,7 @@ a.title { cursor: pointer; font-weight: bold; padding: 1em; + color: black; background-color: lightgreen; border-radius: 2em; border-style: solid;