mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Symbol and responsive tweaks
This commit is contained in:
@@ -43,6 +43,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.flip {
|
||||
display: inline-block;
|
||||
-moz-transform: scaleX(-1); /* Gecko */
|
||||
-o-transform: scaleX(-1); /* Operah */
|
||||
-webkit-transform: scaleX(-1); /* webkit */
|
||||
transform: scaleX(-1); /* standard */
|
||||
}
|
||||
|
||||
#build {
|
||||
float: right;
|
||||
line-height: 2em;
|
||||
@@ -170,10 +178,8 @@ table.total {
|
||||
table tbody tr td {
|
||||
&:nth-child(4) {
|
||||
span {
|
||||
display:inline;
|
||||
padding:0;
|
||||
margin:0;
|
||||
font-size: 2em;
|
||||
vertical-align: middle;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -186,7 +192,7 @@ table.total {
|
||||
g.tick:nth-child(2n) text {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table thead tr.main th {
|
||||
font-size: 0.8em;
|
||||
|
||||
Reference in New Issue
Block a user