diff --git a/gui/dark/assets/css/theme.css b/gui/dark/assets/css/theme.css index 34f5efc3..d94be2e9 100644 --- a/gui/dark/assets/css/theme.css +++ b/gui/dark/assets/css/theme.css @@ -94,8 +94,8 @@ li.hidden-xs:hover, .navbar-link:hover, .navbar-link:focus { border-top: 1px solid #222 !important; } -.identicon>rect { - fill: #aaa !important; +.identicon rect { + fill: #aaa; } .panel-heading:hover, .panel-heading:focus { diff --git a/gui/default/assets/css/overrides.css b/gui/default/assets/css/overrides.css index f68cadb8..9cd9c826 100644 --- a/gui/default/assets/css/overrides.css +++ b/gui/default/assets/css/overrides.css @@ -196,18 +196,22 @@ table.table-condensed td.no-overflow-ellipse { } identicon { - display: inline-block; - position: relative; width: 1em; height: 1em; line-height: 1; } +h4 identicon{ + margin-top: 0.125em; + margin-bottom: 0.125em; +} + .identicon { width: 1em; height: 1em; } + /** * Progress bars with centered text */