Jonathan Frederic
6286f8b1ea
Fab CSS
12 years ago
Jonathan Frederic
fff6263840
Fab CSS
12 years ago
Jonathan Frederic
e36353c152
Fab CSS
12 years ago
Jonathan Frederic
ad25488041
Fab CSS
12 years ago
Jonathan Frederic
7993b1d4a1
Fab CSS
12 years ago
Jonathan Frederic
f13a36f491
Fab CSS
12 years ago
Jonathan Frederic
f9dd4ffd6f
Fab CSS
12 years ago
Jonathan Frederic
8b33fa849d
Fab CSS
12 years ago
Jonathan Frederic
67e15f79db
Fab CSS
12 years ago
Jonathan Frederic
4d7c20015b
Fab CSS
12 years ago
Jonathan Frederic
473e22dab4
FAB CSS
12 years ago
Jonathan Frederic
3390f64dc2
Added flex properties to container.
...
Also replaced underscores in flex align properties with dashes.
12 years ago
Jonathan Frederic
2ba2d42e84
Added flexible box model align properties.
12 years ago
Jonathan Frederic
49662a61ba
Fix slider orientation change, value-handle-offset bug
12 years ago
Jonathan Frederic
9ce2a9eeca
Added ProgressView
12 years ago
Jonathan Frederic
c77bbdf01f
Fixed vertical widget labels
12 years ago
Jonathan Frederic
a1a86bb8c4
Added slider vertical mode, and
...
fixed hbox element sizing.
12 years ago
Jonathan Frederic
72fd070739
MAJOR CSS FIXES
...
Fixed jquery slider horizontal style
Fixed label alignment
12 years ago
Jonathan Frederic
e619bdf313
Flex box system improvements
...
Now to set a container to vbox or hbox you call .vbox() or .hbox()
12 years ago
Jonathan Frederic
2ad57f6f9d
Attempt 1, HBox and VBox implementation.
12 years ago
Brian E. Granger
d8db72564a
Merge pull request #3605 from ellisonbg/newux
...
Modal UI - a whole new world of fun....its like vim, but not!
12 years ago
Brian E. Granger
2a530ff30d
More work on the dual mode UX.
12 years ago
MinRK
21632ac564
add error css
12 years ago
Matthias Bussonnier
ed17c53825
Merge pull request #4646 from ellisonbg/output-js
...
Fixing various output related things:
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
Matthias Bussonnier
5a1a969b07
Merge pull request #4654 from ellisonbg/textcell-padding
...
Fixing left padding of text cells to match that of code cells.
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
073a982277
Fixing left padding of text cells to match that of code cells.
12 years ago
Matthias Bussonnier
fd74cc7eee
Merge pull request #4576 from ellisonbg/cell-spacing
...
Tighten up the vertical spacing on cells and make the padding of cells more consistent
12 years ago
Brian E. Granger
3ec22d90fe
Removing style to delimit output as per dev meeting.
12 years ago
Brian E. Granger
79a12cf907
Adding prompt area to non-CodeCells to indent content.
...
This is a reponse to the problem of having really long lines in
Markdown cells, which makes the content difficult to read. Users
want wide code cells, so we don't want to narrow everything. The
solution here is to give a prompt area to the heading/md cells
to narrow their content area slightly. The only problem is that
this makes it more difficult to distinguish between output
and md content that follows that output. The solve this, we are
adding a narrow line between output and following md.
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
c125e1c7a8
min-width instead of width for prompt
...
mainly helpfull for nbviewer responsive css to have the prompt
above the code cells, and have the correct width.
12 years ago
Matthias BUSSONNIER
f7eff4cdb4
recompile css
12 years ago
Brian E. Granger
7ccb1bbc8a
Merge pull request #4154 from ellisonbg/mathstyle
...
Center LaTeX and figures in markdown
12 years ago
Brian E. Granger
3edfec77c3
Fixing line-height of list items in tree view.
13 years ago
Brian E. Granger
ba38fad3b8
Refactoring the center/left justify.
13 years ago
Brian E. Granger
4b8ccb37e1
Adding 1em spacing above and below tables in rendered html.
13 years ago
Brian E. Granger
8d9f2e367a
Centering for tables/images/math in Markdown.
13 years ago
Brian E. Granger
417e99e4ae
Compiling CSS for this branch.
13 years ago
MinRK
ddfeab7728
Merge pull request #4193 from juhasch/overflow-x
...
Firefox seems to require an additional "url-prefix()" for #3549 to work.
13 years ago
MinRK
a1fc91d9ff
fab css
13 years ago
Min RK
287f432d20
Merge pull request #4159 from minrk/minor-style
...
don't split `.cell` and `div.cell` CSS
I know we have bigger CSS scoping issues to deal with, but this is an easy fix for an obvious problem.
13 years ago
MinRK
3211227ecf
fab css
13 years ago
Matthias BUSSONNIER
a363216d89
do not include specific css in embedable one
13 years ago
Matthias BUSSONNIER
1f4a7eae4e
remove red background, cleanup less file
13 years ago
Bussonnier Matthias
0226efa02d
make tab visible in codemirror and light red background
...
Shoudl fix #3935
13 years ago
Bussonnier Matthias
9c02a3054b
recompile css
13 years ago
Paul Ivanov
481a6a3070
two column quickhelp dialog, closes #3895
...
now that quickhelp is a modal dialog, it makes sense to have it be wider
and have the shortcuts take up two columns, instead of one. This change
makes that possible. See the results here:

13 years ago
MinRK
68c314cb39
add IPython-only CSS
...
adds static/style/ipython.less and ipython.min.css
Which should contain minimal styling that conflicts with other CSS.
As we improve our CSS scoping and naming,
this file should eventually be enough to play nice with embedding IPython in other HTML contexts.
13 years ago