summaryrefslogtreecommitdiff
path: root/res/client/css/partials/info-card.scss
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-19Fixes issue #542garbash
2015-05-04client: single delete button. fixes #523Alon Levy
2015-04-14client/info-container: make sure properties dialog is always visible - does ↵Alon Levy
show up longer on taller screens
2015-04-10info-container: partial, painful html, css cleanupLV-426
2015-04-05client: link properties dialog: delete button identical to node dialogAlon Levy
2015-04-05client: rename edge_info to link_infoAlon 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-05style: restore info-container box-shadowLV-426
2015-03-22client: info/edge-info: prevent horizontal scroll barAlon Levy
2015-03-10client: don't capitalize info-card textarea values: Fixes #369Alon Levy
2015-03-07client/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-07client: node-info style fixes. Fixes #360Alon Levy
2015-02-25info-card: rm <hr>, use css for boarders, relax paddingLV-426
2015-02-25info-card.scss: indentLV-426
2015-02-25style: fix info-card overlapping tool-barLV-426
2014-12-16moving files around after repository mergerAlon Levy