summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
AgeCommit message (Collapse)Author
2015-05-05Hover, Selected and Related classes have consistent color-codegarbash
2015-05-05css: selected link/node: yellow outline always, larger for first selected nodeAlon Levy
2015-04-21Add middle-score to multi-word node typesgarbash
Also: See issues #508 + #509
2015-04-12Modify domain types leap.rhizi.netgarbash
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-10info-container: partial, painful html, css cleanupLV-426
2015-04-09style: editbox textarea: font-family & sizetLV-426
2015-04-09Updates scss for leap.rhizi.net node typesgarbash
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-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-05work down the drain... removing commented-out code from user-signup.scssLV-426
2015-04-05user-signup: format, orderLV-426
2015-04-02user_login: style loging failure, welcome-box shadow, format scss codeLV-426
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-01creation bubble SVG blur effectLV-426
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-10client: show red circle around focused element (focus != selection)Alon Levy
2015-03-07client/css/graph-view/node info: set textarea styleAlon Levy
2015-03-07client: node-info style fixes. Fixes #360Alon Levy
2015-03-01Fixed outline in edit box with chrome buggarbash
2015-03-01client/svg-input: rewrite using width:auto, no more measure hack (Fix #338)Alon Levy
Source for inspiration / copying: http://jsfiddle.net/brx3xm59/ http://stackoverflow.com/questions/9308938/inline-text-editing-in-svg comment 2 by John Ktejik
2015-02-27client: highlight user selected nodes (aka root selection); Fixes #341Alon Levy
2015-02-24input-bar.scss: fix positioningLV-426
2015-02-24graph-view.scss:LV-426
- rm unnecessary width - use variables - expand to fill height
2015-02-23pw-reset.scss: view specific stylingLV-426
2015-02-23common-form.scss: common form styling, deprecating view-specific filesLV-426
2015-02-23style.scss: use 'by-view' file layoutLV-426