yii2-gallery-manager icon indicating copy to clipboard operation
yii2-gallery-manager copied to clipboard

Button 'Select All' is bigger that others?

Open maks-sl opened this issue 7 years ago • 6 comments

Hi! Good widget, but it looks very ugly in my project.

1 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

fix1 Please, check how you widget looks in different browsers and correct styles

maks-sl avatar Nov 23 '17 18:11 maks-sl

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)

zxbodya avatar Nov 23 '17 19:11 zxbodya

My styles?..Strange situation.. I'm try to disable all used styles and it's has no effect tryingdisable

maks-sl avatar Nov 23 '17 19:11 maks-sl

so… it was looking correctly with bootstrap 3 when I was testing it… (at least, few years ago, btw)

zxbodya avatar Nov 23 '17 19:11 zxbodya

Perhaps it's really bug in my particular case.. My kludge below =)

solution

maks-sl avatar Nov 23 '17 19:11 maks-sl

first button contain a input. Last two is just a div with plain text. peek 2018-11-19 14-52

@zxbodya I think We need a separated css rule for this case

bscheshirwork avatar Nov 19 '18 11:11 bscheshirwork

.gallery-manager input[type="checkbox"] {
    margin-top: 0px;
    vertical-align: middle;
}

bscheshirwork avatar Nov 20 '18 12:11 bscheshirwork