Brian E. Granger
e6c0e462ac
Taking it down to 3px.
2014-02-04 15:53:27 -08:00
Brian E. Granger
58a3daba5c
Tighten up vertical spacing of notebook list.
2014-02-04 15:53:27 -08:00
Brian E. Granger
775ebc72e0
Update styling of dashboard.
2014-02-04 15:53:27 -08:00
Matthias BUSSONNIER
bb27cd0de5
more subtle kernel indicator
...
add casper.wait_for_busy
like wait_for_idle, but busy
restore kernel notification widget
it's still used for interrupt / restart
use wait_for_busy in check_interrupt test
2014-02-04 11:40:39 +01:00
Jonathan Frederic
f015aabba6
fab css
2014-02-03 12:43:50 -08:00
Thomas Kluyver
7c64d8de34
Merge pull request #4893 from minrk/font-awesome-3.2
...
add font-awesome 3.2.1
2014-02-03 12:09:30 -08:00
Brian E. Granger
5fc70a924d
Merge pull request #4982 from ellisonbg/slider-readout
...
Live readout for slider widgets
2014-02-03 12:05:47 -08:00
Matthias BUSSONNIER
38807bb59f
make help menu a templates
...
add splitline after keyboard shortcut
float external-link icon to the right
and move the 'title' to the individual elements,
so it follows hover.
2014-02-01 11:26:00 +01:00
Brian E. Granger
651599d092
Finishing the readout style and functionality.
2014-01-31 21:17:32 -08:00
MinRK
2477ed0fed
update css with font-awesome 3.2.1
2014-01-31 10:25:20 -08:00
MinRK
3535163f67
font-awesome 3.2 moved resources
2014-01-31 10:24:23 -08:00
Brian E. Granger
ff6d6abb12
Formatting cleanup of renderedhtml.less.
2014-01-28 19:43:14 -08:00
Brian E. Granger
39d20f2a90
H5 and H6 are base font size + italic.
2014-01-28 19:36:03 -08:00
Brian E. Granger
4363aa72f8
More changes to the heading spacing. Good first draft...
2014-01-28 19:35:15 -08:00
Brian E. Granger
483023ca41
More work on the styling of headings.
2014-01-28 19:34:57 -08:00
Brian E. Granger
37f4556eba
Initial spacing modifications.
2014-01-28 19:34:39 -08:00
Jonathan Frederic
6286f8b1ea
Fab CSS
2014-01-16 10:57:19 +00:00
Jonathan Frederic
fff6263840
Fab CSS
2014-01-16 10:57:07 +00:00
Jonathan Frederic
e36353c152
Fab CSS
2014-01-16 10:57:04 +00:00
Jonathan Frederic
ad25488041
Fab CSS
2014-01-16 10:57:04 +00:00
Jonathan Frederic
7993b1d4a1
Fab CSS
2014-01-16 10:57:02 +00:00
Jonathan Frederic
f13a36f491
Fab CSS
2014-01-16 10:57:00 +00:00
Jonathan Frederic
f9dd4ffd6f
Fab CSS
2014-01-16 10:57:00 +00:00
Jonathan Frederic
8b33fa849d
Fab CSS
2014-01-16 10:57:00 +00:00
Jonathan Frederic
67e15f79db
Fab CSS
2014-01-16 10:57:00 +00:00
Jonathan Frederic
4d7c20015b
Fab CSS
2014-01-16 10:57:00 +00:00
Jonathan Frederic
473e22dab4
FAB CSS
2014-01-16 10:56:59 +00:00
Jonathan Frederic
3390f64dc2
Added flex properties to container.
...
Also replaced underscores in flex align properties with dashes.
2014-01-16 10:56:58 +00:00
Jonathan Frederic
2ba2d42e84
Added flexible box model align properties.
2014-01-16 10:56:58 +00:00
Jonathan Frederic
49662a61ba
Fix slider orientation change, value-handle-offset bug
2014-01-16 10:56:02 +00:00
Jonathan Frederic
9ce2a9eeca
Added ProgressView
2014-01-16 10:56:02 +00:00
Jonathan Frederic
c77bbdf01f
Fixed vertical widget labels
2014-01-16 10:56:02 +00:00
Jonathan Frederic
a1a86bb8c4
Added slider vertical mode, and
...
fixed hbox element sizing.
2014-01-16 10:56:02 +00:00
Jonathan Frederic
72fd070739
MAJOR CSS FIXES
...
Fixed jquery slider horizontal style
Fixed label alignment
2014-01-16 10:56:02 +00:00
Jonathan Frederic
e619bdf313
Flex box system improvements
...
Now to set a container to vbox or hbox you call .vbox() or .hbox()
2014-01-16 10:56:00 +00:00
Jonathan Frederic
2ad57f6f9d
Attempt 1, HBox and VBox implementation.
2014-01-16 10:56:00 +00:00
Jonathan Frederic
43b857619e
Add widget subarea style
2014-01-16 10:55:57 +00:00
Brian E. Granger
d8db72564a
Merge pull request #3605 from ellisonbg/newux
...
Modal UI - a whole new world of fun....its like vim, but not!
2014-01-10 16:10:25 -08:00
Brian E. Granger
506ffe5adf
Adding sorting and better layout to the KB shortcuts.
2014-01-09 16:54:26 -08:00
Brian E. Granger
c775800714
Removing manual focusing of notebook div.
2014-01-07 14:42:35 -08:00
Brian E. Granger
a37443710b
Binding to notebook div not document.
2014-01-07 14:42:34 -08:00
Brian E. Granger
2a530ff30d
More work on the dual mode UX.
2014-01-07 14:42:34 -08:00
MinRK
21632ac564
add error css
2013-12-22 17:58:27 -08:00
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.
2013-12-09 10:13:48 -08:00
Matthias Bussonnier
5a1a969b07
Merge pull request #4654 from ellisonbg/textcell-padding
...
Fixing left padding of text cells to match that of code cells.
2013-12-07 07:52:45 -08:00
Matthias Bussonnier
4039e246fc
Merge pull request #4306 from minrk/raw-cell-metadata
...
add raw_mimetype metadata to raw cells
2013-12-07 07:48:22 -08:00
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.
2013-12-06 23:10:05 -08:00
Brian E. Granger
073a982277
Fixing left padding of text cells to match that of code cells.
2013-12-06 15:21:00 -08:00
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
2013-12-06 07:59:14 -08:00
Brian E. Granger
3ec22d90fe
Removing style to delimit output as per dev meeting.
2013-12-05 12:25:04 -08:00