X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=static%2Fstyle.css;h=0c289f1962cce6b2258ee5e4b7835b3d29e3a5db;hb=bf8c3839b1715d687ec4fa9607164c10b225f9e3;hp=dfc299fb23317dfd54960c04e747da5df2391b6f;hpb=1576fc41a34d75269ba8408db99104855edbba11;p=app-web-oof.git diff --git a/static/style.css b/static/style.css index dfc299f..0c289f1 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; @@ -95,9 +108,16 @@ 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 {