summaryrefslogtreecommitdiff
path: root/res/client/css/partials
AgeCommit message (Collapse)Author
2015-05-12index.html: generalizing site-logo htmlLV-426
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-14client/info-container: make sure properties dialog is always visible - does ↵Alon Levy
show up longer on taller screens
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: align zoom buttons with upper tool-barLV-426
2015-04-06misc: fix layout button lookLV-426
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-05style: restore info-container box-shadowLV-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-02client/style: add layout-buttons and btn_layoutwip/selection-ringAlon Levy
2015-04-01style: cmd-bar, cmd-bar_rzdoc_new, cmd-bar__rzdoc_openLV-426
2015-04-01style: rzdoc-barLV-426
2015-04-01[style] top-bar docificationLV-426
2015-04-01[style] btn_rzdoc__open, btn_rzdoc__newLV-426
2015-04-01[style] toolbar__cmd.scssLV-426
2015-04-01Slightly more stylised zoom buttonsgarbash
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: 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-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
2015-03-02Fixed input-bar missing placeholder+line-heightgarbash
2015-03-02css: updates for upcoming change of input-bar from input to ↵Alon Levy
div[contentEditable=true] element
2015-03-02keyboard.scss: fix color name to not contain hashAlon Levy
2015-03-01input-bubble:LV-426
- rm silly <table> - add 'type_selection__' prefix - style keyboard shortcut - rm unused position directives
2015-03-01keyboard.scss: keyboard shortcut stylingLV-426
2015-02-25tool-bar: include merge/link buttons, use link-icon, merge icon still missingLV-426
2015-02-25style: task-alert: prevent line breakLV-426
2015-02-25style: dropdown-menu-heading: add padding regardless of hoverLV-426
2015-02-25style: #menu__type-filter: use solid backgroundLV-426
2015-02-25dropdown-menu.scss: indent using spacesLV-426
2015-02-25input-container__search: use baseline math for top marginLV-426
2015-02-25info-card: rm <hr>, use css for boarders, relax paddingLV-426
2015-02-25info-card.scss: indentLV-426