2017-03-01 13:33:12 +00:00
|
|
|
//#header-logo {
|
|
|
|
// background-color: @app-header-bg-color-dark;
|
|
|
|
// min-width: 15px + 90px + 5px;
|
|
|
|
// .background-ximage('@{common-image-path}/header/header-logo.png', '@{common-image-path}/header/header-logo@2x.png', 86px);
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
// background-position: 15px center;
|
|
|
|
// cursor: pointer;
|
|
|
|
//}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
//#header-developer {
|
|
|
|
// background-color: #ffb400;
|
|
|
|
// padding-left: 15px + @app-header-height / 3;
|
|
|
|
// & > div {
|
|
|
|
// position: relative;
|
|
|
|
// background-color: #ffb400;
|
|
|
|
// color: #6e4e00 !important;
|
|
|
|
// padding-right: 15px;
|
|
|
|
// cursor: default;
|
|
|
|
// z-index: 1;
|
|
|
|
// white-space: nowrap;
|
|
|
|
// height: @app-header-height;
|
|
|
|
// line-height: @app-header-height;
|
|
|
|
//
|
|
|
|
// &:after {
|
|
|
|
// content: '';
|
|
|
|
// position: absolute;
|
|
|
|
// top: 0;
|
|
|
|
// right: -@app-header-height / 2;
|
|
|
|
// width: @app-header-height / 2;
|
|
|
|
// height: @app-header-height;
|
|
|
|
// border-top: @app-header-height / 2 solid transparent;
|
|
|
|
// border-left: @app-header-height / 3 solid #ffb400;
|
|
|
|
// border-bottom: @app-header-height / 2 solid transparent;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
//#header-documentcaption {
|
|
|
|
// width: 100%;
|
|
|
|
// max-width: 100px;
|
|
|
|
// overflow: hidden;
|
|
|
|
// text-overflow: ellipsis;
|
|
|
|
// background-color: @app-header-bg-color;
|
|
|
|
// padding: 0 7px + @app-header-height / 3;
|
|
|
|
// cursor: default;
|
|
|
|
//
|
|
|
|
// div {
|
|
|
|
// display: inline-block;
|
|
|
|
// padding: 2px 8px;
|
|
|
|
//
|
|
|
|
// &.renamed:hover {
|
|
|
|
// background-color: @app-header-bg-color-dark;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
.toolbar {
|
|
|
|
.extra {
|
|
|
|
.elset:not(:first-child) {
|
|
|
|
margin-top: 0;
|
2016-09-19 14:04:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-03-01 13:33:12 +00:00
|
|
|
.extra {
|
|
|
|
> section {
|
|
|
|
line-height: 20px;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2016-10-05 10:40:18 +00:00
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
&.left {
|
|
|
|
min-width: 150px;
|
2017-03-13 16:29:05 +00:00
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.right {
|
|
|
|
padding-right: 12px;
|
2017-03-01 13:33:12 +00:00
|
|
|
}
|
2016-10-05 10:40:18 +00:00
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
#doc-name {
|
|
|
|
flex-grow: 1;
|
2016-10-05 10:40:18 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
#header-logo {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-03-11 00:48:53 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
.background-ximage('@{app-image-path}/logo.png', '@{app-image-path}/logo.png', 240px);
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2017-03-13 16:29:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tlb-box-users {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tlb-change-rights {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#slot-btn-back {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-users {
|
|
|
|
display: inline-flex;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0 7px;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: inline-block;
|
|
|
|
background-position: -14px -197px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//.icusers {background-position: -14px -197px;}
|
|
|
|
//button.active > .icusers,
|
|
|
|
//button:active > .icusers {background-position: -14px -197px !important;}
|
|
|
|
|
|
|
|
.cousers-menu {
|
|
|
|
position: fixed;
|
|
|
|
top: @height-tabs - 8px;
|
|
|
|
left: 100%;
|
|
|
|
margin-left: -285px;
|
|
|
|
|
|
|
|
padding: 14px;
|
|
|
|
width: 285px;
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
> label {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cousers-list {
|
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
max-height: 190px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
padding: 2px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
&.offline, &.viewmode {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.color {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 1px solid @gray-dark;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
display: block;
|
|
|
|
padding-left: 16px;
|
|
|
|
margin-top: -3px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|