MinRK
8a4e398b75
fix Invalid Password message location
13 years ago
MinRK
b2d9b9beb8
bootstrapify delete dialog
13 years ago
MinRK
d1416665dc
use row-fluid for cluster list
13 years ago
MinRK
7f3995eded
use row-fluid for tree_list
13 years ago
MinRK
e5891be78c
pager styling
...
fixes occasional hiding of top 16px of the header
13 years ago
MinRK
c4ad524cef
inherit bootstrap properly
...
need *both* bootstrap and responsive in style.less, neither in page.html.
13 years ago
MinRK
864ef914ae
fight with bootstrap a little less in tree view
13 years ago
MinRK
265a8e7edb
only put the notebook in a container
...
allows pager to be full-width
13 years ago
MinRK
b67fff1d39
tweak header styling
...
use nabbers, so they are internally consistent
13 years ago
MinRK
87a4a3827c
tweak header
13 years ago
MinRK
251a94969b
use responsive bootstrap
13 years ago
MinRK
d0b9e325b3
center login
13 years ago
MinRK
fa9b8b86bd
ipython-main-app should be a bootstrap container
13 years ago
MinRK
d79c0e7471
bootstrap dialogs
13 years ago
MinRK
aec9331c83
use components jquery-ui
13 years ago
MinRK
24abe87de1
bootstrap tree
13 years ago
MinRK
9da648b4d0
bootstrap menubar
13 years ago
MinRK
7de8d3debb
jquery-ui.custom has been renamed
13 years ago
MinRK
1ee1ce3b3c
bootstrap base, auth
13 years ago
MinRK
bebc1a0460
start using bootstrap
13 years ago
Matthias Bussonnier
6938e76ccc
Merge pull request #3364 from Carreau/requirejs
...
Inject requirejs in notebook and start using it.
Mainly because the behavior of Marked change when require is injected.
So only apply the modification needed for marked to behave.
13 years ago
Matthias BUSSONNIER
9f229a8e1c
Use {{static_url}} as require search root
13 years ago
Matthias BUSSONNIER
66ff7dde48
de-require-config
13 years ago
Samuel Ainsworth
9bdeaee734
Reenable bracket matching
13 years ago
Matthias BUSSONNIER
fafb84e83c
Inject requirejs in notebook and start using it.
13 years ago
Brian E. Granger
5db6f60336
Removing one level uf subdirs in static/custom.
13 years ago
Brian E. Granger
747dd7ab2b
Creating services directory under static for kernels and friends.
13 years ago
Brian E. Granger
7e0bd8f960
Creating override.css for each page.
...
This css file should only have temporary hack until we fix
out global styles. Don't add anything new to these files.
13 years ago
Brian E. Granger
6b8c543fae
Renaming notebooks->notebook in less and templates.
13 years ago
Brian E. Granger
f079104b8a
Renaming notebooks->notebook on client side.
13 years ago
Brian E. Granger
1a74c2c0a6
Moving static/user to static/custom to prevent future conflicts.
13 years ago
Brian E. Granger
50b8059093
Finishing conversion of templates to use single style.*.
13 years ago
Brian E. Granger
baef1892b0
Updating fabfile and templates for global style.min.css.
13 years ago
Brian E. Granger
7140e3045e
Renaming main JS files.
13 years ago
Brian E. Granger
81d5049705
Putting custom.css/custom.js in static/user.
13 years ago
Brian E. Granger
222f8b1848
Adding link to new location of favicon.ico.
13 years ago
Brian E. Granger
6d39d633b6
More work on the less setup.
13 years ago
Brian E. Granger
267be96a2e
Changes to templates.
13 years ago
Brian E. Granger
a35b7a7e81
More movign around of things in notebook and js/less.
13 years ago
Brian E. Granger
e1c3f81349
Renaming templates to match other names.
13 years ago
MinRK
8df01f22aa
finish removing prettify
13 years ago
MinRK
796fb5d0a8
unify highlight.js / codemirror style
13 years ago
MinRK
6ac2bdf086
use highlight.js to highlight markdown code blocks
13 years ago
MinRK
b6c390db06
use marked for markdown
13 years ago
MinRK
e1f4d0a85f
fix a few URLs from previous PR
...
some of the URLs in the submodules PR were not updated
13 years ago
Brian E. Granger
4a654d1c29
Merge pull request #3240 from minrk/submodules
...
remove js components from the repo
13 years ago
MinRK
8b5e5a5e09
restore checkpoints in a sub-list
...
minor styling update to the restore dialog as well
13 years ago
MinRK
a3c99d94bb
add checkpoint status to notebook header
...
autosave is also there, but once the dirty flag is an event,
this should stop having the date, and just become 'autosaved / unsaved changes'
13 years ago
MinRK
1f82c03dd2
Save and Checkpoint
13 years ago
MinRK
e119a6469b
add Revert to the menu bar
13 years ago