Jonathan Frederic
bc79ec0c75
invoke css after rebase
11 years ago
Jonathan Frederic
6007ef89fe
invoke css
11 years ago
Jonathan Frederic
7c7da54699
invoke css
11 years ago
Jonathan Frederic
d783812d9b
invoke css
11 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.
11 years ago
Matthias Bussonnier
b7bdfa715c
Merge pull request #7444 from minrk/toggle-header-bar
...
hide header-bar when header is hidden
11 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
11 years ago
Nicholas Bollweg
ac1c6f7ca8
#7239 : left-aligning text
11 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)
11 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;
11 years ago
Matthias Bussonnier
f51872c4c2
Merge pull request #7346 from jdfreder/terminal-page
...
Use page backdrop color in terminal page
11 years ago
Jonathan Frederic
f79b914e5c
invoke css
11 years ago
Min RK
c9c6b8d8a2
recompile css
...
it had fallen out of sync with updated bootstrap
11 years ago
Jonathan Frederic
ad546d89f9
Merge pull request #7341 from jdfreder/remove-popup
...
Remove the popup widget
11 years ago
Matthias Bussonnier
290dab0846
Merge pull request #7342 from jdfreder/wid-border-radius
...
Adjust widget border radius to match new notebook style
11 years ago
Jonathan Frederic
edf737d111
invoke css
11 years ago
Jonathan Frederic
e2bb4ca875
invoke css
11 years ago
Jonathan Frederic
992976844d
Merge pull request #7302 from Carreau/1pix
...
a few 1 pixel fixes.
11 years ago
Jonathan Frederic
8d3f5b2865
invoke css
11 years ago
Jonathan Frederic
2f982bd1e0
invoke css
11 years ago
Brian E. Granger
df578b8835
Merge pull request #7307 from Carreau/remove-white
...
remove whitespace below menubar when toolbar hidden.
11 years ago
Brian E. Granger
87ab53bcfe
Merge pull request #7311 from Carreau/reform-css-2
...
Reform css 2
11 years ago
Brian E. Granger
dd2c077939
Merge pull request #7318 from Carreau/dialog-border-radius
...
fix border radius on element.
11 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.
11 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.
11 years ago
Matthias Bussonnier
54a3f47905
remove whitespace below menubar when toolbar hidden.
...
closes #7292
11 years ago
Jonathan Frederic
09b289d932
Merge pull request #7274 from Carreau/global-command
...
make global css change on command/edit mode
11 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
11 years ago
Brian E. Granger
7b21e13705
Merge pull request #7242 from jdfreder/terminal-fixes
...
Some UI design changes for the Notebook and associates
11 years ago
Jonathan Frederic
2c43bc60ae
invoke css
11 years ago
Jonathan Frederic
849c96ae61
Merge pull request #7268 from Carreau/ungroup-button
...
ungroup button on dashboard
11 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.
11 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
Min RK
9a504dd7c3
basic LESS for editor
12 years ago
Min RK
0b46e2aff2
remove some custom css
...
mainly in navbars, where we were doing custom
things that bootstrap already did with classes.
This did require the removal of multiple class LESS inheritance for
navbar buttons, because it doesn't work properly. Seems like a LESS bug, but I'm not sure.
12 years ago
Nicholas Bollweg (Nick)
d3601f90ef
checking in css
12 years ago
Min RK
6a1cebe4c0
minor reflow of tree header
...
- remove absolutely positioned text (absolute text doesn't wrap correctly)
- associate hidden upload directly with 'click here' via span
- remove column split, rely on regular reflow
12 years ago
Min RK
d9767e8c94
separate selecting default kernel from new notebook with specified kernel
...
adds checkmark to indicate selection
12 years ago
Min RK
d312486840
Add kernel-select dropdown to new notebook button
...
most recent choice is remembered in localStorage
12 years ago
Jonathan Frederic
5e7d1cfa9f
Add dark lower border to pager handle
12 years ago
Jonathan Frederic
c0f01d65e8
Increase pager handle size.
12 years ago
Jonathan Frederic
e79a43e867
Fix scroll/resize handle missing behavior.
12 years ago
Jonathan Frederic
a7d54cd512
Fix scrolling for large outputs
12 years ago
Jonathan Frederic
353a9afd34
Kill the layout manager
12 years ago
Bussonnier Matthias
a2b35cb869
use less variable for rounded corner
...
and allow none in versions comparison
12 years ago
Thomas Kluyver
eb14a13843
Merge pull request #6991 from minrk/unhandled-types
...
Handle unrecognized output and cell types
12 years ago
Min RK
88219df674
Preserve nbformat_minor from the future
...
warn on click of unrecognized elements, rather than on load.
12 years ago
Min RK
bb23105fdd
Handle unrecognized outputs and cells from the future
12 years ago
Min RK
036c47d032
set min-width on tree-list buttons
...
avoids misaligned buttons when the content changes
12 years ago
Sylvain Corlay
54d6d18baf
Correct height for checkbox widget
12 years ago
MinRK
458dcd12e3
make markdown heading input match output size
12 years ago
Thomas Kluyver
8917e9951e
Move terminal CSS into LESS file
12 years ago
Bussonnier Matthias
1b200e5504
recompute dummy size dynamically + styling in css
12 years ago
Thomas Kluyver
c39939869f
Merge pull request #6653 from mattpap/fix_ansispan
...
Fix IPython.utils.ansispan() to ignore stray [0m
12 years ago
Mateusz Paprocki
61c17c8ef6
Update static/style/{ipython,style}.min.css
12 years ago
MinRK
ab9e2b496d
move grid-float-breakpoint to 540px
...
collapses navbar before running over to two lines
due to help/indicator collision.
12 years ago
MinRK
e36df49c5f
tweak collapsed navbar style
...
- notification and indicators appear above menu on small screen
- collapsed menu button floats left
12 years ago
MinRK
36cd457b11
move the navbar-collapse transition to xs
...
avoids stacked navbar on narrow (but not too narrow) windows
12 years ago
MinRK
492b80d05f
require less >= 1.7.5
...
fixes bug where `vbox > *` style was applied to `vbox()` classes
12 years ago
Jessica B. Hamrick
8294a5938b
Right-justify celltoolbar instead of reversing
12 years ago
Jonathan Frederic
c0108e1089
Merge pull request #6681 from SylvainCorlay/widget_hbox_align
...
Minor change in widgets.less to fix alignment issue
12 years ago
Min RK
8107e8a41b
Merge pull request #6669 from SylvainCorlay/font_awesome_update
...
Font awesome update
12 years ago
MinRK
3946dedbda
remove redundant 'responsive-utilities' from style.less
...
it's already included in bootstrap.less
12 years ago
Sylvain Corlay
e9ceb94db1
genereate css
12 years ago
Sylvain Corlay
43d08b0795
fix alignment
12 years ago