summaryrefslogtreecommitdiff
path: root/src/medsrv/templates/static/style.css
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2015-11-18 14:49:27 +0100
committerYves-Alexis Perez <corsac@debian.org>2015-11-18 14:49:27 +0100
commit1e980d6be0ef0e243c6fe82b5e855454b97e24a4 (patch)
tree0d59eec2ce2ed332434ae80fc78a44db9ad293c5 /src/medsrv/templates/static/style.css
parent5dca9ea0e2931f0e2a056c7964d311bcc30a01b8 (diff)
downloadvyos-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.css28
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%;
}
-