Pranav Kant
8fa0bb54bd
loleaflet: fix readonly UI for spreadsheets
...
There is still one known problem - for some reason, when a spreasheet is
opened in readonly mode, the ViewRowColumnHeader request sent to server
has height=0 leading to server sending no rows information back to client.
Though the problem gets resolved when one scrolls the spreadsheet
window, but something to fix.
Change-Id: I2aefafd1a93c1bc5a9ad8581edb83018ec9a3f07
2017-02-17 22:16:58 +05:30
Pranav Kant
54e2b237b6
Position row/col headers absolutely inside header frame
...
... so that its easy to move all of it when we switch from mobile
mode and vice versa.
Change-Id: If2db351aafc4a8fefa05bc88f73c0046a3f887b8
2017-01-12 19:41:04 +05:30
Pranav Kant
aa7ef0337c
Fix specificity and hide slide sorter for smaller screen width
...
Using !important always is not a good idea. You can't override an
!important with another !important and we have started to face
such situations now where we want to adjust element's alignment
based on media-screen width. Instead lets fix the specificity to
make this work.
.parts-preview-document or .spreadsheet-document would be
0-0-1-0. Use #document-container.parts-preview-document to
increase its specificity to 0-1-1-0 so that we can do without the
!important flag and use !important flag for media-screen blocks.
Change-Id: I1d15df492cdc7cd1cd09c3b43c8ea84295a07205
2017-01-11 17:05:38 +05:30
Pranav Kant
4e945eefdf
loleaflet: Do not grey out for disabled context menus
...
Change-Id: Id3bf5db6054e5df9511c491452ef164faa3289f9
2016-11-20 14:51:49 +05:30
Pranav Kant
7312aaced7
loleaflet: More sane names
...
Change-Id: Idc47e84cd1242e61c98b9caa5eed28dd3d1912e4
2016-11-20 14:50:23 +05:30
Pranav Kant
61af82792f
loleaflet: Rename to spreadsheet-tabs-container
...
Change-Id: I08d57e55e4963beefb2aa3d26b05da75a5fd0ba6
2016-11-20 14:41:32 +05:30
Henry Castro
3c9eed3bb0
loleaflet: row/column highlighting to reflect the existing selection
2016-10-29 16:05:31 -04:00
Henry Castro
1d40b1eb79
loleaflet: fix mouse over text that it changes re-size cursor
2016-10-14 14:46:46 -04:00
Henry Castro
25dce7a30f
loleaflet: column/row re-size cleanup
2016-10-12 17:30:52 -04:00
Henry Castro
1de001e283
loleaflet: fix small column/row resize
2016-08-12 13:51:25 -04:00
Henry Castro
3336af0804
loleaflet: add Column/Row cursor resize
2016-08-04 16:52:00 -04:00
Pranav Kant
ffd230e1f9
loleaflet: Use same font-family wherever possible
...
"Segoe UI", Tahoma, Arial, Helvetica, sans-serif; 12px
Change-Id: I8927c31ca4641eaa3181e4f76bac2e112893fcd8
2016-05-23 13:41:38 +05:30
Pranav Kant
c641a2da8c
loleaflet: Shift everything 25px down for filemenu toolbar
...
Change-Id: Ibf03dd066ea5c97a054dbda575daa3cb5d5f708c
2016-05-23 13:27:44 +05:30
Jan Holesovsky
6f868ed74d
loleaflet: Pack the toolbars a bit to take less space.
2016-05-19 10:13:46 +02:00
Jan Holesovsky
58e7bfd971
loleaflet: Adjust various css values to the large icons.
2016-05-19 00:50:17 +02:00
Pranav Kant
2d69745d2c
loleaflet: Use tabs consistently
...
Change-Id: I1d24ba1c8956a919eb02347dfc379927f536173e
2016-05-06 13:06:26 +05:30
Pranav Kant
3d02fb7497
loleaflet: Enable/disable spreadsheet tabs for edit/view mode
...
Change-Id: I084f676e77fc161c109a5271dd1cad60a3e5474f
2016-05-05 14:30:00 +05:30
Jan Holesovsky
2c5c0d056b
loleaflet: Many visual improvements in the spreadsheet.
...
Sheet buttons better aligned, no overlaps in sheet scrolling buttons, more
consistent colors, no remnants of scrollbars, etc.
2016-04-25 19:05:01 +02:00
Jan Holesovsky
aa158331fc
Move css stuff from loleaflet.htms to the appropriate .css files.
2016-04-19 10:23:06 +02:00
Pranav Kant
b881e986d8
loleaflet: Column and row headers are selectable now
...
... with multi-select shift and ctrl key behavior like desktop
calc version.
Change-Id: I574037f984ee1844773b0fb8c90c5bb1c079188b
2016-03-18 12:09:15 +01:00
Faruk Uzun
02f6f0d6fa
loleaflet: bccu#1456 fix spreadsheet tabs
...
Adds a custom navigation for spreadsheet-tabs
Change-Id: I57d9ef1ff9466c18c9edca849519bbe2af5826ab
Reviewed-on: https://gerrit.libreoffice.org/22610
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2016-02-23 15:56:44 +00:00
Jan Holesovsky
09e69b17a9
loleaflet: Move the spreadsheet headers / footers css to spreadsheet.css
2016-01-20 12:51:41 +01:00