Browse Source

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)
rugk 10 years ago
parent
commit
3924790864
1 changed files with 5 additions and 1 deletions
  1. 5 1
      css/bootstrap/zerobin.css

+ 5 - 1
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;
-}
+}