Zeromax / contao-sb-admin

Contao CMS Backend Theme
GNU Lesser General Public License v3.0
7 stars 0 forks source link

Overlapping .alert .color-green boxes in the install log when (un)installing extensions #38

Closed agoat closed 8 years ago

agoat commented 8 years ago

This could be fixed when reducing the padding of the span.color-green box and adding some padding for the parent div

.installlog div {
    padding: 10px
}
.installlog span {
    padding: 5px
}
Zeromax commented 8 years ago

fixed in 6b923bd