X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=static%2Fstyle.css;h=ada92471d843518135984c3a43c254d791d77eba;hb=HEAD;hp=f95eb4145761c1b5ee5f113f270b188841f64cf9;hpb=001cdb800e7f783ba09de575a2592d2ea3823a54;p=app-web-oof.git diff --git a/static/style.css b/static/style.css index f95eb41..ada9247 100644 --- a/static/style.css +++ b/static/style.css @@ -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; @@ -111,4 +124,8 @@ footer { padding-top: 1em; font-size: 0.8em; text-align: center; -} \ No newline at end of file +} + +dt { + font-weight: bold; +}