ui: redesigned about window

* adjusted layout of about window to match the design concept.
* replaced main font to be Roboto.
This commit is contained in:
malte_langkabel
2016-02-16 16:10:22 +01:00
parent b3df8fb825
commit 2effa950f7
11 changed files with 289 additions and 84 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
* {
color: white;
font-size: 12px;
font-size: 14px;
font-weight: 100;
}
@@ -13,11 +13,11 @@
border: none;
color: white;
font-size: 14pt;
height: 20px;
width: 20px;
height: 24px;
width: 24px;
}
#closeButton:hover {
border: 2px solid white;
border-radius: 10px;
border-radius: 12px;
}