MinRK
f5ad1cc398
move prompts from margin to main column on small screens
...
This is mainly for nbviewer, but the relevant CSS lives in IPython.
12 years ago
Brian E. Granger
9f1b26d860
Merge pull request #5331 from minrk/raw-input-css
...
fix raw_input CSS
12 years ago
MinRK
8e5937e993
remove some redundant font-family: monospace
...
`pre`, `code` tags already set the font-family in these contexts.
Setting it again in the surrounding context is redundant,
and causes inconsistency when embedding notebooks in HTML
(e.g. nbviewer).
12 years ago
MinRK
89faa5f340
simplify raw_input css
...
for once, vertical-align: baseline is the right choice
12 years ago
MinRK
084aba793f
fix raw_input CSS
...
I had to express padding in px, not em for consistent appearance.
I'm not sure why.
12 years ago
Jonathan Frederic
b7326707da
output_scroll can't be a vbox.
12 years ago
Brian E. Granger
32bd409fc1
Fixing various output related things:
...
This was inspired by PR #4105 .
* JavaScript output no longer requires calling container.show()
* Added output_javascript CSS class that has zero height when
empty.
* JavaScript error messages are properly indented with the prompt
area.
12 years ago
Brian E. Granger
2734f4cc5b
Cleaning up indentation and spacing of less files touched.
12 years ago
Brian E. Granger
5b75f1a27d
Adjusting padding of output subareas and adding @code_padding.
12 years ago
Brian E. Granger
010becd987
Making the cell margin 0 all around.
...
Also moves some css/less code to the outputarea.less.
12 years ago
Matthias BUSSONNIER
d2a41e902f
remove more hard coded layout
12 years ago
Brian E. Granger
882c791a8a
Fixing comments on equation justification.
12 years ago
Brian E. Granger
ba38fad3b8
Refactoring the center/left justify.
13 years ago
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
13 years ago