Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-10 12:25:01 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-10 12:25:01 +0300
commit1ff6bb64fd8e3b4d45ef22b9ea1462208fc34545 (patch)
tree50a15246c06cb9d7c71052bd90de6a5fcf84d3fe /css
parent19f7419ff6333c799ba3741fdf156525b38ca3b1 (diff)
Refactor navigation according to styling guidelines
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css23
1 files changed, 2 insertions, 21 deletions
diff --git a/css/mail.css b/css/mail.css
index afa90f6c5..138725537 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -115,11 +115,6 @@
display: none;
}
-#app-navigation .special-inbox,
-#app-navigation .special-all {
- display: block;
-}
-
/* do not overlap collapse icon with special use icon */
#app-navigation .special-inbox .collapse,
@@ -148,11 +143,6 @@
z-index: 1;
}
-#app-navigation-accounts {
- height: calc(100% - 65px);
- overflow-x: hidden;
-}
-
#app-navigation ul ul {
display: block;
}
@@ -161,14 +151,6 @@
display: none;
}
-#app-navigation .navigation-account {
- position: relative;
-}
-#app-navigation .navigation-account .app-navigation-entry-utils-menu-button {
- /* show the account menu toggle (three dots) by default */
- display: inline-block;
-}
-
#app-navigation ul ul li > a {
padding-left: 32px;
}
@@ -219,13 +201,12 @@
}
.mail-account-color {
- display: inline-block;
+ position: absolute;
width: 14px;
height: 14px;
border-radius: 50%;
- position: relative;
left: 15px;
- top: -12px;
+ top: 15px;
}
/* color dot position fix for Safari */
@media not all and (min-resolution:.001dpcm) { @media