|
|
@ -6,8 +6,8 @@ |
|
|
* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org> |
|
|
* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org> |
|
|
* @copyright Copyright (c) 2016, jowi <sjw@gmx.ch> |
|
|
* @copyright Copyright (c) 2016, jowi <sjw@gmx.ch> |
|
|
* @copyright Copyright (c) 2015, Hendrik Leppelsack <hendrik@leppelsack.de> |
|
|
* @copyright Copyright (c) 2015, Hendrik Leppelsack <hendrik@leppelsack.de> |
|
|
* @copyright Copyright (c) 2015, Jan-Christoph Borchardt <hey@jancborchardt.net> |
|
|
|
|
|
* @copyright Copyright (c) 2015, Volker E <volker.e@temporaer.net> |
|
|
* @copyright Copyright (c) 2015, Volker E <volker.e@temporaer.net> |
|
|
|
|
|
* @copyright Copyright (c) 2014-2017, Jan-Christoph Borchardt <hey@jancborchardt.net> |
|
|
* |
|
|
* |
|
|
* @license GNU AGPL version 3 or any later version |
|
|
* @license GNU AGPL version 3 or any later version |
|
|
* |
|
|
* |
|
|
@ -248,10 +248,6 @@ nav { |
|
|
left: 242px; |
|
|
left: 242px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#expanddiv:after { |
|
|
|
|
|
right: 15px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#navigation { |
|
|
#navigation { |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
* { |
|
|
* { |
|
|
@ -372,7 +368,7 @@ nav { |
|
|
#expand { |
|
|
#expand { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
padding: 7px 30px 6px 10px; |
|
|
|
|
|
|
|
|
padding: 7px 20px 6px 10px; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
* { |
|
|
* { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
@ -386,14 +382,12 @@ nav { |
|
|
&:focus, |
|
|
&:focus, |
|
|
&:active { |
|
|
&:active { |
|
|
color: $color-primary-text; |
|
|
color: $color-primary-text; |
|
|
img { |
|
|
|
|
|
|
|
|
img, |
|
|
|
|
|
#expandDisplayName { |
|
|
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; |
|
|
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.icon-caret { |
|
|
|
|
|
margin-top: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Profile picture in header */ |
|
|
/* Profile picture in header */ |
|
|
.avatardiv { |
|
|
.avatardiv { |
|
|
@ -409,6 +403,11 @@ nav { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#expandDisplayName { |
|
|
|
|
|
padding: 8px; |
|
|
|
|
|
opacity: .7; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#expanddiv { |
|
|
#expanddiv { |
|
|
@ -425,7 +424,7 @@ nav { |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
&:after { |
|
|
&:after { |
|
|
/* position of dropdown arrow */ |
|
|
/* position of dropdown arrow */ |
|
|
right: 15px; |
|
|
|
|
|
|
|
|
right: 13px; |
|
|
} |
|
|
} |
|
|
a { |
|
|
a { |
|
|
display: block; |
|
|
display: block; |
|
|
@ -449,14 +448,6 @@ nav { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* do not show display name when profile picture is present */ |
|
|
|
|
|
|
|
|
|
|
|
#header { |
|
|
|
|
|
.avatardiv.avatardiv-shown + #expandDisplayName { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#appmenu { |
|
|
#appmenu { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
width: auto; |
|
|
width: auto; |
|
|
|