Commit Graph

38 Commits

Author SHA1 Message Date
Arnold Daniels
df158261a2 Merge pull request #563 from Minstel/253-Issues_when_navmenu_is_fixed_right__soft_fix
253 issues when navmenu is fixed right  soft fix
2018-04-28 13:34:04 +02:00
minstel
bd1a44d5c6 Soft fix for determine auto-positioning (fixes #253) 2017-07-23 15:00:05 +07:00
minstel
e19cb28ec3 Added styles for buttons with labels (fixes #191) 2017-05-18 17:19:14 +07:00
Andrew Cherytsya
bdef62d9a4 Fixed input text 2017-03-30 12:36:46 +03:00
Arnold Daniels
7cdd06b24f Update navmenu.less 2017-03-07 14:49:55 +01:00
Andrew Cherytsya
4879b5465a Fixed iPhone scrolling on disableScrolling: true 2017-02-28 15:58:32 +02:00
Arnold Daniels
7afeefdcd9 Merge pull request #519 from poratuk/button-groups-with-labels
Button groups with button labels have radius
2017-02-27 23:36:23 +01:00
Andrew Cherytsya
36cfc19cc5 Fix Button groups with button labels 2017-02-26 12:33:42 +02:00
Andrew Cherytsya
70232906c2 Compared variables and mixins 2017-02-25 19:47:45 +02:00
Arnold Daniels
9ab27cddf2 Merge pull request #515 from Minstel/318-long_string_in_dropdown
Wrap long text in dropdown menu (fixes #318)
2017-02-24 23:48:28 +01:00
Arnold Daniels
6cf7891ed8 Merge pull request #513 from Minstel/9-Multiple_file_selection_with_custom_file_uploader
Allow multiple file upload
2017-02-24 23:48:09 +01:00
minstel
cdee0c4bf1 Make cursor pointer over file upload button (fixes #264) 2017-02-24 22:44:54 +07:00
minstel
b16251c47c Wrap long text in dropdown menu (fixes #318) 2017-02-23 23:07:54 +07:00
minstel
4b5f033d46 Allow multiple file upload (fixes #9) 2017-02-23 16:47:58 +07:00
Arnold Daniels
60cc232172 Merge pull request #505 from Minstel/458-disable_background_elements_when_offcanvas_is_activated
Can use offcanvas backdrop (fixes #458)
2017-01-20 03:22:50 +01:00
minstel
5f27188f69 Can use offcanvas backdrop (fixes #458) 2017-01-18 12:01:45 +07:00
minstel
502b0c9d3e Fixes for offcanvas menu bag for bootstrap v3.2.0 (fixes #355) 2017-01-12 00:06:45 +07:00
Andrii Cherytsya
25cc9b6ff5 Fixed issues #263 2016-10-03 11:07:56 +03:00
Arnold Daniels
b67cfb86da Revert "Added Wizard component (not yet documented)"
This reverts commit f96d55965a.
2016-01-03 19:53:17 -04:00
Arnold Daniels
ec166caba6 Added Wizard component (not yet documented) 2016-01-03 19:53:16 -04:00
Jesper Rønn-Jensen
a3c1e797fa Fileinput: Close button should not have inline styles
This addition to the `.fileinput.close` element makes it
possible to remove inline style as seen in the documentation.

Specifically, I could remove `style="float:none"` based on this change.
2016-01-03 19:53:16 -04:00
Chris Rebert
7a9e77684e "Twitter Bootstrap" is now simply "Bootstrap"
See http://getbootstrap.com/about/#brand
Changed references to "Twitter Bootstrap" to "vanilla Bootstrap" or just "Bootstrap".
2016-01-03 19:53:16 -04:00
arekkas
78e84a3367 Less: Solves an issue with groups and rounded borders 2016-01-03 19:53:16 -04:00
Alex Vasilenko
f74de5c7ff prevent scrolling on mobiles
modal backdrop option for offcanvas
2016-01-03 19:53:16 -04:00
Arnold Daniels
45a6182f79 Minor changes 2016-01-03 19:53:15 -04:00
Evan Bovie
1c434d9067 .navmenu height fix
The `.navmenu` height needs to be set to `auto` in order to allow the `top` and `bottom` values to properly work. The `top` value works fine, but the `bottom` value is rendered inert because the `height: 100%` causes the `.navmenu` to overflow down through the viewport.
2016-01-03 19:53:15 -04:00
Evan Bovie
decfa2b28d Scrolling for both navmenu-fixed-left and navmenu-fixed-right 2016-01-03 19:53:15 -04:00
Arnold Daniels
d665def772 Removed import mixins.less. Fixed #231 2016-01-03 19:53:15 -04:00
Arnold Daniels
414ad616a8 Don't trigger fileinput.change when fileinput.clear is called manually. Fixes #216
Insert fileinput <input type="hidden"> right before <input type="file">. Fixes #215
Clean up less and scss comment
2016-01-03 19:53:15 -04:00
Arnold Daniels
13ed25331a Removed the transformation for file input al together. Should test of this works correctly for IE and Opera. 2016-01-03 19:53:15 -04:00
Arnold Daniels
03168b2158 Move mixins taken from Twitter Bootstrap to build dir. Fixed #221
Move button-label mixin to button-labels.less.
2016-01-03 19:53:15 -04:00
Arnold Daniels
0ad84a03c8 Don't transform .btn-file > input for Firefox and do set width and height to 100%. Fixes #157 2016-01-03 19:53:15 -04:00
Wardley Pogijanto
4886faba27 allow vertical scroll for navmenu-fixed-left.
[jasny/boostrap#202]
2016-01-03 19:53:15 -04:00
Arnold Daniels
54b2bedc71 Fixed offcanvas position (only left was working). Fixes #195
Fixed calculating the position when 'auto' is used.
Off canvas navbar is positioned to the right by default and can be placed left with `.navmenu-fixed-left`.
Added link to off canvas navbar example in other offcanvas examples
2016-01-03 19:53:14 -04:00
Arnold Daniels
1131f49002 Combine .fileinput and .input-group. Fixes #203 2016-01-03 19:53:14 -04:00
Arnold Daniels
127634d3dd Also add .btn-file transform: scal for Chrome. #157 2016-01-03 19:53:14 -04:00
Arnold Daniels
424eb7e813 Updated package versions
Rebuild jasny-bootstrap
Fixed test-infra permissions
2016-01-03 19:53:14 -04:00
Arnold Daniels
4ceef3e52b Orphan branch starting v3.1
Before this version jasny/bootstrap was a fork of twbs/bootstrap
2016-01-03 19:29:36 -04:00