Updated CSS

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/performfish-analytics-portlet@181222 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2019-07-12 15:14:49 +00:00
parent 67970afe90
commit 5d7d5711f6
1 changed files with 15 additions and 2 deletions

View File

@ -191,7 +191,7 @@ the-central-table td {
table.synoptictable {
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-size: 16px;
border-collapse: collapse;
margin-top: 20px;
background-color: #FFF;
@ -202,6 +202,7 @@ table.synoptictable td {
padding: 5px;
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
font-size: 16px;
}
table.synoptictable tr:first-child td {
@ -216,10 +217,22 @@ table.synoptictable tr:first-child {
border-right: none;
}
table.synoptictable tr:nth-child(even) {
table.synoptictable tr:nth-child(4n+0) {
background-color: #f2f2f2;
}
table.synoptictable td:nth-child(3) {
font-weight: bold;
}
table.synoptictable tr:nth-child(2) {
font-weight: bold;
}
table.synoptictable tr:nth-child(3) {
font-weight: bold;
}
table.synoptictable td:first-child {
border-left: none;
}