IfnotFr / PopConfirm

A simple action confirmation plugin for jQuery based on Twitter Bootstrap Popover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styling of buttons

fribergr opened this issue · comments

Hi,

First of all, thanks for a great project!

I'm wondering if there is any way to style the buttons for confirming / cancelling? Currently I think they are a bit to close to each other.

I was not able to add these styles in an easy way.
Do you have any suggestions?

Best regards,
Robin

Hi and thanks for using my plugin :)

As i am using basic bootstrap components you can inspect elements and do a styling on it !

For example, something like this should work

.popover > .popover-content > .button-group > button {
   margin: 0 5px 0 5px;
}

I must have been tired when I tried this the other day. Of course this works great!
Thanks yet again :)

You are welcome :)