diff --git a/webadmin/src/index.html b/webadmin/src/index.html index ad911891c..ede385380 100644 --- a/webadmin/src/index.html +++ b/webadmin/src/index.html @@ -172,7 +172,7 @@ -
+
-
+
-
- + +
diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 6f182630f..a66670369 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -124,22 +124,31 @@ html { } .content { - max-width: 800px; - margin: 0 auto; -} - -.content-large { max-width: 970px; margin: 0 auto; } -.navbar-brand-icon { - padding: 5px 15px; -} +.navbar { + display: block; + width: 100%; + flex-grow: 1; + + .navbar-collapse { + background-color: #F8F8F8; + } -.navbar-nav > li > a { @media(min-width:768px) { - padding: 13px 15px; + max-height: 50px; + } + + .navbar-brand-icon { + padding: 5px 15px; + } + + .navbar-nav > li > a { + @media(min-width:768px) { + padding: 13px 15px; + } } } @@ -407,10 +416,6 @@ h1, h2, h3 { } } -.page-wrapper { - padding: 0px 30px; -} - .loading-banner { padding-top: 150px; text-align: center; @@ -662,24 +667,19 @@ h1, h2, h3 { } footer { + flex-grow: 1; background-color: #EFEFEF; - bottom: 0; width: 100%; color: #555; + max-height: 30px; font-size: 14px; padding: 5px; - z-index: 1000; text-align: center; + box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); a { color: #62bdfc; - padding: 10px; - } -} - -@media(min-width:767px) { - footer { - position: fixed; + padding: 0 10px; } } @@ -981,20 +981,6 @@ $graphs-success-alt: lighten(#27CE65, 20%); font-weight: normal; } -// ---------------------------- -// Support -// ---------------------------- - -.support { - - max-width: 600px; - - h3 { - margin-top: 0; - margin-bottom: 20px; - } -} - // ---------------------------- // Notification // ---------------------------- @@ -1171,3 +1157,21 @@ $graphs-success-alt: lighten(#27CE65, 20%); color: #00FFFF; } } + +body { + height: 100%; + width: 100%; +} + +.layout-root { + display: flex; + flex-direction: column; + height: 100%; + max-height: 100%; + width: 100%; +} + +.layout-content { + flex-grow: 2; + overflow: auto; +} diff --git a/webadmin/src/views/account.html b/webadmin/src/views/account.html index 2029f73a5..8cb6788a8 100644 --- a/webadmin/src/views/account.html +++ b/webadmin/src/views/account.html @@ -101,8 +101,6 @@ -
-

Account

@@ -169,6 +167,3 @@
- - -

diff --git a/webadmin/src/views/activity.html b/webadmin/src/views/activity.html index 9b1d74ff4..1540135dc 100644 --- a/webadmin/src/views/activity.html +++ b/webadmin/src/views/activity.html @@ -1,6 +1,4 @@ -
-

Activity Log

@@ -47,6 +45,3 @@
- - -

diff --git a/webadmin/src/views/apps.html b/webadmin/src/views/apps.html index 3abcc025e..ad13c9d0c 100644 --- a/webadmin/src/views/apps.html +++ b/webadmin/src/views/apps.html @@ -376,15 +376,13 @@
-
- -
+

Your Apps

-
+ - - -

diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 91b60e2ab..a4f2545a4 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -200,109 +200,102 @@
-
-

Settings

@@ -454,6 +452,3 @@
- - -

diff --git a/webadmin/src/views/support.html b/webadmin/src/views/support.html index b44a9b936..f05e33f8a 100644 --- a/webadmin/src/views/support.html +++ b/webadmin/src/views/support.html @@ -1,80 +1,84 @@ -
-
- -
-
-

Support

-
+
+
+

Support

+
-
-
-
-
-

Documentation and Chat

- For user manuals and app development related questions, please refer to our documentation. - Cloudron is open source - use the issue tracker - to report bugs and raise feature requests. -

- For any other questions, chat with us live at chat.cloudron.io. -
-
-
+
+
+

Documentation and Chat

+
-
- -
-
-
-
-

Feedback

- We would love to hear your feedback. Help us improve our product by reporting any bugs or feature requests. -
-
-
-
- -
-
- -
-
- -
- - {{feedback.error}} - Thank You! -
-
-
-
-
- -
- -
-
-
-
-

Remote Support

- Enable this option to allow Cloudron engineers to connect to this server via SSH. -
-
- Do not enable this option before contacting us first at chat.cloudron.io. -
-
- -
+
+
+
+
+ For user manuals and app development related questions, please refer to our documentation. + Cloudron is open source - use the issue tracker + to report bugs and raise feature requests. +

+ For any other questions, chat with us live at chat.cloudron.io.
- -

+
+
+

Feedback

+
+
+ +
+
+
+
+ We would love to hear your feedback. Help us improve our product by reporting any bugs or feature requests. +
+
+
+
+ +
+
+ +
+
+ +
+ + {{feedback.error}} + Thank You! +
+
+
+
+
+ +
+
+

Remote Support

+
+
+ +
+
+
+
+ Enable this option to allow Cloudron engineers to connect to this server via SSH. +
+
+ Do not enable this option before contacting us first at chat.cloudron.io. +
+
+ +
+
+
+
diff --git a/webadmin/src/views/tokens.html b/webadmin/src/views/tokens.html index 07f26f6ac..af5a325da 100644 --- a/webadmin/src/views/tokens.html +++ b/webadmin/src/views/tokens.html @@ -78,12 +78,9 @@
-
- -
-

API

+

API

@@ -183,6 +180,3 @@
- - -

diff --git a/webadmin/src/views/users.html b/webadmin/src/views/users.html index ba206c977..ef015ede6 100644 --- a/webadmin/src/views/users.html +++ b/webadmin/src/views/users.html @@ -231,9 +231,7 @@
-
- -
+
@@ -344,6 +342,3 @@
- - -