summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
AgeCommit message (Collapse)Author
2015-05-08css: update per last scss changeAlon Levy
2015-05-05css: selected link/node: yellow outline always, larger for first selected nodeAlon Levy
2015-05-04client: single delete button. fixes #523Alon Levy
2015-05-03client: new doc: add error message. fixes #534Alon Levy
2015-04-25client: convert svg icons to pngAlon Levy
while deploying a docker container both firefox and chrome refuse to load same path svg (reporting 'image failed to load' but showing 200 on the client, suggesting it is a behaviour implemnted after the HTTP interaction is completed successfully), while they accept png. This is a workaround. We already have other icons as png's, and we do not support change in icon size, suggesting no down side to this right now. The svg sources are left, and are actually still deployed (minor issue).
2015-04-21Add middle-score to multi-word node typesgarbash
Also: See issues #508 + #509
2015-04-14client/info-container: make sure properties dialog is always visible - does ↵Alon Levy
show up longer on taller screens
2015-04-12client/style: update css for drop of .circle.needAlon Levy
2015-04-12client/selection: rename: selected & relatedAlon Levy
selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made.
2015-04-12client: zoom to selection button instead of automatic on selectionAlon Levy
2015-04-10info-container: partial, painful html, css cleanupLV-426
2015-04-09style: editbox textarea: font-family & sizetLV-426
2015-04-09style: align zoom buttons with upper tool-barLV-426
2015-04-09domain leap: s/outcome/resource/Alon Levy
2015-04-09client: add different colors for commons domainAlon Levy
2015-04-06client: css: enable no opacity hover.Alon Levy
side effect: no more click to deselect before select (easier to implement). resolve #430
2015-04-06filter menu: fix position, simplify HTMLLV-426
2015-04-06fixing filter menu positioningLV-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-05graph-view.scss: adding yellow text-shadow to link labelsLV-426
2015-04-05client: graph construction: text below circles. resolve #429Alon Levy
remind myself svg doesn't respect z-index, flatten back the svg structure: svg - zoom - graph g path 1 link text 1 node text 1 node text 2 node circle 1 node circle 2 per SVG 1.1 spec the last node is the top most.
2015-04-05user-signup: style: msg row backgroundLV-426
2015-04-05Remove export button from normal interface, add export button to dev mode ↵garbash
menu. #437
2015-04-05Toolbar icons are now text labelsgarbash
2015-04-05Quick fix of new and open file iconsgarbash
2015-04-03layout buttons: behavior, icon-design & styleLV-426
2015-04-02task-alert.scss: format, use absolute positioning for close-buttonLV-426
2015-04-02style: cmd_bar: miscLV-426
2015-04-02user_login: style loging failure, welcome-box shadow, format scss codeLV-426
2015-04-02client/style: add layout-buttons and btn_layoutwip/selection-ringAlon Levy
2015-04-02client: graph_view: fix text with hover, text now under it's linkAlon Levy
plus make hover orange, and override opacity so nonselected hovered links are visible.
2015-04-02client: hover on nodes and links almost there, missing textAlon Levy
2015-04-02style.scss: remove renamed zoom-bar importwip__doc_supportAlon Levy
2015-04-01[style] top-bar docificationLV-426
2015-04-01Slightly more stylised zoom buttonsgarbash
2015-04-01Replaced login separator lines from absolute to relativegarbash
2015-03-24client: css: make notselected unclickable and hide any unselected link labelsAlon Levy
2015-03-22client: info/edge-info: prevent horizontal scroll barAlon Levy
2015-03-22client: move zoom buttons into zoom-bar on bottom rightAlon Levy
2015-03-16client: add plus and minus buttons css and imagesAlon Levy
2015-03-10client: show red circle around focused element (focus != selection)Alon 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/css/graph-view/node info: set textarea styleAlon Levy
2015-03-07client: node-info style fixes. Fixes #360Alon Levy
2015-03-03client: toolbar: add delete buttonAlon Levy
2015-03-03client: fix input-container graph-input when got-it message is visible. ↵Alon Levy
Fixes #344
2015-03-03client: text_analyser_input: change color of spaces. Fixes #346Alon Levy
2015-03-03client/textanalyser_input: use classesAlon Levy