From 8b381e2081cfcfcaf03449dc35a5001748cfa131 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 14 Aug 2014 14:18:42 -0700 Subject: [PATCH] Hygiene: clean up messy less file Change-Id: I8c76e92b8a4d79cd26ac7ed54c20bdae54e0b5bd --- modules/overlay/ext.echo.overlay.less | 42 +++++++++++++-------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/modules/overlay/ext.echo.overlay.less b/modules/overlay/ext.echo.overlay.less index 0e95e1882..93c9d405b 100644 --- a/modules/overlay/ext.echo.overlay.less +++ b/modules/overlay/ext.echo.overlay.less @@ -1,11 +1,5 @@ @import '../mixins.less'; -.mw-echo-title { - a { - font-weight: bold; - } -} - @offset: 200px; @chevronHeight: 11px; .mw-echo-overlay { @@ -34,23 +28,7 @@ // subtract half the width from the offset and then add the left box shadow left: @offset - 10px + 3px; } -} -.mw-echo-title { - // Helper class to be used to force single-line text in overlay - .plainlinks { - .truncated-text(); - max-width: 100%; - display: inline-block; - vertical-align: top; - } - - a { - font-weight: bold; - } -} - -.mw-echo-overlay { button { top: 15px; right: 15px; @@ -121,6 +99,26 @@ } } +.mw-echo-title { + a { + font-weight: bold; + } + + // Helper class to be used to force single-line text in overlay + .plainlinks { + .truncated-text(); + max-width: 100%; + display: inline-block; + vertical-align: top; + } + + a { + font-weight: bold; + } +} + + + .mw-echo-notification-primary-link { display: none; }