summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2014-11-30Task-alert styling - button not-workinggarbash
2014-11-30Styled search-bargarbash
2014-11-30Defined typography for headersgarbash
2014-11-30Added top-bar + removed deprecated elements and classesgarbash
2014-11-30imv assets for new designgarbash
2014-11-28Colors and header-size sass vars - now correctgarbash
2014-11-28Revert "Add color+header-size vars to sass"garbash
This reverts commit 3af4fc29a27a64612681b1bc00611c276cef9f7e.
2014-11-28added data input button imagesOfer Lehr
2014-11-28Add color+header-size vars to sassgarbash
2014-11-28Add compiled style.css+mapgarbash
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.
2014-11-28Replaced existing fort family to source-sans-progarbash
2014-11-25autocomplete: fix wrapping for suggestions with spacesAlon Levy
2014-11-24style: group link selectorsAlon Levy
2014-11-24add search uiAlon Levy
make search+input boxes share a fixed div, use floats for nice(er) responsiveness to width changes.
2014-11-24style.css: fix typo in debug uiAlon Levy
2014-11-24style.css: filter is experimental and not supported by IEAlon Levy
https://developer.mozilla.org/en-US/docs/Web/CSS/filter?redirectlocale=en-US&redirectslug=CSS%2Ffilter#Browser_compatibility
2014-11-24style.css: firefox 35 complains about slash comment in style propertyAlon Levy
2014-11-19Extreme opacity for the unselectedgarbash
2014-11-19notselected & selected classes added; only used when a selection is in progressAlon Levy
2014-11-18rz_core: move styling to css for easy skinningAlon Levy
So now you can change for instance: $('.perm').each(function(i,x) { x.style.opacity=0.1; })
2014-11-11Fix highlight of node and edgeAlon Levy
TODO 1: This is a bit magic. The problem is that I'm not sure exactly if the nodes/edges given to the click callback are updated correctly when we just do renames. So the code is a bit protective - it compares names instead of comparing objects. This might work or not later with multiple edges. But I really need to fix it so we never have callbacks with stale data. TODO 2: Plus I'm not using classes correctly, instead setting attributes in the d3 update function (update). This is already done but is a bad smell, makes it harder to change properties easily. Used for stroke-width here and for nodes, for color.
2014-11-11bug fix: subtitle text+ghost edge sizegarbash
2014-11-11rename load/save file; Fixes #111Alon Levy
The browse button still needs to be fixed. Maybe this: http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom
2014-11-11add ghostlink for easier edge selection (Fixes #131)Alon Levy
This changes our current svg. We already had a <g id="link-group"> and under it <path class="link graph"> elements (class changes for selection). Now we have <g class="link graph"> elements containing two paths: one for display, one for selection. the display has stroke-width of 2 (defined in res/css/style.css) and the selection has stroke-width of 5 and stroke not defined to make it invisible plus a higher z-index to catch the click.
2014-11-11Add edge_info tab; implements edge deletionAlon Levy
2014-11-11mv css, font resources to res/font/, res/css/LV-426
2014-11-11mv img resources to res/img/LV-426
2014-11-09rhizi-server.confLV-426
2014-09-24add listen_address, listen_port conf optionsLV-426
2014-09-23initial implementationLV-426