diff --git a/public/lib/buefy-0.7.5.css b/public/lib/buefy-0.7.5.css index 27d35a8..8eb4709 100644 --- a/public/lib/buefy-0.7.5.css +++ b/public/lib/buefy-0.7.5.css @@ -4148,7 +4148,7 @@ a.list-item { font-size: 1.5rem; } .menu-list { - line-height: 1.25; + line-height: 1.5; float: left; width: 230px; height: 100%; @@ -4161,6 +4161,7 @@ a.list-item { color: white; } .menu-list a { border-radius: 2px; + padding-bottom: 5px; display: block; padding: 0.5em 0.75em; background-color: #0046a0; @@ -4176,9 +4177,8 @@ a.list-item { margin: 0.75em; padding-left: 0.75em; background-color: #0046a0; } - .menu-item li a { - display: block; - padding: 8px 16px; + .menu-item li { + line-height: 1.5; text-decoration: none; color: white; } diff --git a/public/routes/createMessage.js b/public/routes/createMessage.js index 8fd69f1..1a4048f 100644 --- a/public/routes/createMessage.js +++ b/public/routes/createMessage.js @@ -1,8 +1,8 @@ const CreateMsgRouter = { template: `
-
-
+
+

Neue Nachricht erstellen

@@ -34,40 +34,6 @@ const CreateMsgRouter = { SENDEN
- -
-
-

Neue Nachricht erstellen

- - - - - - - - - - - - - - - - - - ABBRECHEN - SENDEN -
-
`, data: function () { diff --git a/public/routes/files.js b/public/routes/files.js index 805dbd3..f39febd 100644 --- a/public/routes/files.js +++ b/public/routes/files.js @@ -1,8 +1,7 @@ const FileRouter = { template: `
- -
+

Erweiterte Suche

- -
-

Erweiterte Suche

- - - - - - - - - - - - - - - - - - - - SUCHE - -
- -
-
-
`, data: function () { diff --git a/public/style/style.css b/public/style/style.css index abb44c3..6eb2023 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -36,12 +36,6 @@ .om-content a:hover { color: #0046a0; } -.om-content a .menu-list { - color: white !important; -} -.om-content a .menu-list:hover { - color: white !important; -} .content-desktop { margin-right: 30px; } @@ -242,3 +236,8 @@ button.clearButton { .taglink { color: #0046a0; } +@media (min-width: 1088px) { + .pull-right-sm { + float: right; + } +} diff --git a/public/style/style.less b/public/style/style.less index a9d6a64..5420cff 100644 --- a/public/style/style.less +++ b/public/style/style.less @@ -39,10 +39,7 @@ a{ color: #0046a0; &:hover{color: #0046a0;} - .menu-list { - color: white !important; - &:hover{color: white !important; } - }} + } } .content-desktop { @@ -282,3 +279,8 @@ button.clearButton{ color: @color; } +@media (min-width: 1088px) { + .pull-right-sm { + float: right; + } +}