fixme-lausanne / hackerspaces_ch

The site that was hackerspaces.ch
http://hackerspaces.ch
5 stars 1 forks source link

Menu issues #2

Closed n0skill closed 8 years ago

n0skill commented 11 years ago

Change list-style to

list-style:none;

Make it usable on different devices (fluid design)

gcmalloc commented 11 years ago

Is the new design we use taking this feature into account ?

rorist commented 11 years ago

yep, but with an old library that we should upgrade/replace imho.

gcmalloc commented 11 years ago

will look into a baby boostrap :)

gcmalloc commented 11 years ago

a bit more information, the lib we use in the simple_theme branch is in fact quite old http://lessframework.com/ they quote a successor http://framelessgrid.com/ We could take the good part out of boostrap as it's totally possible to not have all the framework but only part of it. The somewhat fluid grid would be nice to have. Maybe the button too

n0skill commented 11 years ago

http://getbootstrap.com/2.3.2/customize.html maybe ? :)

gcmalloc commented 11 years ago

if I understand the layout correctly, it looks like


            +----------------------+
            |     Title            |
            |                      |
            +----------------------+
            |                      |
            |                      |
            |                      |
            |                      |
            |       Map            |
            |                      |
            |                      |
            |                      |
            +----------------------+
            |                      |
            |     Hackerspaces     |
            |        list          |
            +----------------------+
            |                      |
            |     Hackerspace      |
            |       information    |
            |                      |
            |                      |
            |                      |

The box resize in function of the page width, the hackerspaces list change below a certain width from a text list into a selector.

n0skill commented 11 years ago

I guess we can close the issue since the menu is now usable. The fluid-design thing (for the whole website) should be an issue by itself, right ?

gcmalloc commented 11 years ago

totally up to you as you opened the issue.

gcmalloc commented 8 years ago

closing issue as it is now fixed