Merge pull request #533 from bergware/master

Dashboard: show titles without text-transform
This commit is contained in:
tom mortensen
2019-10-18 11:37:53 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ date="d-m-Y"
time="H:i"
position="top-right"
path="/tmp/notifications"
system=""
system="*/1 * * * *"
entity="1"
normal="1"
warning="1"

View File

@@ -155,7 +155,7 @@ table.share_status.table{margin-top:36px}
table.share_status.table tr>td{width:50%}
table.share_status.dashboard{float:left;margin:6px 10px 14px 10px;border:1px solid #2b2b2b}
table.share_status.dashboard thead tr:last-child{border-bottom:none}
table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:capitalize;vertical-align:middle}
table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:middle}
table.share_status.dashboard tbody tr:nth-child(even){background-color:transparent}
table.share_status.dashboard tbody td{padding-top:5px;padding-bottom:5px}
table.share_status.dashboard tbody.parity_view tr:last-child>td{padding-bottom:20px}

View File

@@ -155,7 +155,7 @@ table.share_status.table{margin-top:36px}
table.share_status.table tr>td{width:50%}
table.share_status.dashboard{float:left;margin:6px 10px 14px 10px;border:1px solid #e3e3e3}
table.share_status.dashboard thead tr:last-child{border-bottom:none}
table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:capitalize;vertical-align:middle}
table.share_status.dashboard thead tr:first-child>td{background-color:transparent;height:4rem;line-height:4rem;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:middle}
table.share_status.dashboard tbody tr:nth-child(even){background-color:transparent}
table.share_status.dashboard tbody td{padding-top:5px;padding-bottom:5px}
table.share_status.dashboard tbody.parity_view tr:last-child>td{padding-bottom:20px}