web-apps/apps/common/main/resources/less/header.less
2018-02-07 01:37:23 +03:00

307 lines
5.7 KiB
Plaintext

//#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;
//}
//#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;
// }
// }
//}
.toolbar {
.extra {
svg.icon {
fill: #fff;
}
.btn-slot {
width: auto;
}
}
}
.extra {
> section {
line-height: 20px;
height: 100%;
display: flex;
}
&.left {
//min-width: 126px;
}
&.right {
flex-grow: 1;
min-width: 100px;
}
.status-label {
padding: 0 10px;
}
label {
color: #fff;
}
.btn-users,
.btn-header {
&:hover {
&:not(.disabled) {
background-color: rgba(255,255,255,0.2);
}
}
&:active {
&:not(.disabled) {
background-color: rgba(0,0,0,0.2);
}
}
}
#box-doc-name {
flex-grow: 1;
display: flex;
}
#rib-doc-name {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
min-width: 50px;
text-align: center;
color: #fff;
background-color: transparent;
border: 0 none;
cursor: default;
&:hover:not(:disabled) {
border: 1px solid @gray-dark;
background-color: rgba(255,255,255,0.2);
}
&:focus:not(:active) {
border: 1px solid @gray-dark;
cursor: text;
background-color: white;
color: @gray-deep;
}
width: 100%;
}
#rib-save-status {
white-space: nowrap;
&.locked {
text-decoration: none;
color: @gray-darker;
cursor: default;
}
&:after {
display: block;
content: attr(data-width);
height: 1px;
overflow: hidden;
visibility: hidden;
}
}
#header-logo {
max-width: 200px;
height: 100%;
padding: 7px 24px 7px 12px;
i {
cursor: pointer;
width: 86px;
height: 20px;
display: block;
.background-ximage('@{common-image-path}/header/header-logo.png', '@{common-image-path}/header/header-logo@2x.png', 86px);
}
img {
cursor: pointer;
}
}
}
#tlb-box-users {
}
#tlb-change-rights {
margin-top: 15px;
}
.btn-users {
display: flex;
align-items: center;
cursor: pointer;
padding: 0 12px;
height: 100%;
.icon {
display: inline-block;
width: 20px;
height: 20px;
}
.caption {
cursor: pointer;
font-size: 14px;
}
}
.cousers-menu {
position: fixed;
top: @height-tabs - 8px;
left: 100%;
margin-left: -285px;
padding: 14px;
width: 285px;
font-size: 12px;
> label {
white-space: normal;
}
label {
color: @gray-deep;
}
.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: -5px;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle;
}
}
}
.hedset {
font-size: 0;
display: flex;
}
.btn-header {
height: 100%;
background-color: transparent;
width: 40px;
.icon {
width: 20px;
height: 20px;
}
svg.icon {
display: inline-block;
vertical-align: middle;
}
.btn&[disabled],
&.disabled {
opacity: 0.65;
}
&:hover {
&:not(.disabled) {
background-color: rgba(255,255,255,0.2);
}
}
&:active {
&:not(.disabled) {
background-color: rgba(0,0,0,0.2);
}
}
}
#box-document-title {
background-color: @tabs-bg-color;
display: flex;
height: 100%;
color:#fff;
.btn-slot {
display: inline-block;
}
svg.icon {
fill: #fff;
}
#title-doc-name {
flex-grow: 1;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
font-size: 12px;
height: 100%;
background-color: transparent;
border: 0 none;
cursor: default;
}
#title-user-name {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: right;
font-size: 11px;
max-width: 50%;
height: 100%;
padding: 0 12px;
line-height: @height-title;
}
}