From 39247908642257d0387679463c21503c70994222 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 18 Jun 2016 19:24:01 +0200 Subject: [PATCH 1/2] Fixes https://github.com/elrido/ZeroBin/issues/82 However it of course does not look nice in cases where #82 does not appear (e.g. on the front page where there is the "Send" button right of the language menu) --- css/bootstrap/zerobin.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/bootstrap/zerobin.css b/css/bootstrap/zerobin.css index 7135289a..a85476b6 100644 --- a/css/bootstrap/zerobin.css +++ b/css/bootstrap/zerobin.css @@ -32,6 +32,10 @@ body.navbar-spacing { cursor: default; } +.pull-right .dropdown-menu { + margin-left: -56px; +} + #image img { max-width: 100%; height: auto; @@ -70,4 +74,4 @@ footer h4 { li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 { list-style-type: decimal !important; -} \ No newline at end of file +} From 03730f48a1b1ac2974393857d3f7a627e2e441d0 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 18 Jun 2016 19:30:07 +0200 Subject: [PATCH 2/2] Language button was too close to the Send button --- css/bootstrap/zerobin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/bootstrap/zerobin.css b/css/bootstrap/zerobin.css index a85476b6..c9cbead5 100644 --- a/css/bootstrap/zerobin.css +++ b/css/bootstrap/zerobin.css @@ -36,6 +36,10 @@ body.navbar-spacing { margin-left: -56px; } +.btn-primary { + margin-left: 8px; +} + #image img { max-width: 100%; height: auto;