forked from drupal-media/entity_browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #2661446 by slashrsm, Primsi: Use FieldWidgetDisplay plugins to…
… display entities in Multi step selection display
- Loading branch information
Showing
7 changed files
with
179 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/** | ||
* @file | ||
* Styles for lists of entities display using FieldWidgetDisplayInterface plugins. | ||
* | ||
* Currently used on Entity browser entity reference field widget and Multi-step | ||
* selection display plugin. | ||
* | ||
* These styles are compatible with Bartik, Seven, and Classy themes. | ||
*/ | ||
|
||
.entities-list .item-container { | ||
display: inline-block; | ||
margin: 10px 10px 15px; | ||
vertical-align: text-bottom; | ||
} | ||
|
||
.entities-list .item-container > img, .entities-list .item-container > input { | ||
display: block; | ||
margin: 5px auto 0; | ||
} | ||
|
||
.entities-list .rendered-entity { | ||
display: block; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters