[style] add css stylesheet and some other ui improvments

This commit is contained in:
Julian Sparber
2017-10-26 22:12:46 +02:00
parent 3b4c086742
commit 743ccb3580
4 changed files with 88 additions and 48 deletions

View File

@@ -12,10 +12,8 @@
<property name="can_focus">False</property>
<property name="row_spacing">0</property>
<property name="column_spacing">32</property>
<property name="margin_start">12</property>
<property name="margin_end">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="margin">12</property>
<property name="margin_start">16</property>
<property name="valign">center</property>
<child>
<object class="GtkLabel" id="device_name">
@@ -26,6 +24,10 @@
<property name="valign">end</property>
<property name="label" translatable="yes">Jan's Librem</property>
<property name="use_underline">True</property>
<style>
<class name="device-name"/>
</style>
</object>
<packing>
<property name="left_attach">0</property>