gui: Vertically center identicons in panel titles

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3256
This commit is contained in:
Daniel Harte
2016-06-02 20:52:10 +00:00
committed by Jakob Borg
parent 6a67921e40
commit 855a1bef89
4 changed files with 10 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ identicon {
line-height: 1;
}
h4 identicon{
h3 identicon, h4 identicon{
margin-top: 0.125em;
margin-bottom: 0.125em;
}

View File

@@ -15,6 +15,10 @@
fill: #333;
}
.panel-warning .identicon rect {
fill: #fff;
}
.li-column {
background-color: rgb(236, 240, 241);
border-radius: 3px;