Mhurd has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195188

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/ios/wikipedia 
refs/changes/88/195188/1

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: newchange
Gerrit-Change-Id: Iba2485bbf459b510ae71a3d9d68cf7ce17092b8a
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Mhurd <mh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to