Commit a4703a2a by E. Kolpakov

Dashboard export HTML updates

parent 60713fdd
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
font-weight: bold; font-weight: bold;
} }
.pb-dashboard .dashboard-report .avg-row .desc { .pb-dashboard .avg-row .desc {
font-weight: 600; font-weight: 600;
} }
......
...@@ -9,6 +9,20 @@ ...@@ -9,6 +9,20 @@
body { body {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
.pb-dashboard table {
text-align: left;
}
/* screen reader class from edx-platform */
.sr {
border: 0;
clip: rect(1px 1px 1px 1px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
{{css}} {{css}}
</style> </style>
</head> </head>
......
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