Dr0ptp4kt has submitted this change and it was merged.
Change subject: Fix sides of collapsed tables cut off.
......................................................................
Fix sides of collapsed tables cut off.
Switch to inset border style for collapsed tables cleaner nested
table presentation: See "San Francisco" > "Climate" section.
Inset also doesn't break the fixes made in:
https://gerrit.wikimedia.org/r/#/c/194450/
Better matched collapsed table border style to upstream css table border style.
Hide redundant border - apparent in before/after comparison of the
"San Francisco" > "Climate" section.
Change-Id: Iba2485bbf459b510ae71a3d9d68cf7ce17092b8a
---
M www/less/table.less
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Dr0ptp4kt: Verified; Looks good to me, approved
Fjalapeno: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/www/less/table.less b/www/less/table.less
index 1fdb76a..d77412b 100644
--- a/www/less/table.less
+++ b/www/less/table.less
@@ -1,5 +1,6 @@
.content table.infobox {
font-size: 100%;
+border-style:none !important;
}
table.infobox caption {
@@ -12,7 +13,8 @@
margin-top: 14px;
margin-bottom: 14px;
border-radius: 2px;
-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12), 0 0 1px 0 rgba(0,0,0,0.18);
+padding:1px;
+box-shadow: inset 0 0 1px gray;
}
.app_table_collapsed_container {
--
To view, visit https://gerrit.wikimedia.org/r/195188
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iba2485bbf459b510ae71a3d9d68cf7ce17092b8a
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Mhurd <[email protected]>
Gerrit-Reviewer: Bgerstle <[email protected]>
Gerrit-Reviewer: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: Fjalapeno <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits