2017-03-21 14:16:27 +00:00
|
|
|
|
|
|
|
#file-menu-panel {
|
|
|
|
> div {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-menu {
|
|
|
|
width: 260px;
|
|
|
|
float: left;
|
|
|
|
border-right: 1px solid @gray-dark;
|
|
|
|
background-color: @gray-light;
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&.fm-btn {
|
|
|
|
height: 27px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
2017-09-05 07:54:44 +00:00
|
|
|
&:hover:not(.disabled) {
|
2017-03-21 14:16:27 +00:00
|
|
|
background-color: @secondary;
|
|
|
|
}
|
|
|
|
|
2017-09-05 07:54:44 +00:00
|
|
|
&.active:not(.disabled) {
|
2017-03-21 14:16:27 +00:00
|
|
|
outline: 0;
|
|
|
|
background-color: @primary;
|
|
|
|
|
|
|
|
> a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
2017-09-05 07:54:44 +00:00
|
|
|
|
|
|
|
&.disabled > a {
|
|
|
|
cursor: default;
|
|
|
|
color: @gray;
|
|
|
|
}
|
|
|
|
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.devider {
|
|
|
|
.dropdown-menu .divider;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> a {
|
|
|
|
&:extend(.dropdown-menu > li > a);
|
|
|
|
padding-top: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-context {
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 260px;
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
.content-box {
|
|
|
|
height: 100%;
|
|
|
|
padding: 0 20px;
|
|
|
|
|
|
|
|
label.empty {
|
|
|
|
position: absolute;
|
|
|
|
top: 45%;
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-22 08:13:37 +00:00
|
|
|
#panel-saveas, #panel-savecopy {
|
2017-03-21 14:16:27 +00:00
|
|
|
table {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: 65px;
|
|
|
|
|
|
|
|
.btn-doc-format {
|
|
|
|
margin: 65px 25px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-doc-format {
|
|
|
|
display: block;
|
|
|
|
width: 98px;
|
|
|
|
height: 125px;
|
|
|
|
cursor: pointer;
|
|
|
|
|
2018-04-17 12:07:30 +00:00
|
|
|
svg&:hover {
|
|
|
|
opacity:0.85;
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-18 11:43:26 +00:00
|
|
|
.btn-blank-format {
|
|
|
|
display: block;
|
|
|
|
width: 96px;
|
|
|
|
height: 96px;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
svg&:hover {
|
|
|
|
opacity:0.85;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-21 14:16:27 +00:00
|
|
|
#panel-settings {
|
|
|
|
#file-menu-panel & {
|
2020-08-06 14:03:17 +00:00
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fms-flex-settings {
|
|
|
|
&.bordered {
|
|
|
|
border-bottom: 1px solid @gray;
|
|
|
|
}
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
tr {
|
|
|
|
td {
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
|
|
|
&.left {
|
|
|
|
text-align: right;
|
|
|
|
width: 30%;
|
|
|
|
|
|
|
|
label {
|
2017-11-15 08:00:22 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.right {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.divider {
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel-createnew {
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 10pt;
|
|
|
|
color: #665;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 0 10px 10px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blank-document {
|
|
|
|
min-width: 650px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blank-document-info {
|
|
|
|
vertical-align: top;
|
|
|
|
width: 445px;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-top: 40px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.blank-document-btn {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 25px 20px 65px;
|
|
|
|
|
2020-06-18 11:43:26 +00:00
|
|
|
width: 96px;
|
|
|
|
height: 96px;
|
2017-03-21 14:16:27 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
margin: 0;
|
|
|
|
border-bottom: none;
|
|
|
|
border-color: #e1e1e1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumb-list {
|
|
|
|
.thumb-wrap {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
width: auto;
|
|
|
|
padding: 30px 20px;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
.thumb {
|
2020-06-18 11:43:26 +00:00
|
|
|
width: 96px;
|
|
|
|
height: 96px;
|
2020-04-30 14:34:04 +00:00
|
|
|
background-repeat: no-repeat;
|
2020-04-30 15:35:30 +00:00
|
|
|
background-position: center;
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel-recentfiles {
|
|
|
|
.item {
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
.box-shadow(none);
|
|
|
|
}
|
|
|
|
|
|
|
|
.recent-wrap {
|
2020-06-11 16:36:37 +00:00
|
|
|
padding: 5px 10px;
|
2017-03-21 14:16:27 +00:00
|
|
|
cursor: pointer;
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&.over {
|
|
|
|
background-color: @gray-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recent-icon {
|
|
|
|
float: left;
|
2020-06-11 16:36:37 +00:00
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
2020-06-15 09:49:11 +00:00
|
|
|
margin-top: 1px;
|
2020-06-11 16:36:37 +00:00
|
|
|
svg {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
> div:not(:first-child) {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-info {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel-help {
|
|
|
|
#file-menu-panel & {
|
|
|
|
padding: 0;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-padding {
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dataview {
|
|
|
|
border-right: 1px solid @gray-dark;
|
|
|
|
|
|
|
|
& > .item {
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
.box-shadow(none);
|
|
|
|
margin: 0;
|
|
|
|
font-size: 12px;
|
2018-07-17 12:19:05 +00:00
|
|
|
float: none;
|
2017-03-21 14:16:27 +00:00
|
|
|
|
|
|
|
&:not(.header-name) {
|
|
|
|
&:hover,
|
|
|
|
&.over {
|
|
|
|
background-color: @gray-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
background-color: @primary;
|
|
|
|
color: @dropdown-link-active-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-item-wrap {
|
2018-07-17 12:19:05 +00:00
|
|
|
padding: 4px 2px 4px 20px;
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-name {
|
2018-07-17 12:19:05 +00:00
|
|
|
padding: 16px 2px 4px 10px;
|
|
|
|
font-size: 12px;
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-06 18:08:07 +00:00
|
|
|
#panel-info {
|
|
|
|
#file-menu-panel & {
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fms-flex-info {
|
|
|
|
&.bordered {
|
|
|
|
border-bottom: 1px solid @gray;
|
|
|
|
}
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-03-21 14:16:27 +00:00
|
|
|
#panel-rights {
|
|
|
|
#file-menu-panel & {
|
|
|
|
padding: 0 30px;
|
|
|
|
}
|
2020-08-06 18:08:07 +00:00
|
|
|
}
|
2017-03-21 14:16:27 +00:00
|
|
|
|
2020-08-06 18:08:07 +00:00
|
|
|
#panel-info,
|
|
|
|
#panel-rights {
|
2017-03-21 14:16:27 +00:00
|
|
|
table {
|
2019-04-02 10:17:26 +00:00
|
|
|
tr {
|
|
|
|
td {
|
|
|
|
padding: 0 20px 5px 0;
|
2017-03-21 14:16:27 +00:00
|
|
|
|
2019-04-02 10:17:26 +00:00
|
|
|
&.left {
|
|
|
|
padding: 5px 10px;
|
|
|
|
text-align: right;
|
|
|
|
width: 30%;
|
2017-03-21 14:16:27 +00:00
|
|
|
|
2019-04-02 10:17:26 +00:00
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
2019-04-02 10:17:26 +00:00
|
|
|
&.right {
|
|
|
|
padding: 5px 10px;
|
|
|
|
width: 70%;
|
|
|
|
}
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
2019-04-02 10:17:26 +00:00
|
|
|
&.divider {
|
|
|
|
height: 10px;
|
|
|
|
}
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.main {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.userLink {
|
|
|
|
background-position: -81px -234px;
|
|
|
|
padding: 0 0 0 17px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
|
|
|
|
&.sharedLink {
|
|
|
|
background-position: -24px -273px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
label, span {
|
2017-11-15 08:00:22 +00:00
|
|
|
font-size: 12px;
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
2019-04-02 10:17:26 +00:00
|
|
|
|
|
|
|
.close {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
background-position: @but-close-offset-x @but-close-offset-y;
|
|
|
|
|
|
|
|
&.over,
|
|
|
|
&:hover {
|
|
|
|
background-position: @but-close-offset-x @but-close-offset-y - 16px;
|
|
|
|
}
|
2019-06-21 12:14:24 +00:00
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
background-position: @but-close-offset-x @but-close-offset-y - 32px;
|
|
|
|
cursor: default;
|
|
|
|
}
|
2019-04-02 10:17:26 +00:00
|
|
|
}
|
2017-03-21 14:16:27 +00:00
|
|
|
}
|
2017-11-15 12:52:37 +00:00
|
|
|
|
|
|
|
#panel-protect {
|
2018-04-27 13:14:18 +00:00
|
|
|
label {
|
2017-11-15 12:52:37 +00:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#file-menu-panel & {
|
|
|
|
padding: 30px 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 30px 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
td {
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|