From 90edb1621ee149a2c2d9d97031e13c4b3904b86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnau=20V=C3=A0zquez=20Palma?= Date: Sat, 28 May 2022 13:34:49 +0200 Subject: [PATCH] Manual cherry-pick --- core/css/server.css | 29 +++++++++++++++++++++++++++-- core/img/app-icons/Support.svg | 13 +++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 core/img/app-icons/Support.svg diff --git a/core/css/server.css b/core/css/server.css index a8641ffd..ff3eabaf 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -359,7 +359,7 @@ #header .logo { background-size: auto; } - + input.primary, #alternative-logins li a { background-color: #999999; @@ -1695,14 +1695,39 @@ .new-icons .spreadsheet {background-image: url("../img/app-icons/Spreadsheet.svg");} .new-icons .tasks {background-image: url("../img/app-icons/Tasks.svg");} .new-icons .photos {background-image: url("../img/app-icons/Gallery.svg");} + .new-icons .e-user-support-center {background-image: url("../img/app-icons/Support.svg");} + /* .new-icons .passwords {background-image: url("../img/app-icons/Password.svg");} */ + #appmenu li:hover a, #appmenu li a:focus { font-size: 12px; font-family: 'Roboto'; letter-spacing: 1px; } - #filestable thead{background-color: unset !important ;} + #filestable thead{background-color: white !important ;} #recommendations{height: 100px !important;} .recommendation{border: 1px solid #E6E8E9;padding: 10px !important;margin-bottom: 5px;border-radius: 6px !important;} progress{border-radius: 10px 10px !important;height: 12px !important;} #appmenu li a:focus .icon-more, #appmenu li a:focus .icon-more-white {transform: none !important;} #more-apps:hover span, #more-apps:focus span, #more-apps a:focus span{display: none !important;} + + button#quotaincreasebutton { + margin-top: 15px !important; + } + .warning-messsage footer { + position: fixed; + } + @media only screen and (max-width: 640px) { + .new-icons .color-icons { + height: 50px; + background-size: 40px; + } + #launcher-menu { + width: 300px !important; + left: 10% !important; + } + } + @media only screen and (max-width: 640px) { + #launcher-menu { + left: 5% !important; + } + } diff --git a/core/img/app-icons/Support.svg b/core/img/app-icons/Support.svg new file mode 100644 index 00000000..aa9b2cfb --- /dev/null +++ b/core/img/app-icons/Support.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- GitLab