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
damianavila
1b520328d6
Fix the hidden x scrolling.
11 years ago
Min RK
83ce71aa53
Merge pull request #7551 from Carreau/xxs
...
fix left-margin on xxs screen
11 years ago
Min RK
d4eb36ea02
Merge pull request #7557 from minrk/different-resize
...
don't use flexbox to size `#site`
11 years ago
Min RK
d8ccd5e39b
Merge pull request #7473 from Carreau/no-pager-jump
...
Smooth notebook scrolling on pager closing.
11 years ago
Bussonnier Matthias
c81ae8762e
fix left-margin on xxs screen
11 years ago
Min RK
315fb1528e
remove inappropriate negative margin on menubar
...
caused 1px mismatch between header background and menubar
when toolbar is hidden.
11 years ago
Min RK
f971cad223
use translateZ(0) to avoid repaints of `#site` on scroll.
11 years ago
Min RK
f499104d75
don't use flexbox to size `#site`
...
The approach in #7517 didn't work on Safari
(as in the entire page was invisible).
This is the same mechanism used to size the CodeMirror div on the edit page, and should work more reliably.
11 years ago
Min RK
5dfece0a2a
Merge pull request #7514 from minrk/border-markdown
...
add border to rendered markdown with cell toolbar
11 years ago
Min RK
cf25b8a93c
fix printing
12 years ago
Min RK
b84ad79b2f
don't use fixed header
...
instead, use static header and flex box to accomplish the same thing.
fixes various issues related to scrolling, anchors, etc.
12 years ago
Brian E. Granger
918d13200a
Merge pull request #7271 from jdfreder/remove-term-page
...
Try moving terminal page contents into the running tab.
12 years ago
Jonathan Frederic
5ef0c1dfd3
invoke css
12 years ago
Jonathan Frederic
78f28a635b
Review comments
12 years ago
Min RK
784f07346d
add border to rendered markdown with cell toolbar
...
matches unrendered markdown and code cells
12 years ago
Thomas Kluyver
411bf7a39d
Merge pull request #7445 from bollwyvl/left-rendered-text
...
left-aligning text
12 years ago
Jonathan Frederic
64f529d399
invoke css
12 years ago
Jonathan Frederic
96656a87e0
invoke css
12 years ago
Jonathan Frederic
db8cad5bff
invoke css
12 years ago
Jonathan Frederic
cf0234d5f9
invoke css
12 years ago
Jonathan Frederic
74fbcdfec2
invoke css
12 years ago
Jonathan Frederic
bc79ec0c75
invoke css after rebase
12 years ago
Jonathan Frederic
6007ef89fe
invoke css
12 years ago
Jonathan Frederic
7c7da54699
invoke css
12 years ago
Jonathan Frederic
d783812d9b
invoke css
12 years ago
Matthias Bussonnier
411a08bf09
rework css media-query
...
fixes #7355
Also limit the number of query "jump", and use variables.
In particular there was a container width discontinuity at 768 pixel
where below 768 container width is 100% and "only" 720px on wider
screen, making a jump.
So now Css media query have 3 breakpoints:
- <540 px with (aka -no name-)
- colapsed menubar
- vbox for prompt
- 100% width container
- 540 -> 767 (aka -xs- )
- expand menubar
- hbox fro prompt
- 767 -> 991 (aka -sm-)
- show save widget
- fix width (768px)
- 991+ (aka -md-)
- extra save widget info (date time)
- fix with of 991 px.
- 1200+ (aka -lg-)
- widht of 1200px.
of course we've set soem variable wrongly so this is still kinda-a-hack
as we shoudl have pushed the xs-sm limit lower instead of pushing the
nothing-xs limit up but I don't want to "fix it" now.
12 years ago
Matthias Bussonnier
b7bdfa715c
Merge pull request #7444 from minrk/toggle-header-bar
...
hide header-bar when header is hidden
12 years ago
Matthias Bussonnier
3e60745ca1
Smooth notebook scrolling on pager closing.
...
avoid brutal jump of notebook on closing pager, when notebook is scroll
to max
12 years ago
Nicholas Bollweg
ac1c6f7ca8
#7239 : left-aligning text
12 years ago
Min RK
e2de7a928a
hide header-bar when header is hidden
...
also reduce the amount of CSS used to accomplish the 1px line (no negative margins)
12 years ago
Matthias Bussonnier
c106e76a66
fix end_space size
...
closes #7409
Mostly a symptome of too many nested div that do different things.
don't try to both have an end space inside and outside the 'document'
area. And don't try to also get the things to be 100viewport height by
hacking around and make them smaller;
12 years ago
Matthias Bussonnier
f51872c4c2
Merge pull request #7346 from jdfreder/terminal-page
...
Use page backdrop color in terminal page
12 years ago
Jonathan Frederic
f79b914e5c
invoke css
12 years ago
Min RK
c9c6b8d8a2
recompile css
...
it had fallen out of sync with updated bootstrap
12 years ago
Jonathan Frederic
ad546d89f9
Merge pull request #7341 from jdfreder/remove-popup
...
Remove the popup widget
12 years ago
Matthias Bussonnier
290dab0846
Merge pull request #7342 from jdfreder/wid-border-radius
...
Adjust widget border radius to match new notebook style
12 years ago
Jonathan Frederic
edf737d111
invoke css
12 years ago
Jonathan Frederic
e2bb4ca875
invoke css
12 years ago
Jonathan Frederic
992976844d
Merge pull request #7302 from Carreau/1pix
...
a few 1 pixel fixes.
12 years ago
Jonathan Frederic
8d3f5b2865
invoke css
12 years ago
Jonathan Frederic
2f982bd1e0
invoke css
12 years ago
Brian E. Granger
df578b8835
Merge pull request #7307 from Carreau/remove-white
...
remove whitespace below menubar when toolbar hidden.
12 years ago
Brian E. Granger
87ab53bcfe
Merge pull request #7311 from Carreau/reform-css-2
...
Reform css 2
12 years ago
Brian E. Granger
dd2c077939
Merge pull request #7318 from Carreau/dialog-border-radius
...
fix border radius on element.
12 years ago
Matthias Bussonnier
0165e97c7c
unify submenu style with menu style
...
closes #7303 .
Also change the arrow that indicate submenu for a fontawesoem icon,
instead of the ugly hack that show only the left border of a rectangle element
which with is twice the one of its border to get a triangle.
12 years ago
Matthias Bussonnier
39444a7190
fix border radius on element.
...
set a value to border-radius large, and actually make border radius
small smaller than border radius large.
Make dialog border radius coherent with the rest of the UI.
12 years ago
Matthias Bussonnier
54a3f47905
remove whitespace below menubar when toolbar hidden.
...
closes #7292
12 years ago
Jonathan Frederic
09b289d932
Merge pull request #7274 from Carreau/global-command
...
make global css change on command/edit mode
12 years ago
Matthias Bussonnier
27f3c224c2
a few 1 pixel fixes.
...
this uses the same html/css structure acroos the tabs, and reduce the overlay
click zone that expended the size of the header to 25px instead of 24px
12 years ago
Brian E. Granger
7b21e13705
Merge pull request #7242 from jdfreder/terminal-fixes
...
Some UI design changes for the Notebook and associates
12 years ago
Jonathan Frederic
2c43bc60ae
invoke css
12 years ago
Jonathan Frederic
849c96ae61
Merge pull request #7268 from Carreau/ungroup-button
...
ungroup button on dashboard
12 years ago
Matthias Bussonnier
6b57f44bf6
ungroup button on dashboard
...
fix a few instanced of button toolbar that were not with the right class or not in btn groups.
12 years ago
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
12 years ago
Jonathan Frederic
7926c36b0d
Remove right margin from the terminal
12 years ago
Jonathan Frederic
8d2e57e3ef
invoke css
12 years ago
Jonathan Frederic
fd5659427d
invoke css
12 years ago
Jonathan Frederic
359bc2e1bc
invoke css
12 years ago
Jonathan Frederic
7daba81475
invoke css
12 years ago
Jonathan Frederic
b81a9f6bc6
invoke css
12 years ago
Jonathan Frederic
461b2e74b6
invoke css
12 years ago
Jonathan Frederic
4e7832cf64
invoke css
12 years ago
Bussonnier Matthias
2b0147c21a
no shadow on print media
...
Also hide celltoolbars
12 years ago
Matthias Bussonnier
6e9ef7abeb
Style notebook as a document
12 years ago
Jonathan Frederic
4d62ad0df6
invoke css
12 years ago
Jonathan Frederic
3969f0ec84
Move terminal less into better location
12 years ago
Min RK
9f9714e11f
remove kernel logo text placeholder
12 years ago
Min RK
da88bff678
add text placeholder for kernels with no logo
...
capital first initial on gray field
12 years ago
Min RK
d5f6aaa1f6
remove kernel selector from header
...
- add kernel name to indicator
- float kernel logo where indicator used to be
12 years ago
Jonathan Frederic
e7370be7cc
invoke css
12 years ago
Jonathan Frederic
79fd5c3fed
Address comments
12 years ago
Jonathan Frederic
d9346c002d
invoke css
12 years ago
Brian E. Granger
bd57d219fc
Merge pull request #7199 from takluyver/python-logo
...
Use Python logo for IPython kernel
12 years ago
Thomas Kluyver
27ad247f9d
Enlarge Jupyter logo to 28px height
12 years ago
Thomas Kluyver
7454b25dc0
Probably don't need text styles on an img tag
12 years ago
Jonathan Frederic
45eadcd06c
invoke css
12 years ago
Jonathan Frederic
c5de028039
invoke css
12 years ago
Jonathan Frederic
c897b66031
invoke css
12 years ago
Jonathan Frederic
d5a4739636
invoke css
12 years ago
Jonathan Frederic
b1b88a7855
Merge pull request #7147 from jdfreder/print
...
Meta-p for print
12 years ago
Jonathan Frederic
4842d48ace
invoke css
12 years ago
Jonathan Frederic
d58d3a65a3
invoke css
12 years ago
Min RK
e890122c3e
Merge pull request #6537 from takluyver/kernelspec-logos
...
Initial support for supplying kernel logos in kernel spec
12 years ago
Min RK
7d465c7e96
Merge pull request #7139 from jdfreder/widget-space-fix
...
Fix padding of widgets.
12 years ago
Jonathan Frederic
bf18e09521
invoke css
12 years ago
Thomas Kluyver
7cc07251e4
Use double resolution logo to support hires displays
12 years ago
Jonathan Frederic
cb12229480
Fix padding of widgets.
12 years ago
Min RK
0b8920193f
add Mode menu to editor
12 years ago
Min RK
c58070a702
make savewidget css a little more generic
...
- use classes instead of IDs
- use .filename instead of #notebook_name
12 years ago