Nemo bis has uploaded a new change for review.

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


Change subject: Prevent gerrit logo from pushing the search bar outside the 
screen
......................................................................

Prevent gerrit logo from pushing the search bar outside the screen

Adding responsive rule per hashar's instigation.
I have a 1024x768px screen and with "My" tab selected I lack
250px of space to reach the end (arrow to open settings).

Change-Id: Iaedbea9b5f43ac453c882a9ee172064f852833cd
---
M files/gerrit/skin/GerritSite.css
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/58082/1

diff --git a/files/gerrit/skin/GerritSite.css b/files/gerrit/skin/GerritSite.css
index c67b399..9f6e09d 100644
--- a/files/gerrit/skin/GerritSite.css
+++ b/files/gerrit/skin/GerritSite.css
@@ -67,6 +67,13 @@
 }
 
 /**
+ * Prevent the header from pushing the search bar outside the screen in 
non-wide screens.
+ */
+@media screen and (max-width: 1280px) {
+       .wm-gerrit-heading { display:none; }
+}
+
+/**
  * Top menu (navigation)
  */
 #gerrit_topmenu {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaedbea9b5f43ac453c882a9ee172064f852833cd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis <[email protected]>

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

Reply via email to