AdmitHub / admithub-telescope-theme

2 stars 2 forks source link

strange backgrounds in ask page #26

Closed yourcelf closed 9 years ago

yourcelf commented 9 years ago

Looks like maybe selector leak from styling the search input:

screenshot from 2014-11-24 12 56 03

yourcelf commented 9 years ago

actually, looks like less of a selector leak -- I can see lots of other inputs have the flat grey background now. Here it looks like the epiceditor is just not getting its background styled the same as other inputs. That, and there's no margin with the shadow under the header, which makes the strange line-merging.

yourcelf commented 9 years ago

I changed the input to use a white background and border, so that it matches the epic editor style below it. Changing the epic editor to use the gray background would require digging deep into the bowels of its iframe.

I also added a heading, which gives the necessary padding. I reused the post list headings -- I hope this isn't a visual language faux-pas with the green underlines coming along:

screenshot from 2014-11-26 14 45 46

@jordancooperman, please feel welcome to improve on these changes if you like to.