Commit Graph

285 Commits

Author SHA1 Message Date
Matthias Bussonnier
411a08bf09 rework css media-query
fixes #7355

Also limit the number of query "jump", and use variables.

In particular there was a container width discontinuity at 768 pixel

where below 768 container width is 100% and "only" 720px on wider
screen, making a jump.

So now Css media query have 3 breakpoints:
    - <540 px with  (aka -no name-)
        - colapsed menubar
        - vbox for prompt
        - 100% width container
    - 540 -> 767 (aka -xs- )
        - expand menubar
        - hbox fro prompt
    - 767 -> 991 (aka -sm-)
        - show save widget
        - fix width (768px)
    - 991+ (aka -md-)
        - extra save widget info (date time)
        - fix with of 991 px.
    - 1200+ (aka -lg-)
        - widht of 1200px.

of course we've set soem variable wrongly so this is still kinda-a-hack
as we shoudl have pushed the xs-sm limit lower instead of pushing the
nothing-xs limit up but I don't want to "fix it" now.
2015-01-15 13:22:57 +01:00
Matthias Bussonnier
b7bdfa715c Merge pull request #7444 from minrk/toggle-header-bar
hide header-bar when header is hidden
2015-01-15 09:15:18 +01:00
Min RK
e2de7a928a hide header-bar when header is hidden
also reduce the amount of CSS used to accomplish the 1px line (no negative margins)
2015-01-13 15:51:44 -08:00
Matthias Bussonnier
c106e76a66 fix end_space size
closes #7409

Mostly a symptome of too many nested div that do different things.

don't try to both have an end space inside and outside the 'document'
area. And don't try to also get the things to be 100viewport height by
hacking around and make them smaller;
2015-01-11 15:34:25 +01:00
Matthias Bussonnier
f51872c4c2 Merge pull request #7346 from jdfreder/terminal-page
Use page backdrop color in terminal page
2015-01-06 12:27:46 +01:00
Jonathan Frederic
f79b914e5c invoke css 2015-01-05 11:12:43 -08:00
Min RK
c9c6b8d8a2 recompile css
it had fallen out of sync with updated bootstrap
2015-01-04 12:13:50 -08:00
Jonathan Frederic
ad546d89f9 Merge pull request #7341 from jdfreder/remove-popup
Remove the popup widget
2015-01-01 20:30:17 -08:00
Matthias Bussonnier
290dab0846 Merge pull request #7342 from jdfreder/wid-border-radius
Adjust widget border radius to match new notebook style
2015-01-01 10:58:17 +01:00
Jonathan Frederic
edf737d111 invoke css 2014-12-31 08:44:52 -08:00
Jonathan Frederic
e2bb4ca875 invoke css 2014-12-29 12:37:19 -08:00
Jonathan Frederic
992976844d Merge pull request #7302 from Carreau/1pix
a few 1 pixel fixes.
2014-12-29 11:58:53 -08:00
Jonathan Frederic
8d3f5b2865 invoke css 2014-12-29 09:14:39 -08:00
Jonathan Frederic
2f982bd1e0 invoke css 2014-12-29 09:02:08 -08:00
Brian E. Granger
df578b8835 Merge pull request #7307 from Carreau/remove-white
remove whitespace below menubar when toolbar hidden.
2014-12-26 17:06:13 -08:00
Brian E. Granger
87ab53bcfe Merge pull request #7311 from Carreau/reform-css-2
Reform css 2
2014-12-26 16:59:45 -08:00
Brian E. Granger
dd2c077939 Merge pull request #7318 from Carreau/dialog-border-radius
fix border radius on element.
2014-12-26 16:49:23 -08:00
Matthias Bussonnier
0165e97c7c unify submenu style with menu style
closes #7303.

Also change the arrow that indicate submenu for a fontawesoem icon,
instead of the ugly hack that show only the left border of a rectangle element
which with is twice the one of its border to get a triangle.
2014-12-26 18:03:40 +01:00
Matthias Bussonnier
39444a7190 fix border radius on element.
set a value to border-radius large, and actually make border radius
small smaller than border radius large.

Make dialog border radius coherent with the rest of the UI.
2014-12-26 17:56:19 +01:00
Matthias Bussonnier
54a3f47905 remove whitespace below menubar when toolbar hidden.
closes #7292
2014-12-24 18:54:20 +01:00
Jonathan Frederic
09b289d932 Merge pull request #7274 from Carreau/global-command
make global css change on command/edit mode
2014-12-23 18:20:19 -08:00
Matthias Bussonnier
27f3c224c2 a few 1 pixel fixes.
this uses the same html/css structure acroos the tabs, and reduce the overlay
click zone that expended the size of the header to 25px instead of 24px
2014-12-23 23:20:03 +01:00
Brian E. Granger
7b21e13705 Merge pull request #7242 from jdfreder/terminal-fixes
Some UI design changes for the Notebook and associates
2014-12-23 13:20:20 -08:00
Jonathan Frederic
2c43bc60ae invoke css 2014-12-23 12:15:06 -08:00
Jonathan Frederic
849c96ae61 Merge pull request #7268 from Carreau/ungroup-button
ungroup button on dashboard
2014-12-23 11:24:30 -08:00
Matthias Bussonnier
6b57f44bf6 ungroup button on dashboard
fix a few instanced of button toolbar that were not with the right class or not in btn groups.
2014-12-23 11:32:15 +01:00
Bussonnier Matthias
15ab64e884 make global css change on command/edit mode 2014-12-19 15:20:16 +01:00
Jonathan Frederic
7926c36b0d Remove right margin from the terminal 2014-12-18 16:28:59 -08:00
Jonathan Frederic
8d2e57e3ef invoke css 2014-12-18 15:37:41 -08:00
Jonathan Frederic
fd5659427d invoke css 2014-12-18 15:19:36 -08:00
Jonathan Frederic
359bc2e1bc invoke css 2014-12-18 15:19:36 -08:00
Jonathan Frederic
7daba81475 invoke css 2014-12-18 15:19:36 -08:00
Jonathan Frederic
b81a9f6bc6 invoke css 2014-12-18 15:19:36 -08:00
Jonathan Frederic
461b2e74b6 invoke css 2014-12-18 15:19:36 -08:00
Jonathan Frederic
4e7832cf64 invoke css 2014-12-18 15:19:35 -08:00
Bussonnier Matthias
2b0147c21a no shadow on print media
Also hide celltoolbars
2014-12-18 15:19:35 -08:00
Matthias Bussonnier
6e9ef7abeb Style notebook as a document 2014-12-18 15:19:35 -08:00
Jonathan Frederic
4d62ad0df6 invoke css 2014-12-18 15:19:35 -08:00
Jonathan Frederic
3969f0ec84 Move terminal less into better location 2014-12-18 15:19:35 -08:00
Min RK
9f9714e11f remove kernel logo text placeholder 2014-12-16 21:14:51 -08:00
Min RK
da88bff678 add text placeholder for kernels with no logo
capital first initial on gray field
2014-12-16 21:14:23 -08:00
Min RK
d5f6aaa1f6 remove kernel selector from header
- add kernel name to indicator
- float kernel logo where indicator used to be
2014-12-16 21:13:36 -08:00
Jonathan Frederic
e7370be7cc invoke css 2014-12-16 11:32:54 -08:00
Jonathan Frederic
79fd5c3fed Address comments 2014-12-16 11:32:43 -08:00
Jonathan Frederic
d9346c002d invoke css 2014-12-15 13:39:28 -08:00
Brian E. Granger
bd57d219fc Merge pull request #7199 from takluyver/python-logo
Use Python logo for IPython kernel
2014-12-12 20:13:59 -08:00
Thomas Kluyver
27ad247f9d Enlarge Jupyter logo to 28px height 2014-12-12 14:31:48 -08:00
Thomas Kluyver
7454b25dc0 Probably don't need text styles on an img tag 2014-12-12 12:02:16 -08:00
Jonathan Frederic
45eadcd06c invoke css 2014-12-12 07:43:00 -08:00
Jonathan Frederic
c5de028039 invoke css 2014-12-11 13:55:36 -08:00