summaryrefslogtreecommitdiff
path: root/res/client/css/partials
AgeCommit message (Collapse)Author
2015-07-06client/css/dropdown menu: prevent line breaks, add padding on rightgarbash
2015-07-06input help textgarbash
2015-06-04Align activity stream with input and search bargarbash
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-22[top-bar redesign] misc, css updateLV-426
2015-05-22[top-bar redesign] buttons.scssLV-426
2015-05-22[top-bar redesign] toolbar__cmd.scssLV-426
2015-05-22[top-bar redesign] toolbar__menu.scssLV-426
2015-05-22[top-bar redesign] index.htmlLV-426
2015-05-22introducing devtools:LV-426
- support multifile import - two-step import flow - list import files - style
2015-05-20Revert "Fix feedback button veering off the side"garbash
This reverts commit 6ad99aab0dce67761640c9829ba2b7b29252f73d.
2015-05-20Fix feedback button veering off the sidegarbash
2015-05-19Fixes issue #542garbash
2015-05-18style: improving toolbar_x button look with box-shadowLV-426
2015-05-18style: toolbar_x: soften btn edges with border-radiusLV-426
2015-05-18style: status-barLV-426
2015-05-18style: toolbar_x: close_btnLV-426
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