Commit 7ea0c4ec by E. Kolpakov

Presentation updates, batch 2:

* All dashboard tables are 700px wide and centered
* Color codes made square
* "Average" row label made semi-bold (font-weight: 600)
parent eb63e060
.pb-dashboard table { .pb-dashboard table {
max-width: 800px; max-width: 800px;
width: 700px;
table-layout: auto;
border-collapse: collapse; border-collapse: collapse;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px; margin-bottom: 15px;
} }
...@@ -9,6 +13,10 @@ ...@@ -9,6 +13,10 @@
font-weight: bold; font-weight: bold;
} }
.pb-dashboard .dashboard-report .avg-row .desc {
font-weight: 600;
}
.pb-dashboard table td, .pb-dashboard table tbody th { .pb-dashboard table td, .pb-dashboard table tbody th {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
...@@ -24,7 +32,7 @@ ...@@ -24,7 +32,7 @@
min-width: 4em; min-width: 4em;
text-align: right; text-align: right;
padding-right: 5px; padding-right: 5px;
border-right: 0.6em solid transparent; border-right: 2em solid transparent;
} }
.pb-dashboard table .avg-row td.desc { .pb-dashboard table .avg-row td.desc {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment