This commit is contained in:
Oliver Davies 2017-07-10 23:49:41 +01:00
parent bbf2acc8e4
commit ed568c231d
158 changed files with 347 additions and 363 deletions

View file

@ -8153,6 +8153,30 @@ main p img {
.display-inline-block {
display: inline-block; }
.table > thead > tr > th.vertical-top,
.table > thead > tr > td.vertical-top,
.table > tbody > tr > th.vertical-top,
.table > tbody > tr > td.vertical-top,
.table > tfoot > tr > th.vertical-top,
.table > tfoot > tr > td.vertical-top {
vertical-align: top; }
.table > thead > tr > th.vertical-middle,
.table > thead > tr > td.vertical-middle,
.table > tbody > tr > th.vertical-middle,
.table > tbody > tr > td.vertical-middle,
.table > tfoot > tr > th.vertical-middle,
.table > tfoot > tr > td.vertical-middle {
vertical-align: middle; }
.table > thead > tr > th.vertical-bottom,
.table > thead > tr > td.vertical-bottom,
.table > tbody > tr > th.vertical-bottom,
.table > tbody > tr > td.vertical-bottom,
.table > tfoot > tr > th.vertical-bottom,
.table > tfoot > tr > td.vertical-bottom {
vertical-align: bottom; }
.text-left {
text-align: left; }

File diff suppressed because one or more lines are too long

View file

@ -1,20 +0,0 @@
.talk-event-table > thead > tr > th,
.talk-event-table > tbody > tr > td {
vertical-align: middle; }
.talk-event-table .column-date,
.talk-event-table .column-event {
width: 200px; }
.talk-event-table .column-feedback {
width: 125px; }
.talk-type,
.event-location {
display: block;
margin-top: 1px; }
.talk-full .column-event {
width: auto; }
/*# sourceMappingURL=talks-table.css.map */

View file

@ -1 +0,0 @@
{"version":3,"sources":["talks-table.sass"],"names":[],"mappings":"AAAA;;EAGQ,uBAAuB,EAAG;;AAHlC;;EAOQ,aAAa,EAAG;;AAPxB;EAUQ,aAAa,EAAG;;AAExB;;EAEI,eAAe;EACf,gBAAgB,EAAG;;AAEvB;EACI,YAAY,EAAG","file":"talks-table.css","sourcesContent":[".talk-event-table {\n & > thead > tr > th,\n & > tbody > tr > td {\n vertical-align: middle; }\n\n .column-date,\n .column-event {\n width: 200px; }\n\n .column-feedback {\n width: 125px; } }\n\n.talk-type,\n.event-location {\n display: block;\n margin-top: 1px; }\n\n.talk-full .column-event {\n width: auto; }\n"]}