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

Change subject: Create interface should be on a single line on smaller screens
......................................................................


Create interface should be on a single line on smaller screens

Optimise for this. We can add media queries to improve this later.

Change-Id: Ib2a8a0447ff04dd0f863b45545dae2942eeff941
---
M resources/ext.gather.watchstar/contentOverlay.less
1 file changed, 11 insertions(+), 0 deletions(-)

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



diff --git a/resources/ext.gather.watchstar/contentOverlay.less 
b/resources/ext.gather.watchstar/contentOverlay.less
index b543653..f6dd944 100644
--- a/resources/ext.gather.watchstar/contentOverlay.less
+++ b/resources/ext.gather.watchstar/contentOverlay.less
@@ -69,6 +69,17 @@
                        margin: 12px 0 0;
                }
 
+               // Limit size for small resolutions so fits in one line
+               form {
+                       input {
+                               max-width: 150px;
+                       }
+                       button {
+                               margin-left: 1px;
+                               max-width: 80px;
+                       }
+               }
+
                li {
                        cursor: pointer;
                        border-top: solid 1px @grayLight;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib2a8a0447ff04dd0f863b45545dae2942eeff941
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Robmoen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to