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-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 {
|
2017-06-30 14:44:19 +00:00
|
|
|
svg.icon {
|
|
|
|
fill: #fff;
|
|
|
|
}
|
2017-07-13 09:37:22 +00:00
|
|
|
|
|
|
|
.btn-slot {
|
|
|
|
width: auto;
|
|
|
|
}
|
2016-09-19 14:04:56 +00:00
|
|
|
}
|
|
|
|
}
|
2017-03-16 10:24:03 +00:00
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
.extra {
|
|
|
|
> section {
|
|
|
|
line-height: 20px;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
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 {
|
2017-04-25 16:52:51 +00:00
|
|
|
//min-width: 126px;
|
2017-03-13 16:29:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.right {
|
2017-07-13 09:26:44 +00:00
|
|
|
flex-grow: 1;
|
2017-05-04 12:36:42 +00:00
|
|
|
min-width: 100px;
|
2017-03-01 13:33:12 +00:00
|
|
|
}
|
2016-10-05 10:40:18 +00:00
|
|
|
|
2017-06-30 14:44:19 +00:00
|
|
|
.status-label {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2018-03-21 11:11:03 +00:00
|
|
|
.dropdown-menu {
|
|
|
|
label {
|
|
|
|
color: @gray-deep;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-07-13 09:37:22 +00:00
|
|
|
.btn-users,
|
|
|
|
.btn-header {
|
|
|
|
&:hover {
|
2017-06-30 14:44:19 +00:00
|
|
|
&:not(.disabled) {
|
2017-07-13 09:37:22 +00:00
|
|
|
background-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-21 11:11:03 +00:00
|
|
|
&:active, &.active {
|
2017-07-13 09:37:22 +00:00
|
|
|
&:not(.disabled) {
|
|
|
|
background-color: rgba(0,0,0,0.2);
|
2017-06-30 14:44:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-01 12:14:19 +00:00
|
|
|
#box-doc-name {
|
2017-03-01 13:33:12 +00:00
|
|
|
flex-grow: 1;
|
2018-02-05 22:01:29 +00:00
|
|
|
display: flex;
|
2017-08-01 12:14:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#rib-doc-name {
|
2017-04-28 10:44:03 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
min-width: 50px;
|
2017-07-13 09:26:44 +00:00
|
|
|
text-align: center;
|
2017-08-01 12:14:19 +00:00
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0 none;
|
|
|
|
cursor: default;
|
|
|
|
|
2017-08-15 11:44:59 +00:00
|
|
|
&:hover:not(:disabled) {
|
|
|
|
border: 1px solid @gray-dark;
|
|
|
|
background-color: rgba(255,255,255,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus:not(:active) {
|
|
|
|
border: 1px solid @gray-dark;
|
2017-08-01 12:14:19 +00:00
|
|
|
cursor: text;
|
2017-08-15 11:44:59 +00:00
|
|
|
background-color: white;
|
|
|
|
color: @gray-deep;
|
2017-08-01 12:14:19 +00:00
|
|
|
}
|
2017-08-22 08:40:23 +00:00
|
|
|
width: 100%;
|
2016-10-05 10:40:18 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-03-16 10:24:03 +00:00
|
|
|
#rib-save-status {
|
2017-04-28 10:44:03 +00:00
|
|
|
white-space: nowrap;
|
2017-03-16 10:24:03 +00:00
|
|
|
&.locked {
|
|
|
|
text-decoration: none;
|
2017-04-06 09:42:10 +00:00
|
|
|
color: @gray-darker;
|
2017-03-16 10:24:03 +00:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
display: block;
|
|
|
|
content: attr(data-width);
|
|
|
|
height: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-01 13:33:12 +00:00
|
|
|
#header-logo {
|
2017-04-25 16:52:51 +00:00
|
|
|
max-width: 200px;
|
2017-03-01 13:33:12 +00:00
|
|
|
height: 100%;
|
2017-06-15 17:19:29 +00:00
|
|
|
padding: 7px 24px 7px 12px;
|
2016-03-11 00:48:53 +00:00
|
|
|
|
2017-04-25 16:52:51 +00:00
|
|
|
i {
|
2017-09-19 12:42:44 +00:00
|
|
|
cursor: pointer;
|
2017-06-08 15:14:36 +00:00
|
|
|
width: 86px;
|
2017-04-25 16:52:51 +00:00
|
|
|
height: 20px;
|
|
|
|
display: block;
|
2017-07-21 10:48:02 +00:00
|
|
|
.background-ximage('@{common-image-path}/header/header-logo.png', '@{common-image-path}/header/header-logo@2x.png', 86px);
|
2017-04-22 14:51:12 +00:00
|
|
|
}
|
2017-09-19 12:42:44 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
2017-03-13 16:29:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tlb-box-users {
|
|
|
|
}
|
|
|
|
|
|
|
|
#tlb-change-rights {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-users {
|
2018-02-05 22:01:29 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-03-13 16:29:05 +00:00
|
|
|
cursor: pointer;
|
2018-02-05 22:01:29 +00:00
|
|
|
padding: 0 12px;
|
|
|
|
height: 100%;
|
2017-03-13 16:29:05 +00:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2018-02-22 21:19:40 +00:00
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
opacity: 0.65;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2017-03-13 16:29:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cousers-menu {
|
|
|
|
position: fixed;
|
|
|
|
top: @height-tabs - 8px;
|
|
|
|
left: 100%;
|
|
|
|
margin-left: -285px;
|
|
|
|
|
|
|
|
padding: 14px;
|
|
|
|
width: 285px;
|
|
|
|
font-size: 12px;
|
|
|
|
|
2018-02-22 21:19:40 +00:00
|
|
|
z-index: 1042;
|
|
|
|
|
|
|
|
.top-title & {
|
|
|
|
top: @height-title + @height-tabs - 8px;
|
|
|
|
}
|
|
|
|
|
2017-03-13 16:29:05 +00:00
|
|
|
> label {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2017-06-30 14:44:19 +00:00
|
|
|
label {
|
|
|
|
color: @gray-deep;
|
|
|
|
}
|
|
|
|
|
2017-03-13 16:29:05 +00:00
|
|
|
.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;
|
2017-10-18 14:10:49 +00:00
|
|
|
margin-top: -5px;
|
2017-03-13 16:29:05 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-07-13 09:37:22 +00:00
|
|
|
|
|
|
|
.hedset {
|
|
|
|
font-size: 0;
|
2018-02-05 22:01:29 +00:00
|
|
|
display: flex;
|
2018-03-21 11:11:03 +00:00
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2017-07-13 09:37:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-header {
|
2018-02-05 22:01:29 +00:00
|
|
|
height: 100%;
|
2017-07-13 09:37:22 +00:00
|
|
|
background-color: transparent;
|
2018-02-05 22:01:29 +00:00
|
|
|
width: 40px;
|
2017-07-13 09:37:22 +00:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
2018-01-23 17:35:16 +00:00
|
|
|
|
2018-02-05 22:01:29 +00:00
|
|
|
svg.icon {
|
2018-01-24 10:57:58 +00:00
|
|
|
display: inline-block;
|
2018-02-05 22:01:29 +00:00
|
|
|
vertical-align: middle;
|
2018-01-24 10:57:58 +00:00
|
|
|
}
|
|
|
|
|
2018-02-05 22:01:29 +00:00
|
|
|
.btn&[disabled],
|
|
|
|
&.disabled {
|
|
|
|
opacity: 0.65;
|
|
|
|
}
|
2018-01-24 10:57:58 +00:00
|
|
|
|
2018-02-05 22:01:29 +00:00
|
|
|
&:hover {
|
|
|
|
&:not(.disabled) {
|
|
|
|
background-color: rgba(255,255,255,0.2);
|
2018-01-24 10:57:58 +00:00
|
|
|
}
|
2018-02-05 22:01:29 +00:00
|
|
|
}
|
2018-01-24 10:57:58 +00:00
|
|
|
|
2018-02-05 22:01:29 +00:00
|
|
|
&:active {
|
|
|
|
&:not(.disabled) {
|
|
|
|
background-color: rgba(0,0,0,0.2);
|
2018-01-24 10:57:58 +00:00
|
|
|
}
|
2018-02-05 22:01:29 +00:00
|
|
|
}
|
2018-03-21 11:11:03 +00:00
|
|
|
|
|
|
|
&.no-caret {
|
|
|
|
.inner-box-caret {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2018-02-05 22:01:29 +00:00
|
|
|
}
|
2018-01-24 10:57:58 +00:00
|
|
|
|
2018-02-05 22:01:29 +00:00
|
|
|
#box-document-title {
|
|
|
|
background-color: @tabs-bg-color;
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
color:#fff;
|
2018-02-28 13:31:59 +00:00
|
|
|
position: relative;
|
2018-02-05 22:01:29 +00:00
|
|
|
|
|
|
|
.btn-slot {
|
|
|
|
display: inline-block;
|
2018-01-24 10:57:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
svg.icon {
|
|
|
|
fill: #fff;
|
2018-02-28 13:24:48 +00:00
|
|
|
|
|
|
|
&.icon-save {
|
|
|
|
&.btn-save-coauth, &.btn-synch {
|
|
|
|
use:first-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.btn-save-coauth) {
|
|
|
|
use#coauth {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:not(.btn-synch) {
|
|
|
|
use#sync {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-01-24 10:57:58 +00:00
|
|
|
}
|
2018-01-23 17:35:16 +00:00
|
|
|
|
|
|
|
#title-doc-name {
|
2018-02-28 13:31:59 +00:00
|
|
|
position: absolute;
|
2018-01-23 17:35:16 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
|
|
|
height: 100%;
|
2018-02-28 13:31:59 +00:00
|
|
|
width: 100%;
|
2018-01-24 10:57:58 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border: 0 none;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
#title-user-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: right;
|
2018-02-05 22:01:29 +00:00
|
|
|
font-size: 11px;
|
|
|
|
max-width: 50%;
|
2018-01-24 10:57:58 +00:00
|
|
|
height: 100%;
|
2018-02-05 22:01:29 +00:00
|
|
|
padding: 0 12px;
|
|
|
|
line-height: @height-title;
|
2018-01-23 17:35:16 +00:00
|
|
|
}
|
2018-02-28 13:31:59 +00:00
|
|
|
|
|
|
|
.lr-separator {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2018-01-23 17:35:16 +00:00
|
|
|
}
|