ewpatton / SemantEco

Source code for SemantEco
4 stars 5 forks source link

use style of lightbox similar to that used in SemantEco proper #93

Closed apseyed closed 11 years ago

apseyed commented 11 years ago

what i mean by this is darker background and "immovable" box. not sure if best to augment the currently use of jquery or to bring in the code used from SemantEco.

ashbyb commented 11 years ago

I looked over the code evan uses and I am not fond of it. The calls for Jquery.dialog are easier to work with and customize I think. I did prevent moving the dialog, re-sizing the dialog, and I made the "modal" area darker to give more of a contrast.

I need to make the dialog a function really where you just pass it a div since we always use the same arguments. for now, things are good.

ashbyb commented 11 years ago

fixed and closing;