diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2015-11-18 14:49:27 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2015-11-18 14:49:27 +0100 |
commit | 1e980d6be0ef0e243c6fe82b5e855454b97e24a4 (patch) | |
tree | 0d59eec2ce2ed332434ae80fc78a44db9ad293c5 /src/medsrv/templates/static/style.css | |
parent | 5dca9ea0e2931f0e2a056c7964d311bcc30a01b8 (diff) | |
download | vyos-strongswan-1e980d6be0ef0e243c6fe82b5e855454b97e24a4.tar.gz vyos-strongswan-1e980d6be0ef0e243c6fe82b5e855454b97e24a4.zip |
Imported Upstream version 5.3.4
Diffstat (limited to 'src/medsrv/templates/static/style.css')
-rw-r--r-- | src/medsrv/templates/static/style.css | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/src/medsrv/templates/static/style.css b/src/medsrv/templates/static/style.css index e109ce278..cb7f30398 100644 --- a/src/medsrv/templates/static/style.css +++ b/src/medsrv/templates/static/style.css @@ -104,29 +104,25 @@ a img { color: #dd0000; } -.even { - cursor : pointer; -} - -.even a, .odd a { - text-decoration: none; +table.list * { + padding: 0px 1em 0px 0.2em; } -.odd { - background-color: #f2cd6f; - cursor : pointer; +table.list tr td, table.list tr th { + border: solid 1px; + border-color: black; } -.head { +table.list tr th { background-color: #ffec9e; } -table.list * { - padding: 0px 1em 0px 0.2em; +table.list tr:nth-child(odd) td { + background-color: #f2cd6f; } -table.list tr td, table.list tr th { - border: solid 1px; - border-color: black; +table.list tr td a { + text-decoration: none; + display: inline-block; + width: 100%; } - |