Jonathan Frederic
d317532a38
Halign dict colons
12 years ago
Jonathan Frederic
d21426d461
- Fixed CSS so it also applies to widgets within modals
...
- Added docked modal style
12 years ago
Jonathan Frederic
f9f84fc076
Removed max height from widget modal body
12 years ago
Jonathan Frederic
ee3d473cb5
Added style for widget modal
12 years ago
Jonathan Frederic
eaea930667
Added ListBoxView
12 years ago
Jonathan Frederic
d9f3870a2e
Cleaned up widget LESS. Added comments and sorted code.
12 years ago
Jonathan Frederic
e163d8033b
Fix jquery slider on FF
12 years ago
Jonathan Frederic
e6aa364976
Better fix for empty dropdown button alignment
...
Now an character is inserted and bootstrap is left alone to deal with alignment.
12 years ago
Jonathan Frederic
dc785c6e36
Set a minimum height on the combobox button
...
to fix captionless button height.
12 years ago
Jonathan Frederic
b22075a126
Removed combo-box explicit height
...
b/c it caused the carrot button to misalign with the combo box
12 years ago
Jonathan Frederic
458249e5c4
POST-REBASE Re-added widgets reference
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
9cfecfb6aa
Added widget-label style def && fab css
12 years ago
Jonathan Frederic
b9f6e562f7
Changed underscores in CSS names to dashes
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
4d2bcf02e5
Adjust weidget box so widget_subarea aligns with codecell
12 years ago
Jonathan Frederic
43b857619e
Add widget subarea style
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
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
2734f4cc5b
Cleaning up indentation and spacing of less files touched.
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
57a9457f78
More tabs to spaces on less files.
12 years ago
Brian E. Granger
6093987a8b
Tabs to spaces in variables.less.
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
74683da8ad
use baseBorderRadius instead of corner_radius
...
as it already exist in Bootstrap
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
88cb5073d5
split notebook style in 2 files,
...
app specific/not app specific
12 years ago
Matthias BUSSONNIER
d2a41e902f
remove more hard coded layout
12 years ago
Brian E. Granger
882c791a8a
Fixing comments on equation justification.
12 years ago
Brian E. Granger
ba38fad3b8
Refactoring the center/left justify.
13 years ago
Brian E. Granger
0ab0153e5a
Removing extra comment.
13 years ago
Brian E. Granger
4b8ccb37e1
Adding 1em spacing above and below tables in rendered html.
13 years ago