Min RK
63f120db45
set z-index on output_wrapper
...
avoids scrolled output overlaying input in some strange circumstances
11 years ago
Matthias Bussonnier
14ab9854c6
fix css checkbox vertical align, closes #8065
11 years ago
Min RK
676da764fe
scroll quickhelp dialog if large
...
using `calc(100vh-padding)` for max-height
11 years ago
Matthias Bussonnier
596dd46e93
Merge pull request #7932 from jdfreder/dashcss
...
Fix alignment of dashboard things.
11 years ago
Jonathan Frederic
c5f20e9481
Merge pull request #7681 from mathieu1/tree-selector-ui
...
Streamline tree-selector menu
11 years ago
Jonathan Frederic
e50344f4e6
invoke css
11 years ago
Jonathan Frederic
b8ffcf351c
invoke css
11 years ago
Jonathan Frederic
100b4470f3
invoke css
11 years ago
Jonathan Frederic
b822a9f191
invoke css
11 years ago
Min RK
d256f841f0
Merge pull request #7791 from parente/empty-running-table-fix-7789
...
Fix empty running table background
11 years ago
Thomas Kluyver
6272522a5a
Revert "Prevent image outputs from being wider than their container."
11 years ago
Peter Parente
f29646bc39
Fix empty running table background
...
* Add list_placeholder style
* Change id so list_header class doesn't get added by JS
11 years ago
Min RK
60bff3735b
rebuild css
11 years ago
Min RK
f4513bc7ce
adjust appearance of cell toolbar select
...
undo some of the bootstrap mixin sizing,
which should help the appearance on Firefox on Linux.
11 years ago
Jonathan Frederic
412ac27120
Merge pull request #7721 from jdfreder/widecontents2
...
Prevent image outputs from being wider than their container.
11 years ago
Mathieu
4ffe57f48a
keep only basic changes
...
Kept changes:
- fewer, shorter menu items (too cryptic?), with icons.
- main checkbox does not open menu, but selects all/none.
- total selection count next to main checkbox (unsure if this is to be
kept. It does address #7628 ).
Removed changes:
- sticky menu.
- checkboxes and counters in menu.
11 years ago
Min RK
7bbdabdfd5
scrolling workaround for Firefox
...
setting overflow-x: hidden on Firefox prevents
long input from growing the cell ever wider on Firefox.
CSS is only applied on Firefox
11 years ago
Jonathan Frederic
28f54afd57
invoke css
11 years ago
Jonathan Frederic
c639380a1f
invoke css
11 years ago
Jonathan Frederic
dcaa52daee
invoke css
11 years ago
Mathieu
d6583c8097
invoke css
11 years ago
Mathieu
f012d1553c
invoke css
11 years ago
Min RK
a1abe28c2c
fill #site height with notebook containers
...
avoids cutoff of overlay elements
11 years ago
Brian E. Granger
7a2e994a7e
Merge pull request #7667 from jdfreder/treeselector
...
Dashboard selector dropdown.
11 years ago
Jonathan Frederic
6019c62f7f
Attempt to fix alignment problems
11 years ago
Jonathan Frederic
2167ec43fa
invoke css
11 years ago
Jonathan Frederic
fae9040524
invoek css
11 years ago
Min RK
526ae4ff16
Merge pull request #7630 from minrk/untranslateZ
...
remove translateZ hack
11 years ago
Thomas Kluyver
180842480d
Merge PR #7616 at f6260bd: notebook running indicator in dashboard
...
Closes gh-7616
11 years ago
Mathieu
5de2bdfbbb
invoke css
11 years ago
Min RK
7ce360aa6b
Merge pull request #7580 from Carreau/dirty-indicator
...
indicate unsaved changes in text editor
11 years ago
Min RK
fd8db4f282
remove translateZ hack
...
while it does improve repaint performance on *some* setups (OS X+Chrome+Low-DPI),
it seems to have no effect on most (OS X+FF, OS X+Chrome+High-DPI, Linux+Chrome),
and the opposite effect on others (Linux+FF).
11 years ago
Mathieu
eca11122f9
invoke css
11 years ago
Jonathan Frederic
efaffe1c02
invoke css
11 years ago
Mathieu
a9201807a9
add running indication for notebook icon in dashboard
11 years ago
Thomas Kluyver
b0e4ef6b5c
Merge pull request #7505 from jdfreder/actions
...
Dashboard checkbox style interface
11 years ago
Thomas Kluyver
9790e43997
Merge pull request #7605 from minrk/f-the-pager
...
fix the pager and tooltip locations
11 years ago
Thomas Kluyver
d7f1166005
Merge pull request #7454 from minrk/project_name
...
add language name to kernelspec
11 years ago
Bussonnier Matthias
4513aae2b9
[editor] mark unsaved changes
...
Put indicator before time, change title.
And cleanup implementation.
11 years ago
Min RK
e18a502484
"fix" the pager
...
- pull the pager element out of `#site`
- fix top to `auto` instead of `inherit`
11 years ago
Min RK
87758e0c77
set height: auto on #site for print
...
avoids truncating printed output
11 years ago
Min RK
395ad097a9
add some horizontal margin on select dropdown
...
to avoid overlapping adjacent text when active
11 years ago
Min RK
54bce1c423
remove duplicated border in indicator area
11 years ago
Min RK
7f3f3d4316
apply `position: relative` to header
...
otherwise, z-index has no effect,
causing header shadow to fall behind content.
11 years ago
Thomas Kluyver
708088d74a
Merge pull request #7586 from Carreau/notif-editor
...
re-hook notification area for editor.
11 years ago
Peter Parente
91740ace4a
Fix initial scroll overflow with padding (from @joelkim)
11 years ago
Min RK
b5ba6caf72
fix CodeMirror div measurement on edit page
...
was measuring the wrong elements,
causing the CM div to not fit on the page,
resulting in multiple scrollbars.
11 years ago
Min RK
339238587f
rebuild css with font-awesome-4.3
11 years ago
Jonathan Frederic
ffac8cc1bb
invoke css
11 years ago
Bussonnier Matthias
0118cfbd48
re-hook notification area for editor.
...
- re-order element to be the same as in notebook,
- rename events correctly.
- Add event on savign to show that save is in progress, that get
dismissed on file save
Closes #7569
11 years ago