Changing layout for info.

This commit is contained in:
Gunther Brunner
2014-05-02 19:24:32 +09:00
parent a702c2bdbc
commit 76b9555f4a
2 changed files with 23 additions and 20 deletions

View File

@@ -1,10 +1,10 @@
.row.stf-info(ng-controller='InfoCtrl')
.col-md-4
.col-md-3
.widget-container.fluid-height
.heading
i.fa.fa-bolt
span(translate) Battery
.widget-content.padded
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr
@@ -28,12 +28,12 @@
td Voltage
td {{device.battery.voltage}} v
.col-md-4
.col-md-3
.widget-container.fluid-height
.heading
i.fa.fa-tablet
span(translate) Display
.widget-content.padded
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr
@@ -64,12 +64,12 @@
td Y DPI
td {{device.display.ydpi}}
.col-md-4
.col-md-3
.widget-container.fluid-height
.heading
i.fa.fa-signal
span(translate) Network
.widget-content.padded
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr
@@ -91,12 +91,12 @@
td Sub Type
td {{device.network.subtype | networkSubType}}
.col-md-4
.col-md-3
.widget-container.fluid-height
.heading
i.fa.fa-credit-card
span(translate) SIM
.widget-content.padded
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr
@@ -117,12 +117,12 @@
small {{device.phone.iccid}}
.col-md-4
.col-md-3
.widget-container.fluid-height
.heading
i.fa.fa-phone
span(translate) Hardware
.widget-content.padded
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr
@@ -141,12 +141,12 @@
td(translate) Released
td {{device.releasedAt | date:longDate}}
.col-md-4
.col-md-3
.widget-container.fluid-height
.heading
i.fa.fa-mobile
span(translate) Platform
.widget-content.padded
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr