summaryrefslogtreecommitdiff
path: root/res/css/style.scss
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-08Prevent text selection in svg (graph)Alon Levy
Not sure this [1] bug is the problem, but we don't want svg selection, and since editing svg nodes inline is done with an input foreign element, this doesn't affect selecting there! [1] http://stackoverflow.com/questions/18124820/html5-svg-text-selection-bug-in-chrome
2014-12-06new info box (now card) styling - PartialOfer Lehr
added a class to the info card to style different types in css. also rearranged colors in helpers.js (alon: changed implementation and broke the edit, will fix in the morning)
2014-11-30Input bar styling - submit button not workinggarbash
2014-11-30Added top-bar + removed deprecated elements and classesgarbash
2014-11-28Implemented stylesheet structure+font changegarbash
2014-11-28Changed node types names resolving #162garbash
2014-11-28introduce sass - only changes are whitespace and curly after last rule (sassism)Alon Levy
No method to automaticall run sass once scss file changes right now. Should probably use grunt, I think it does it. (or have an inotify based make background task). Tested with sass 3.4.9 (latest) but since I'm not using sass yet (the scss file is our former css file) it should work with other versions too.