Niedzielski has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/391994 )
Change subject: Fix: improve audio player CSS presentation ...................................................................... Fix: improve audio player CSS presentation Change-Id: If28e87575f5a5c82aaed930dbc2ec067c9a11446 --- M src/common/components/content/styles/images.css M src/common/components/content/styles/tables.css 2 files changed, 24 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/marvin refs/changes/94/391994/1 diff --git a/src/common/components/content/styles/images.css b/src/common/components/content/styles/images.css index 36f0ea8..50c4b78 100644 --- a/src/common/components/content/styles/images.css +++ b/src/common/components/content/styles/images.css @@ -1,5 +1,10 @@ /* Containers */ +/* http://localhost:3000/wiki/Girl_(Pharrell_Williams_album)/809904389#Singles */ +.Content figure { + margin: 0; +} + /* http://localhost:3000/wiki/China/804850001#Landscape_and_climate */ .Content .thumbinner { width: auto !important; @@ -26,6 +31,12 @@ vertical-align: middle; } +/* http://localhost:3000/wiki/Girl_(Pharrell_Williams_album)/809904389#Singles + http://localhost:3000/wiki/The_Beatles/810732238#Beatles_for_Sale.2C_Help.21_and_Rubber_Soul */ +.Content .mbox-small-left video, .Content .mbox-small video { + height: 32px !important; +} + /* Captions */ /* http://localhost:3000/wiki/Pablo_Picasso/804068218#Early_life */ diff --git a/src/common/components/content/styles/tables.css b/src/common/components/content/styles/tables.css index 869e668..252ea89 100644 --- a/src/common/components/content/styles/tables.css +++ b/src/common/components/content/styles/tables.css @@ -83,4 +83,16 @@ /* http://localhost:3000/wiki/Voodoo_Shoppe/443846926 */ .Content .navbox .navbox-inner { width: 100%; -} \ No newline at end of file +} + +/* http://localhost:3000/wiki/MediaWiki:Common.css/806220319 + http://localhost:3000/wiki/Girl_(Pharrell_Williams_album)/809904389#Singles */ +.Content .mbox-small-left { + margin: var(--half-space) var(--space) 0 var(--space); + width: 400px; +} + +/* http://localhost:3000/wiki/The_Beatles/810732238#Beatles_for_Sale.2C_Help.21_and_Rubber_Soul */ +.Content .mbox-small { + margin: var(--half-space) 0; +} -- To view, visit https://gerrit.wikimedia.org/r/391994 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If28e87575f5a5c82aaed930dbc2ec067c9a11446 Gerrit-PatchSet: 1 Gerrit-Project: marvin Gerrit-Branch: master Gerrit-Owner: Niedzielski <[email protected]> Gerrit-Reviewer: Sniedzielski <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
