diff --git a/public/bookmark.js b/public/bookmark.js index 92a94f5..020a7d3 100644 --- a/public/bookmark.js +++ b/public/bookmark.js @@ -1,13 +1,45 @@ const BookmarkRouter = { template: `
-

Gepeicherte Beiträge

- -
`, +

Gepeicherte Beiträge

+
+
+ Betreff + +
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

+ #beispiel #tag

+
+
+
+ Betreff + +
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

+ #beispiel #tag

+
+
+
+ Betreff + +
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.

+ #beispiel #tag

+
+ + `, data: function () { return { messages: _messages }; }, diff --git a/public/createMessage.js b/public/createMessage.js index b0cf800..d03bac3 100644 --- a/public/createMessage.js +++ b/public/createMessage.js @@ -1,7 +1,7 @@ const CreateMsgRouter = { template: `
-
Neue Nachricht erstellen
+

Neue Nachricht erstellen

@@ -19,13 +19,6 @@ const CreateMsgRouter = {
-
-
- -
-
diff --git a/public/files.js b/public/files.js index ce35593..8e283b0 100644 --- a/public/files.js +++ b/public/files.js @@ -1,9 +1,9 @@ const FileRouter = { template: `
-

Dateiablage

+

Wichtige Links

- folder_open
+ widgets
Diese Funktion steht noch nicht bereit.
diff --git a/public/img/app_icon.png b/public/img/app_icon.png new file mode 100644 index 0000000..0b97acb Binary files /dev/null and b/public/img/app_icon.png differ diff --git a/public/index.html b/public/index.html index a314d7c..85c57f4 100644 --- a/public/index.html +++ b/public/index.html @@ -60,7 +60,7 @@
- + diff --git a/public/profilCard.js b/public/profilCard.js index 4665a8e..8cf0a9e 100644 --- a/public/profilCard.js +++ b/public/profilCard.js @@ -10,8 +10,8 @@ Vue.component('ProfilCard', {

- - + +
`, diff --git a/public/style/style.css b/public/style/style.css index 3637034..703bf18 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -11,18 +11,21 @@ display: flex; padding-left: 2%; padding-right: 2%; - height: 8%; + height: 65px; background-color: #0046a0; } +.logo-img { + padding: 10px; +} .om-searchbar { display: inline-block; - padding-bottom: 0%; - margin: 3%; + padding: 0; + margin: 15px; } .om-content { margin: 10px; - margin-top: 75px; - margin-bottom: 70px; + margin-top: 80px; + margin-bottom: 80px; } .om-content a { color: #0046a0; @@ -30,6 +33,16 @@ .om-content a:hover { color: #0046a0; } +.om-nav { + position: fixed; + bottom: 0; + height: 65px; + width: 100%; + background-color: #0046a0; +} +.om-nav i { + color: white; +} .om-card { margin: 10px; margin-bottom: 20px; @@ -57,18 +70,9 @@ .om-user-line i { margin-right: 2%; } -.om-nav { - position: fixed; - bottom: 0; - height: 8%; - width: 100%; - background-color: #0046a0; -} -.om-nav i { - color: white; -} .bookmark-headline { margin: 10px; + padding-bottom: 10px; } .empty-state { margin: 40px; @@ -122,6 +126,10 @@ margin-right: auto; margin-bottom: 10px; } +.om-tablinks { + background: 0; + border: 0; +} .form-group.is-focused .form-control .custom-file-control, .form-control, .is-focused .custom-file-control, diff --git a/public/style/style.less b/public/style/style.less index 9f26ec3..c584598 100644 --- a/public/style/style.less +++ b/public/style/style.less @@ -14,27 +14,44 @@ display: flex; padding-left: 2%; padding-right: 2%; - height: 8%; + height: 65px; background-color: @color; } +.logo-img{ + padding:10px; +} + .om-searchbar{ display: inline-block; - padding-bottom: 0%; - margin: 3%; + padding: 0; + margin: 15px; } //content .om-content{ margin: 10px; - margin-top: 75px; - margin-bottom: 70px; + margin-top: 80px; + margin-bottom: 80px; a{ color: @color; &:hover{color:@color;} } } +//footer +.om-nav{ + position:fixed; + bottom: 0; + height: 65px; + width: 100%; + background-color: @color; + i{ + color: white; + } +} + +//msg-Card .om-card{ margin: 10px; margin-bottom: 20px; @@ -45,6 +62,7 @@ justify-content: space-between; display: flex; } + .om-btn{ background-color: @color; color: white; @@ -66,21 +84,10 @@ } } -//footer -.om-nav{ - position:fixed; - bottom: 0; - height: 8%; - width: 100%; - background-color: @color; - i{ - color: white; - } -} - // bookmark .bookmark-headline{ margin: 10px; + padding-bottom: 10px; } //empty state @@ -139,6 +146,11 @@ margin-bottom: 10px; } +.om-tablinks{ + background: 0; + border: 0; +} + //bmd changes