Min RK
0e6aa1b2fb
scroll overflow-x on rendered markdown
...
treat markdown the same as output
11 years ago
Min RK
dd41d9fd5c
calc max-width for Firefox
...
account for prompt width
11 years ago
Min RK
597208a50a
set max-width on output_subarea
...
for Firefox
11 years ago
Min RK
4efc68542d
another stab at confining images to page width
...
- double-click toggles 'raw' size for large image output
- uses max-width on both markdown and output images
- `height: auto` fixes aspect ratio problems caused by using max-width alone
- img.unconfined disables max-width confinement
11 years ago
Min RK
52bd09952a
Merge pull request #7718 from jdfreder/widecontents
...
Disable output contents from overflowing page width.
11 years ago
Sylvain Corlay
c1a3e7f389
Valid widget
11 years ago
Min RK
63f120db45
set z-index on output_wrapper
...
avoids scrolled output overlaying input in some strange circumstances
11 years ago
Jonathan Frederic
e50344f4e6
invoke css
11 years ago
Jonathan Frederic
100b4470f3
invoke css
11 years ago
Jonathan Frederic
b822a9f191
invoke css
11 years ago
Thomas Kluyver
6272522a5a
Revert "Prevent image outputs from being wider than their container."
11 years ago
Min RK
60bff3735b
rebuild css
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
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
c639380a1f
invoke css
11 years ago
Jonathan Frederic
7ae5f5c13b
invoke css
11 years ago
Peter Parente
91740ace4a
Fix initial scroll overflow with padding (from @joelkim)
11 years ago
damianavila
1b520328d6
Fix the hidden x scrolling.
11 years ago
Bussonnier Matthias
c81ae8762e
fix left-margin on xxs screen
11 years ago
Thomas Kluyver
411bf7a39d
Merge pull request #7445 from bollwyvl/left-rendered-text
...
left-aligning text
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
Nicholas Bollweg
ac1c6f7ca8
#7239 : left-aligning text
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
Jonathan Frederic
8d3f5b2865
invoke css
11 years ago
Jonathan Frederic
2f982bd1e0
invoke css
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
Bussonnier Matthias
15ab64e884
make global css change on command/edit mode
11 years ago
Jonathan Frederic
fd5659427d
invoke css
11 years ago
Jonathan Frederic
7daba81475
invoke css
11 years ago
Jonathan Frederic
4e7832cf64
invoke css
11 years ago
Jonathan Frederic
e7370be7cc
invoke css
11 years ago
Jonathan Frederic
d9346c002d
invoke css
11 years ago
Jonathan Frederic
b1b88a7855
Merge pull request #7147 from jdfreder/print
...
Meta-p for print
11 years ago
Jonathan Frederic
d58d3a65a3
invoke css
11 years ago
Jonathan Frederic
bf18e09521
invoke css
11 years ago
Jonathan Frederic
cb12229480
Fix padding of widgets.
11 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.
11 years ago
Nicholas Bollweg (Nick)
d3601f90ef
checking in css
11 years ago
Bussonnier Matthias
a2b35cb869
use less variable for rounded corner
...
and allow none in versions comparison
11 years ago
Min RK
88219df674
Preserve nbformat_minor from the future
...
warn on click of unrecognized elements, rather than on load.
11 years ago
Min RK
bb23105fdd
Handle unrecognized outputs and cells from the future
11 years ago
Sylvain Corlay
54d6d18baf
Correct height for checkbox widget
11 years ago
MinRK
458dcd12e3
make markdown heading input match output size
11 years ago
Thomas Kluyver
c39939869f
Merge pull request #6653 from mattpap/fix_ansispan
...
Fix IPython.utils.ansispan() to ignore stray [0m
11 years ago
Mateusz Paprocki
61c17c8ef6
Update static/style/{ipython,style}.min.css
11 years ago
MinRK
492b80d05f
require less >= 1.7.5
...
fixes bug where `vbox > *` style was applied to `vbox()` classes
11 years ago
Sylvain Corlay
43d08b0795
fix alignment
11 years ago
Min RK
780ceee03a
Merge pull request #6415 from Carreau/move-md-show-logic
...
Move md-cell display logic to css
11 years ago
Jonathan Frederic
f81d88aebf
fab css
12 years ago