diff --git a/app/less/outfit.less b/app/less/outfit.less index 809e23bd..2d281c86 100755 --- a/app/less/outfit.less +++ b/app/less/outfit.less @@ -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; diff --git a/app/views/page-comparison.html b/app/views/page-comparison.html index 75160b64..6525af22 100755 --- a/app/views/page-comparison.html +++ b/app/views/page-comparison.html @@ -31,7 +31,7 @@ diff --git a/app/views/page-outfit.html b/app/views/page-outfit.html index 0c1753dd..6c85b872 100644 --- a/app/views/page-outfit.html +++ b/app/views/page-outfit.html @@ -221,7 +221,7 @@ {{c.c.class}}{{c.c.rating}} - {{c.priority + 1}} + {{c.priority + 1}} {{fPwr(c.c.power)}} {{f1Pct(c.c.power/ship.powerAvailable)}} DISABLED