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
Jonathan Frederic
43b857619e
Add widget subarea style
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
506ffe5adf
Adding sorting and better layout to the KB shortcuts.
12 years ago
Brian E. Granger
c775800714
Removing manual focusing of notebook div.
12 years ago
Brian E. Granger
a37443710b
Binding to notebook div not document.
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
Matthias Bussonnier
4039e246fc
Merge pull request #4306 from minrk/raw-cell-metadata
...
add raw_mimetype metadata to raw 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
MinRK
549b343a88
tweak global hide/show
...
make hierarchical rather than either/or. Also, don't use the same class name for the outer and inner css classes.
12 years ago
Matthias BUSSONNIER
d92e8af627
rename app.less to style_noapp.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
8a01fa3388
inverse style.less and app.less
12 years ago
Matthias BUSSONNIER
f7eff4cdb4
recompile css
12 years ago
Matthias BUSSONNIER
88cb5073d5
split notebook style in 2 files,
...
app specific/not app specific
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