[15:59:34] milimetric: hey, is it possible to use bootstrap. Can I load it? [15:59:41] in preview.tag [16:00:17] Amir1: nooooooooo :) [16:00:23] why? semantic-ui man! [16:00:36] I wanted to build a dropdown [16:00:45] I greped bootstrap [16:00:49] and you don't like the semantic ui dropdowns? [16:00:53] I saw it's there [16:01:01] I never used it [16:01:18] that's how the other dropdowns on the site are (the language pairs ones) [16:01:31] you're doing a dropdown for the Translate / Create choice? [16:01:46] yeah [16:01:50] something like that [16:01:54] okay I use it [16:01:59] cool, yeah [16:02:01] and it's already loaded there? [16:02:05] you'll love semantic, it's so much better [16:02:08] yeah, here's the code, one sec [16:02:37] http://semantic-ui.com/modules/dropdown.html [16:02:49] "ui dropdown" is all you need but there are customizations [16:02:54] the example on our site is: https://github.com/ewulczyn/translation-recs-app/blob/master/api/static/Recommend.tag#L19 [16:03:18] but yours won't be dynamic (just put each choice in its own option) [16:03:37] so it's just an html dropdown and semantic hoists it out and makes it pretty [16:03:55] this is how you create it: https://github.com/ewulczyn/translation-recs-app/blob/master/api/static/Recommend.tag#L114 [16:03:56] great [16:03:59] let me try it [16:04:02] thanks :) [16:04:17] (there's also a css-only one but that one's a little weirder for this particular use) [16:04:26] lemme know if you have troubles [16:05:33] sure [16:05:35] thanks [16:05:36] semantic UI doesn't use semantic HTML [16:05:38] :S [16:05:56] It does look very nice though :D [16:06:09] it's semantic css [16:06:26] Ahh yes. I see. [16:06:37] Sort of replaces tags with meaningful class names [16:07:35] Amir1: you might want "ui simple dropdown" actually, sorry about the misleading, the