jenkins-bot has submitted this change and it was merged.

Change subject: Sandbox review styling
......................................................................


Sandbox review styling

CSS adjustments on typography and layout.

Change-Id: I501021fc82b00c2df9e8605a7008c7423cc43736
---
M resources/css/ext.translate.special.translatesandbox.css
1 file changed, 20 insertions(+), 5 deletions(-)

Approvals:
  Santhosh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/css/ext.translate.special.translatesandbox.css 
b/resources/css/ext.translate.special.translatesandbox.css
index af5e3f3..7da786a 100644
--- a/resources/css/ext.translate.special.translatesandbox.css
+++ b/resources/css/ext.translate.special.translatesandbox.css
@@ -34,6 +34,13 @@
 .requests.pane,
 .details.pane {
        border-top: 1px solid #d3d2d2;
+       overflow: auto;
+}
+
+.details.pane {
+       border-left: 1px solid #DDDDDD;
+       left: -1px;
+       padding: 5px 20px 10px 20px;
 }
 
 /* Requests pane */
@@ -41,6 +48,10 @@
        border-right: 1px solid #c9c8c8;
        border-bottom: 1px solid #c9c8c8;
        cursor: pointer;
+}
+
+.request:hover {
+       background-color: #fafafa;
 }
 
 .request:first-child {
@@ -99,22 +110,26 @@
 
 /* Details pane */
 
-.details.pane > div {
-       padding: 20px 0 0 20px;
+.details.pane > .row {
+       padding-top: 15px;
 }
 
 .details.pane .username {
        font-size: 30px;
+       font-weight: lighter;
 }
 
 .details.pane .email {
-       font-size: 14px;
        color: #6c6d70;
+       font-size: 14px;
+       padding-top: 15px;
 }
 
 .details.pane .languages {
        color: #6c6d70;
-       font-size: 14px;
+       font-size: 16px;
+       font-weight: lighter;
+       padding-top: 10px;
 }
 
 .details.pane .languages span {
@@ -122,7 +137,7 @@
 }
 
 .details.pane .actions {
-       font-size: 26px;
+       font-size: 22px;
 }
 
 .actions .button {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I501021fc82b00c2df9e8605a7008c7423cc43736
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Pginer <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to