6 Commits

Author SHA1 Message Date
Yuriy Bakhtin
86c83556e5
Implement option "disabled" for picker fields (#6498) 2023-08-11 10:34:19 +00:00
aronbos
c44257c66a
Remove image-orientation as it was temporary (was already moved to m… (#5973)
* Remove  image-orientation as it was temporary (was already moved to media.less)

protected/humhub/widgets/LayoutAddons.php)

// Temporary fix until v1.6 then bundled with css pack
 Yii::$app->view->registerCss('img { image-orientation: from-image; }', [], 'fix-orient');

Which is already set in static/less/media.less)

img {
    image-orientation: from-image;
}

I propose to remove to temporary fix in LayoutAddons.php

* Remove old prefixes

* Remove old prefixes

* Update flatelements.css

* Update flatelements.css

* Update flatelements.css

---------

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-02-07 19:12:38 +01:00
Yuriy Bakhtin
ce5fe0c40b
Fix alignments for people filters with select2 feature (#5806)
* Fix alignments for people filters with select2 feature

* Hide clear icon from people picker filters
2022-07-19 19:31:09 +02:00
buddh4
9eebda89ef Fix select2 placeholder font-weight 2020-11-13 17:35:27 +01:00
Carlos Ferreira
2f190e20b0
Fix space selector image alignement 2018-09-15 17:25:00 +02:00
buddh4
9825a9a224 - Fix: introduction tour not working
- Chng: Moved static js dependencies from `static/resources` into `static/js`
2018-07-26 16:16:53 +02:00