Harmonize rendering of identicons with other icons (fixes #2212)

This commit is contained in:
Jakob Borg 2015-08-30 14:24:45 +02:00
parent cf802dc67e
commit a4ebac147b
2 changed files with 13 additions and 19 deletions

View File

@ -41,8 +41,17 @@ identicon {
position: relative;
width: 1em;
height: 1em;
line-height: 1em;
overflow: visible;
line-height: 1;
margin-right: 5px;
}
.identicon {
width: 1em;
height: 1em;
}
.identicon rect {
fill: #333;
}
.checkbox {
@ -57,17 +66,6 @@ identicon {
max-width: none;
}
.identicon {
width: 20px;
height: 20px;
}
.panel-heading .identicon {
display: block;
position: absolute;
top: 1px;
}
.panel-heading .fa, .modal-header .fa {
margin-right: 10px;
}
@ -77,10 +75,6 @@ identicon {
overflow: hidden;
}
.identicon rect {
fill: #666;
}
.text-monospace {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

File diff suppressed because one or more lines are too long