Seravo / Library-Directory

Other
10 stars 3 forks source link

Closed/Open text as configurable feature in the opening hours widget #6

Closed mjlassila closed 9 years ago

mjlassila commented 9 years ago

As it seems that closed/open text has been removed intentionally from the opening hours widget (https://github.com/Seravo/Library-Directory/commit/df8810), it would be good to have them back as a configurable feature. Optionally by default they could have CSS visibility:hidden feature but still be available in the widget.

serter commented 9 years ago

Using css visibility would make the content invisible, but still allocate space in the layout. Maybe use display: none instead?

mjlassila commented 9 years ago

Yep, display:none would be the best alternative. Thanks.

mjlassila commented 9 years ago

Any news regarding this?

serter commented 9 years ago

Sorry, I thought I already had committed the change.

Make status visible with: div.ld_open_now { display: block !important; }