yii2-gallery-manager
yii2-gallery-manager copied to clipboard
Button 'Select All' is bigger that others?
Hi! Good widget, but it looks very ugly in my project.
Is simple way to fix this bug, but overriding rules for this purpose is really no well idea and may not work when widget will updated
Please, check how you widget looks in different browsers and correct styles
it is not about browser, also I do not think - it is about widget itself…
it looks to be because of styles in your project… so fix also should be on you side… (just add your styles using classnames already in widget)
My styles?..Strange situation.. I'm try to disable all used styles and it's has no effect
so… it was looking correctly with bootstrap 3 when I was testing it… (at least, few years ago, btw)
Perhaps it's really bug in my particular case.. My kludge below =)
first button contain a input. Last two is just a div with plain text.
@zxbodya I think We need a separated css rule for this case
.gallery-manager input[type="checkbox"] {
margin-top: 0px;
vertical-align: middle;
}