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;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<td>
|
||||
<ul id="facet-container" as-sortable="facetSortOpts" ng-model="facets" class="sortable" update="tblUpdate">
|
||||
<li ng-repeat="(i,f) in facets" as-sortable-item class="facet" ng-class="{active: f.active}" ng-click="toggleFacet(i)">
|
||||
<div as-sortable-item-handle>↔ <span ng-bind="f.title"></span></div>
|
||||
<div as-sortable-item-handle>↔ <span ng-bind="f.title"></span></div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
@@ -221,7 +221,7 @@
|
||||
<td style="width:1em;" ng-click="togglePwr(c)">{{c.c.class}}{{c.c.rating}}</td>
|
||||
<td class="le shorten" ng-click="togglePwr(c)" ng-bind="cName(c)"></td>
|
||||
<td ng-click="togglePwr(c)"><u ng-bind="c.type"></u></td>
|
||||
<td><span ng-click="decPriority(c)">◄</span> {{c.priority + 1}} <span ng-click="incPriority(c)">►</span></td>
|
||||
<td><span ng-click="decPriority(c)" class="flip">►</span> {{c.priority + 1}} <span ng-click="incPriority(c)">►</span></td>
|
||||
<td class="ri" style="width:3.25em;">{{fPwr(c.c.power)}}</td>
|
||||
<td class="ri" style="width:3em;"><u>{{f1Pct(c.c.power/ship.powerAvailable)}}</u></td>
|
||||
<td ng-if="!c.enabled" class="disabled" colspan="2">DISABLED</td>
|
||||
|
||||
Reference in New Issue
Block a user