From 7868a65da99800e7ba50f32c52f6709be617b79f Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 5 Jan 2017 15:06:08 +0100 Subject: [PATCH] apply style patches to the correct elements --- customize.dist/main.css | 11 ++++++----- customize.dist/src/less/cryptpad.less | 15 +++++++++------ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/customize.dist/main.css b/customize.dist/main.css index 10ffd4f7b..4b424e4d8 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -337,6 +337,12 @@ html.cp, font-family: Georgia,Cambria,serif; height: 100; } +.cp:not(.poll) #language-selector { + position: absolute; + top: 0px; + right: 0px; + display: inline-block; +} .cp { /* buttons */ /* Tables @@ -348,11 +354,6 @@ html.cp, font-weight: 400; line-height: 2rem; } -.cp #language-selector:not(.poll) { - position: absolute; - top: 0px; - right: 0px; -} .cp a.github-corner > svg { fill: #00ADEE; color: #302B28; diff --git a/customize.dist/src/less/cryptpad.less b/customize.dist/src/less/cryptpad.less index 910cd643b..85923ce11 100644 --- a/customize.dist/src/less/cryptpad.less +++ b/customize.dist/src/less/cryptpad.less @@ -14,6 +14,15 @@ html.cp, .cp body { height: 100; } +.cp:not(.poll) { + #language-selector { + position: absolute; + top: 0px; + right: 0px; + display: inline-block; + } +} + .cp { body { @@ -22,12 +31,6 @@ body { line-height: 2rem; } -#language-selector:not(.poll) { - position: absolute; - top: 0px; - right: 0px; -} - a.github-corner > svg { fill: @cp-blue; color: @base;