X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=static%2Fstyle.css;h=ada92471d843518135984c3a43c254d791d77eba;hb=2f1de030471417c7be33909e5787d2b42343c6a7;hp=7ac0c8f5637f299856760edb2b07640eabe83431;hpb=315758b1185bbc0fb5a3ee3b293ae485eaafde1d;p=app-web-oof.git diff --git a/static/style.css b/static/style.css index 7ac0c8f..ada9247 100644 --- a/static/style.css +++ b/static/style.css @@ -73,6 +73,10 @@ table,th,td { border-collapse: collapse; } +tr.highlight { + background-color: rgba(255,240,0,0.5); +} + th,td { padding: 0.2em; } @@ -120,4 +124,8 @@ footer { padding-top: 1em; font-size: 0.8em; text-align: center; -} \ No newline at end of file +} + +dt { + font-weight: bold; +}