Santhosh has uploaded a new change for review.

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

Change subject: Suggestions: Reduce padding around the items
......................................................................

Suggestions: Reduce padding around the items

There was a 12px padding on all sides for the items. Reduced that to 5px
so that the list items look a bit more compact.

Change-Id: I538c59edb41dc6b3d7230853a68e7c319d45ffe6
---
M modules/dashboard/styles/ext.cx.lists.common.less
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/80/247780/1

diff --git a/modules/dashboard/styles/ext.cx.lists.common.less 
b/modules/dashboard/styles/ext.cx.lists.common.less
index fd1aa99..87b5090 100644
--- a/modules/dashboard/styles/ext.cx.lists.common.less
+++ b/modules/dashboard/styles/ext.cx.lists.common.less
@@ -1,7 +1,7 @@
 .cx-tlitem,
 .cx-slitem {
        .mw-ui-one-whole;
-       padding: 12px;
+       padding: 5px;
        background-color: #fff;
        border-top: 1px solid #ddd;
        cursor: pointer;

-- 
To view, visit https://gerrit.wikimedia.org/r/247780
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I538c59edb41dc6b3d7230853a68e7c319d45ffe6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

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

Reply via email to