mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Merge pull request fix bugs into release/v9.1.0
This commit is contained in:
@ -446,27 +446,208 @@ li.menu-item {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.img-format {
|
||||
.icon.img-format {
|
||||
display: inline-block;
|
||||
background-size: auto;
|
||||
&.docx {
|
||||
.format-from-index(0);
|
||||
}
|
||||
}
|
||||
|
||||
&.doc {
|
||||
.format-from-index(1);
|
||||
}
|
||||
|
||||
&.odt {
|
||||
.format-from-index(2);
|
||||
}
|
||||
|
||||
&.rtf {
|
||||
.format-from-index(3);
|
||||
}
|
||||
|
||||
&.txt {
|
||||
.format-from-index(4);
|
||||
}
|
||||
|
||||
&.htm, &.html {
|
||||
.format-from-index(5);
|
||||
}
|
||||
|
||||
&.xlsx {
|
||||
.format-from-index(6);
|
||||
}
|
||||
|
||||
&.xls {
|
||||
.format-from-index(7);
|
||||
}
|
||||
|
||||
&.ods {
|
||||
.format-from-index(8);
|
||||
}
|
||||
|
||||
&.csv {
|
||||
.format-from-index(9);
|
||||
}
|
||||
|
||||
&.pptx {
|
||||
.format-from-index(10);
|
||||
}
|
||||
|
||||
&.ppt {
|
||||
.format-from-index(11);
|
||||
}
|
||||
|
||||
&.odp {
|
||||
.format-from-index(12);
|
||||
}
|
||||
|
||||
&.pdf {
|
||||
.format-from-index(13);
|
||||
}
|
||||
|
||||
&.djvu {
|
||||
.format-from-index(14);
|
||||
}
|
||||
|
||||
&.xps {
|
||||
.format-from-index(15);
|
||||
}
|
||||
|
||||
&.xml {
|
||||
.format-from-index(16);
|
||||
}
|
||||
|
||||
&.mht {
|
||||
.format-from-index(17);
|
||||
}
|
||||
|
||||
&.epub {
|
||||
.format-from-index(18);
|
||||
}
|
||||
|
||||
&.fb2 {
|
||||
.format-from-index(19);
|
||||
}
|
||||
|
||||
&.dotx {
|
||||
.format-from-index(20);
|
||||
}
|
||||
|
||||
&.xltx {
|
||||
.format-from-index(21);
|
||||
}
|
||||
|
||||
&.potx {
|
||||
.format-from-index(22);
|
||||
}
|
||||
|
||||
&.ott {
|
||||
.format-from-index(23);
|
||||
}
|
||||
|
||||
&.ots {
|
||||
.format-from-index(24);
|
||||
}
|
||||
|
||||
&.otp {
|
||||
.format-from-index(25);
|
||||
}
|
||||
|
||||
&.pps {
|
||||
.format-from-index(26);
|
||||
}
|
||||
|
||||
&.ppsx {
|
||||
.format-from-index(27);
|
||||
}
|
||||
|
||||
&.docxf {
|
||||
.format-from-index(28);
|
||||
}
|
||||
|
||||
&.oform {
|
||||
.format-from-index(29);
|
||||
}
|
||||
|
||||
&.xlsb {
|
||||
.format-from-index(30);
|
||||
}
|
||||
|
||||
&.docm {
|
||||
.format-from-index(31);
|
||||
}
|
||||
|
||||
&.dotm {
|
||||
.format-from-index(32);
|
||||
}
|
||||
|
||||
&.fodt {
|
||||
.format-from-index(33);
|
||||
}
|
||||
|
||||
&.xltm {
|
||||
.format-from-index(34);
|
||||
}
|
||||
|
||||
&.xlsm {
|
||||
.format-from-index(35);
|
||||
}
|
||||
|
||||
&.fods {
|
||||
.format-from-index(36);
|
||||
}
|
||||
|
||||
&.pptm {
|
||||
.format-from-index(37);
|
||||
}
|
||||
|
||||
&.ppsm {
|
||||
.format-from-index(38);
|
||||
}
|
||||
|
||||
&.potm {
|
||||
.format-from-index(39);
|
||||
}
|
||||
|
||||
&.fodp {
|
||||
.format-from-index(40);
|
||||
}
|
||||
|
||||
&.md {
|
||||
.format-from-index(41);
|
||||
}
|
||||
|
||||
&.neutral {
|
||||
.format-from-index(42);
|
||||
}
|
||||
|
||||
&.pages {
|
||||
.format-from-index(43);
|
||||
}
|
||||
|
||||
&.numbers {
|
||||
.format-from-index(44);
|
||||
}
|
||||
|
||||
&.key {
|
||||
.format-from-index(45);
|
||||
}
|
||||
|
||||
&.vsdx {
|
||||
.format-from-index(46);
|
||||
}
|
||||
|
||||
&.hwp {
|
||||
.format-from-index(47);
|
||||
}
|
||||
|
||||
&.hwpx {
|
||||
.format-from-index(48);
|
||||
}
|
||||
|
||||
&.odg {
|
||||
.format-from-index(49);
|
||||
}
|
||||
}
|
||||
|
||||
.img-el {
|
||||
@ -843,7 +1024,7 @@ li.menu-item {
|
||||
#area-document-creation-grid {
|
||||
padding: 12px 16px 0; // 16px inner + outer 32px
|
||||
overflow-x: auto;
|
||||
min-height: 184px;
|
||||
min-height: 204px;
|
||||
overflow-y: hidden;
|
||||
margin-bottom: 40px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user