index
:
rhizi
POC_2.5d
Prototype
graph-view-commit-log
issue593
master
pastebin
reqs
wip/addNode-refactoring
wip/addNode-refactoring.rebased
wip/bilinks
wip/id_not_lower_case_name
wip/links-reorder-by-selection
wip/map-nodes-by-id_minimize-name-use
wip/selection-ring
wip__doc_support
Connective intelligence
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
res
/
client
/
css
/
partials
/
info-card.scss
Age
Commit message (
Collapse
)
Author
2015-04-05
client: link properties dialog: delete button identical to node dialog
Alon Levy
2015-04-05
client: rename edge_info to link_info
Alon Levy
for f in `git grep -l edge_info`; do sed -ie 's/edge_info/link_info/g' $f; done for f in `git grep -l EDGE_INFO`; do sed -ie 's/EDGE_INFO/LINK_INFO/g' $f; done git mv src/client/view/edge_info.js src/client/view/link_info.js
2015-04-05
style: restore info-container box-shadow
LV-426
2015-03-22
client: info/edge-info: prevent horizontal scroll bar
Alon Levy
2015-03-10
client: don't capitalize info-card textarea values: Fixes #369
Alon Levy
2015-03-07
client/node_info: hack for y-overflow. creates horizontal bar as well which ↵
Alon Levy
is ugly Together with addition of new attributes fixes #357
2015-03-07
client: node-info style fixes. Fixes #360
Alon Levy
2015-02-25
info-card: rm <hr>, use css for boarders, relax padding
LV-426
2015-02-25
info-card.scss: indent
LV-426
2015-02-25
style: fix info-card overlapping tool-bar
LV-426
2014-12-16
moving files around after repository merger
Alon Levy