Merge pull request #1483 from sharelatex/jel-cms-table-style

Add styling for tables on CMS pages

GitOrigin-RevId: 3d258c5453cd47b434a6d3804687ca044cc704eb
This commit is contained in:
Brian Gough 2019-02-18 13:39:14 +00:00 committed by James Allen
parent 15a6169a06
commit 1ee4a1816c

View file

@ -87,6 +87,27 @@
}
}
/*
Tables
*/
.table-styled {
overflow: hidden;
overflow-x: auto;
table {
background: white;
max-width: none;
th, td {
border: 1px solid @gray-lighter;
padding: @padding-sm;
text-align: center;
word-break: normal;
}
}
.fa-check-square {
color: @ol-green;
}
}
/*
universities page
*/