Santhosh has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/378210 )

Change subject: Styling for the section placeholder
......................................................................

Styling for the section placeholder

Center the label 'Add translation'.
Adjust color, font-size according to design

Change-Id: Iaaa89b56bcde4d4da0307730221f3045ce124cfb
---
M modules/ve-cx/ce/styles/ve.ce.CXPlaceholderNode.css
1 file changed, 10 insertions(+), 4 deletions(-)


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

diff --git a/modules/ve-cx/ce/styles/ve.ce.CXPlaceholderNode.css 
b/modules/ve-cx/ce/styles/ve.ce.CXPlaceholderNode.css
index 2910f68..d33f7ba 100644
--- a/modules/ve-cx/ce/styles/ve.ce.CXPlaceholderNode.css
+++ b/modules/ve-cx/ce/styles/ve.ce.CXPlaceholderNode.css
@@ -5,10 +5,16 @@
        -webkit-transition: opacity 200ms ease-out;
        -moz-transition: opacity 200ms ease-out;
        transition: opacity 200ms ease-out;
-
-       outline: 1px dashed #c8ccd1;
-       /* rgba( #f1f7fb, 0.75 ) */
-       background-color: rgba( 241, 247, 251, 0.75 );
+       font-size: 20px;
+       font-weight: lighter;
+       color: #72777d;
+       background-color: #f8f9fa;
+       /* In supported browsers, center the placeholder text */
+       display: flex;
+       /* align horizontally */
+       justify-content: center;
+       /* align vertically */
+       align-items: center;
 }
 
 .ve-ce-cxPlaceholderNode:hover,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaaa89b56bcde4d4da0307730221f3045ce124cfb
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