JulianNorton / subreddit-css

used for /r/web_design and /r/graphic_design
https://www.reddit.com/r/web_design
45 stars 23 forks source link

Give Gold popup is terribly broken #45

Closed purduekenny closed 8 years ago

purduekenny commented 8 years ago

image

Chrome Version 50.0.2661.102 m (64-bit) Windows 7

JulianNorton commented 8 years ago

For context, here it is with styles off: screen shot 2016-05-17 at 9 57 46 am

the close 'x' is a little weird, but it seems jankey by design.

dominicgan commented 8 years ago

These button styles from the theme are clashing with the close 'x' Button styles

Adding this to the gold button css fixes it:

.gold-payment .close-button {
    box-shadow: none;
    padding: 0;
}
brianmjerome commented 8 years ago

I will add a pull request to assist with the issues regarding this element. I've attached a file of what the css changes would appear as:

There is a commented line that can remove the laurel from the background if desired.