Matthias BUSSONNIER
9ba887ed95
fix button css
13 years ago
Matthias BUSSONNIER
c426f8d40d
fix celltoolbar layout on FF
13 years ago
Matthias BUSSONNIER
45e4e0809a
fix celltoolbar css
13 years ago
Matthias BUSSONNIER
0d68be801d
some css fixes
13 years ago
Matthias BUSSONNIER
1599ac6470
fix color
13 years ago
Matthias BUSSONNIER
0996bfffd3
change to cluster list
...
fix css and make engine input of type number
13 years ago
Matthias BUSSONNIER
6217b6283e
fix a few css rules
...
especially since the introduction of celltoolbar
13 years ago
Bussonnier Matthias
4bd2f4fc01
Fix project path url in dashbord
...
Use Bootstrap breadcrumbs for later navigation purpouse
13 years ago
Bussonnier Matthias
cf4bc5080a
generate style.css
13 years ago
Bussonnier Matthias
689922031c
main_app -> ipython-main-app
13 years ago
Matthias BUSSONNIER
e383eb10bf
remove useless classes
13 years ago
Matthias BUSSONNIER
33cd3b7f1f
use less for tooltip
13 years ago
Matthias BUSSONNIER
ff8339641b
start mixins
13 years ago
Matthias BUSSONNIER
53a48ac7eb
start to migrate to variables
13 years ago
Matthias BUSSONNIER
c4ad378cbb
start introducing less
13 years ago
Brian E. Granger
e5d355dfd1
Fixing notebook.css to make more robust in embedding.
13 years ago
MinRK
827c17a74f
change ol format order
...
from: I.A.1.a.i
to: 1.A.a.i
13 years ago
Brian Granger
fd34f3d536
Minor tweaks to the css to enable single cell hide/show.
13 years ago
Brian Granger
b6c7d7965c
Further cleanup for celltoolbars.
13 years ago
Matthias BUSSONNIER
a27a0f4980
gshow
13 years ago
Brian E. Granger
dcf874e93f
Fixing styling issues with CellToolbar.
...
* Width of CellToolbar was off on Linux Chrome+Firefox.
* Minor styling cleanups.
13 years ago
Matthias BUSSONNIER
33b810fe53
fix celltoolbar select css
13 years ago
Matthias BUSSONNIER
f76279d858
remove commented css
13 years ago
Matthias BUSSONNIER
f88001f481
fix css size
13 years ago
Matthias BUSSONNIER
ffa1cf20a3
remove relative position
13 years ago
Matthias BUSSONNIER
c313127651
rename file metaui->celltoolbar
13 years ago
Matthias BUSSONNIER
f55a0a05b8
rename metaui -> celltoolbar
13 years ago
Matthias BUSSONNIER
8022cff041
Add a per cell toolbar.
...
This add a per-cell globally toggleable toolbar
the main purpouse is to easily edit metadata.
this come with a few example like adding checkbox,
dropdown list, simple button, button with icon...
please see the js-doc of
IPython/frontend/html/notebook/static/js/MetaUI.js
for more info
13 years ago
mr.Shu
5df5cc8035
added blockquote CSS
13 years ago
Matthias BUSSONNIER
aa9a5db301
fix bootstrap name conflicts
...
change .tooltip to .ipython_tooltip
class name in css to avoid conflic with bootstrap
don't put header logo in h1 to also avoid conflict
13 years ago
Brian E. Granger
2be72dae5d
Merge pull request #2421 from Carreau/nbconsole
...
Some notebook tweaks.
14 years ago
Brian E. Granger
7ae77c8372
Merge pull request #2127 from Carreau/jsToolbar
...
Ability to build toolbar in JS
14 years ago
Bussonnier Matthias
01cdf460cc
align output with input
14 years ago
Bradley M. Froehle
4982a24bd7
Merge pull request #2326 from Carreau/detachable-pager
...
Detachable pager in notebook.
14 years ago
Bussonnier Matthias
45f79e0509
Merge pull request #2192 from Carreau/notification
...
Introduce Notification Area
This allow several notification widget to be next one to the other in the notification area.
The Api allow also to register a callback if the user click on the notification. and allows sticky and non sticky notification.
14 years ago
Matthias BUSSONNIER
5134212a4c
This create the ability to detach the pager
...
When detached, the pager is collapsed and it's content is send into it's
own window/tab depending of the browser configuration.
14 years ago
Matthias BUSSONNIER
3160d67763
css typo
14 years ago
Matthias BUSSONNIER
71a1675c8f
tweek notebook notification behavior
14 years ago
Bussonnier Matthias
5c394dab71
Merge pull request #2212 from minrk/protectjs
...
catch errors in markdown javascript
14 years ago
MinRK
4a3e1f3185
make markdown error handling js-specific
14 years ago
MinRK
7e7c2fe9e5
catch js errors when rendering markdown cells
14 years ago
Matthias BUSSONNIER
8d6a9e0a67
separate kernel notification from save/load notification
14 years ago
Matthias BUSSONNIER
aedb1a809b
use jquery-ui classes
14 years ago
Matthias BUSSONNIER
d6ebf4d2b1
beginning notification area
14 years ago
MinRK
2891a0a8ca
add empty custom.js/css
...
With FileFindHandler, these will be useful for small user overrides of css/js.
14 years ago
Matthias BUSSONNIER
2f28e4c4a1
Allow toolbar construction in js
...
Base of allowing a full toolbar construction in js without altering the
html template, and use it to construct our toolbar as example.
still need some work to be totally decoupled.
14 years ago
Fernando Perez
6226f830a0
Merge pull request #2012 from mcelrath/mono_cursor_offset
...
Fix spurious appearance of the #fontarea when fonts don't have any problem; also remove loud dialog when problematic font is detected and simply adjust baseline. Users will have a slightly offset baseline for bold/italic highlights, but without any functional problems.
Fixes #2005 .
14 years ago
mcelrath
5a070dcd1a
Merge remote-tracking branch 'upstream/master' into mono_cursor_offset
14 years ago
Min RK
137f4cb441
Merge pull request #1825 from minrk/elide2
...
second attempt at scrolled long output
Some amount of CSS tweaking will probably want to be done before 0.13 final,
but this is good enough for beta.
closes #1553
14 years ago
MinRK
c20b2e1056
slightly more subtle prompt overlay
14 years ago