Jonas Kress (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/362868 )

Change subject: Editor toolbar make execute button more prominent
......................................................................

Editor toolbar make execute button more prominent

Use opacity for other buttons.
More space to separate execute button from others.

Change-Id: Icb5589fedbc34e14997dcc679c58acbb80592eef
---
M style.css
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/68/362868/1

diff --git a/style.css b/style.css
index 35d487c..0c08785 100644
--- a/style.css
+++ b/style.css
@@ -119,6 +119,7 @@
 
 #query-box table {
        width: 100%;
+       max-width: 100vw;
 }
 
 #query-box td {
@@ -130,6 +131,10 @@
        padding-top: 0.5em;
        text-align: left;
        border-right: 1px solid #bce8f1;
+       opacity: 0.5;
+}
+#query-box .toolbar:hover {
+       opacity: 1;
 }
 
 #query-box .toolbar .fa {
@@ -137,7 +142,7 @@
 }
 
 #query-box .toolbar-bottom {
-       padding-bottom: 0.5em;
+       padding: 1em  0 0.5em 0;
        vertical-align: bottom;
        text-align: center;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb5589fedbc34e14997dcc679c58acbb80592eef
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <jonas.kr...@wikimedia.de>

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

Reply via email to