2014-06-04 09:17:18 +00:00
|
|
|
#header .logo {
|
|
|
|
background-image: url(../img/logo.svg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 250px;
|
|
|
|
height: 118px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2014-05-16 15:11:51 +00:00
|
|
|
#header .logo-wide {
|
2014-06-04 09:17:18 +00:00
|
|
|
background-image: url(../img/logo-wide.svg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 147px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header .logo-icon {
|
|
|
|
/* display logo so appname can be shown next to it */
|
2014-05-16 15:11:51 +00:00
|
|
|
display: inline-block;
|
2014-06-04 09:17:18 +00:00
|
|
|
background-image: url(../img/logo-icon.svg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 60px;
|
|
|
|
height: 32px;
|
2014-05-16 15:11:51 +00:00
|
|
|
}
|
2014-06-04 09:17:18 +00:00
|
|
|
|
2014-06-04 11:17:47 +00:00
|
|
|
#header .menutoggle {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
left: 70px;
|
2014-06-04 13:07:15 +00:00
|
|
|
height: 27px;
|
|
|
|
padding-top: 18px;
|
|
|
|
padding-right: 10px;
|
2014-06-04 11:17:47 +00:00
|
|
|
}
|
2014-06-04 09:17:18 +00:00
|
|
|
|
2014-05-16 15:11:51 +00:00
|
|
|
/* show appname next to logo */
|
|
|
|
.header-appname {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
color: #fff;
|
2014-06-04 09:17:18 +00:00
|
|
|
font-size: 16px;
|
|
|
|
margin: 0;
|
|
|
|
margin-top: -24px;
|
|
|
|
padding: 7px 0 7px 5px;
|
|
|
|
vertical-align: middle;
|
2014-05-16 15:11:51 +00:00
|
|
|
}
|
2014-05-15 12:52:36 +00:00
|
|
|
/* show caret indicator next to logo to make clear it is tappable */
|
2014-05-16 15:11:51 +00:00
|
|
|
#header .icon-caret {
|
|
|
|
display: inline-block;
|
|
|
|
width: 12px;
|
2014-06-04 09:17:18 +00:00
|
|
|
height: 12px;
|
|
|
|
margin: 0;
|
|
|
|
margin-top: -21px;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: middle;
|
2014-05-16 15:11:51 +00:00
|
|
|
}
|
|
|
|
.header-appname,
|
|
|
|
#header .icon-caret {
|
2014-05-28 09:33:52 +00:00
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
|
|
|
|
filter: alpha(opacity=75);
|
|
|
|
opacity: .75;
|
2014-05-15 12:52:36 +00:00
|
|
|
}
|
|
|
|
/* do not show menu toggle on public share links as there is no menu */
|
2014-05-16 15:11:51 +00:00
|
|
|
#body-public #header .icon-caret {
|
|
|
|
display: none;
|
2014-05-15 12:52:36 +00:00
|
|
|
}
|
|
|
|
|
2014-05-16 15:11:51 +00:00
|
|
|
|
2014-05-15 12:52:36 +00:00
|
|
|
/* toggle navigation */
|
|
|
|
#content-wrapper {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navigation {
|
|
|
|
top: 45px;
|
|
|
|
bottom: initial;
|
2014-05-16 15:41:31 +00:00
|
|
|
width: 265px;
|
|
|
|
max-height: 85%;
|
2014-05-15 12:52:36 +00:00
|
|
|
margin-top: 0;
|
|
|
|
top: 45px;
|
|
|
|
background-color: rgba(36, 40, 47, .97);
|
|
|
|
overflow-x: initial;
|
|
|
|
border-bottom-right-radius: 7px;
|
|
|
|
border-bottom: 1px #333 solid;
|
|
|
|
border-right: 1px #333 solid;
|
|
|
|
box-shadow: 0 0 7px rgba(29,45,68,.97);
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#navigation, #navigation * {
|
|
|
|
box-sizing:border-box; -moz-box-sizing:border-box;
|
|
|
|
}
|
|
|
|
#navigation li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
#navigation a {
|
2014-06-04 13:07:15 +00:00
|
|
|
position: relative;
|
2014-05-15 12:52:36 +00:00
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px 0;
|
|
|
|
}
|
|
|
|
#navigation a span {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 13px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
#navigation .icon {
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#navigation li:first-child .icon {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
/* Apps management as sticky footer */
|
|
|
|
#navigation .wrapper {
|
|
|
|
min-height: initial;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2014-05-19 13:52:27 +00:00
|
|
|
#apps-management {
|
2014-05-15 12:52:36 +00:00
|
|
|
height: initial;
|
|
|
|
}
|
|
|
|
|
2014-06-04 13:07:15 +00:00
|
|
|
|
|
|
|
/* loading feedback for apps */
|
|
|
|
#navigation .app-loading .icon-loading-dark {
|
|
|
|
display: inline !important;
|
|
|
|
position: absolute;
|
|
|
|
top: 20px;
|
|
|
|
left: 24px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
background-color: rgba(0, 0, 0, .2);
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
#navigation .app-loading .icon {
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
|
|
|
|
filter: alpha(opacity=20);
|
|
|
|
opacity: .2;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-05-15 12:52:36 +00:00
|
|
|
/* shift to account for missing navigation */
|
|
|
|
#body-user #controls,
|
|
|
|
#body-settings #controls {
|
|
|
|
padding-left: 0;
|
2014-05-19 13:52:27 +00:00
|
|
|
}
|