@syncfusion/ej2-angular-spreadsheet 20.3.61 → 20.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5.css +15 -0
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -0
- package/styles/fluent.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -0
- package/styles/material.css +15 -0
- package/styles/spreadsheet/_layout.scss +10 -0
- package/styles/spreadsheet/bootstrap-dark.css +15 -0
- package/styles/spreadsheet/bootstrap.css +15 -0
- package/styles/spreadsheet/bootstrap4.css +15 -0
- package/styles/spreadsheet/bootstrap5-dark.css +15 -0
- package/styles/spreadsheet/bootstrap5.css +15 -0
- package/styles/spreadsheet/fabric-dark.css +15 -0
- package/styles/spreadsheet/fabric.css +15 -0
- package/styles/spreadsheet/fluent-dark.css +15 -0
- package/styles/spreadsheet/fluent.css +15 -0
- package/styles/spreadsheet/highcontrast-light.css +15 -0
- package/styles/spreadsheet/highcontrast.css +15 -0
- package/styles/spreadsheet/material-dark.css +15 -0
- package/styles/spreadsheet/material.css +15 -0
- package/styles/spreadsheet/tailwind-dark.css +15 -0
- package/styles/spreadsheet/tailwind.css +15 -0
- package/styles/tailwind-dark.css +15 -0
- package/styles/tailwind.css +15 -0
package/styles/material.css
CHANGED
|
@@ -743,6 +743,9 @@
|
|
|
743
743
|
display: inline-table;
|
|
744
744
|
padding-top: 3px;
|
|
745
745
|
}
|
|
746
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
747
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
748
|
+
}
|
|
746
749
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
747
750
|
font-size: 18px;
|
|
748
751
|
line-height: 21px;
|
|
@@ -759,6 +762,9 @@
|
|
|
759
762
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
760
763
|
margin-top: 10px;
|
|
761
764
|
}
|
|
765
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
766
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
767
|
+
}
|
|
762
768
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
763
769
|
font-size: 18px;
|
|
764
770
|
line-height: 21px;
|
|
@@ -2019,6 +2025,9 @@
|
|
|
2019
2025
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2020
2026
|
text-align: left;
|
|
2021
2027
|
}
|
|
2028
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2029
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2030
|
+
}
|
|
2022
2031
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2023
2032
|
font-size: 18px;
|
|
2024
2033
|
line-height: 31px;
|
|
@@ -2036,6 +2045,9 @@
|
|
|
2036
2045
|
line-height: 24px;
|
|
2037
2046
|
margin-bottom: 4px;
|
|
2038
2047
|
}
|
|
2048
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2049
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2050
|
+
}
|
|
2039
2051
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2040
2052
|
font-size: 18px;
|
|
2041
2053
|
line-height: 21px;
|
|
@@ -2052,6 +2064,9 @@
|
|
|
2052
2064
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2053
2065
|
margin-top: 10px;
|
|
2054
2066
|
}
|
|
2067
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2068
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2069
|
+
}
|
|
2055
2070
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2056
2071
|
font-size: 18px;
|
|
2057
2072
|
line-height: 21px;
|
|
@@ -55,6 +55,8 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
& .e-unprotectworksheet-dlg.e-dialog {
|
|
58
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
59
|
+
|
|
58
60
|
& .e-dlg-header-content .e-dlg-header {
|
|
59
61
|
font-size: 18px;
|
|
60
62
|
line-height: 21px;
|
|
@@ -81,6 +83,8 @@
|
|
|
81
83
|
}
|
|
82
84
|
|
|
83
85
|
& .e-reenterpwd-dlg.e-dialog {
|
|
86
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
87
|
+
|
|
84
88
|
& .e-dlg-header-content .e-dlg-header {
|
|
85
89
|
font-size: 18px;
|
|
86
90
|
line-height: 21px;
|
|
@@ -1884,6 +1888,8 @@
|
|
|
1884
1888
|
}
|
|
1885
1889
|
|
|
1886
1890
|
& .e-protectworkbook-dlg.e-dialog {
|
|
1891
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1892
|
+
|
|
1887
1893
|
& .e-dlg-header-content .e-dlg-header {
|
|
1888
1894
|
font-size: 18px;
|
|
1889
1895
|
line-height: 31px;
|
|
@@ -1909,6 +1915,8 @@
|
|
|
1909
1915
|
}
|
|
1910
1916
|
|
|
1911
1917
|
& .e-unprotectworkbook-dlg.e-dialog {
|
|
1918
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1919
|
+
|
|
1912
1920
|
& .e-dlg-header-content .e-dlg-header {
|
|
1913
1921
|
font-size: 18px;
|
|
1914
1922
|
line-height: 21px;
|
|
@@ -1935,6 +1943,8 @@
|
|
|
1935
1943
|
}
|
|
1936
1944
|
|
|
1937
1945
|
& .e-importprotectworkbook-dlg.e-dialog {
|
|
1946
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1947
|
+
|
|
1938
1948
|
& .e-dlg-header-content .e-dlg-header {
|
|
1939
1949
|
font-size: 18px;
|
|
1940
1950
|
line-height: 21px;
|
|
@@ -683,6 +683,9 @@
|
|
|
683
683
|
display: inline-table;
|
|
684
684
|
padding-top: 3px;
|
|
685
685
|
}
|
|
686
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
687
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
688
|
+
}
|
|
686
689
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
687
690
|
font-size: 18px;
|
|
688
691
|
line-height: 21px;
|
|
@@ -699,6 +702,9 @@
|
|
|
699
702
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
700
703
|
margin-top: 10px;
|
|
701
704
|
}
|
|
705
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
706
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
707
|
+
}
|
|
702
708
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
703
709
|
font-size: 18px;
|
|
704
710
|
line-height: 21px;
|
|
@@ -1950,6 +1956,9 @@
|
|
|
1950
1956
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1951
1957
|
text-align: left;
|
|
1952
1958
|
}
|
|
1959
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1960
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1961
|
+
}
|
|
1953
1962
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1954
1963
|
font-size: 18px;
|
|
1955
1964
|
line-height: 31px;
|
|
@@ -1967,6 +1976,9 @@
|
|
|
1967
1976
|
line-height: 24px;
|
|
1968
1977
|
margin-bottom: 4px;
|
|
1969
1978
|
}
|
|
1979
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1980
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1981
|
+
}
|
|
1970
1982
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1971
1983
|
font-size: 18px;
|
|
1972
1984
|
line-height: 21px;
|
|
@@ -1983,6 +1995,9 @@
|
|
|
1983
1995
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1984
1996
|
margin-top: 10px;
|
|
1985
1997
|
}
|
|
1998
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1999
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2000
|
+
}
|
|
1986
2001
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1987
2002
|
font-size: 18px;
|
|
1988
2003
|
line-height: 21px;
|
|
@@ -689,6 +689,9 @@
|
|
|
689
689
|
display: inline-table;
|
|
690
690
|
padding-top: 3px;
|
|
691
691
|
}
|
|
692
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
693
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
694
|
+
}
|
|
692
695
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
693
696
|
font-size: 18px;
|
|
694
697
|
line-height: 21px;
|
|
@@ -705,6 +708,9 @@
|
|
|
705
708
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
706
709
|
margin-top: 10px;
|
|
707
710
|
}
|
|
711
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
712
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
713
|
+
}
|
|
708
714
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
709
715
|
font-size: 18px;
|
|
710
716
|
line-height: 21px;
|
|
@@ -1975,6 +1981,9 @@
|
|
|
1975
1981
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1976
1982
|
text-align: left;
|
|
1977
1983
|
}
|
|
1984
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1985
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1986
|
+
}
|
|
1978
1987
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1979
1988
|
font-size: 18px;
|
|
1980
1989
|
line-height: 31px;
|
|
@@ -1992,6 +2001,9 @@
|
|
|
1992
2001
|
line-height: 24px;
|
|
1993
2002
|
margin-bottom: 4px;
|
|
1994
2003
|
}
|
|
2004
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2005
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2006
|
+
}
|
|
1995
2007
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1996
2008
|
font-size: 18px;
|
|
1997
2009
|
line-height: 21px;
|
|
@@ -2008,6 +2020,9 @@
|
|
|
2008
2020
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2009
2021
|
margin-top: 10px;
|
|
2010
2022
|
}
|
|
2023
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2024
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2025
|
+
}
|
|
2011
2026
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2012
2027
|
font-size: 18px;
|
|
2013
2028
|
line-height: 21px;
|
|
@@ -732,6 +732,9 @@
|
|
|
732
732
|
display: inline-table;
|
|
733
733
|
padding-top: 3px;
|
|
734
734
|
}
|
|
735
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
736
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
737
|
+
}
|
|
735
738
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
736
739
|
font-size: 18px;
|
|
737
740
|
line-height: 21px;
|
|
@@ -748,6 +751,9 @@
|
|
|
748
751
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
749
752
|
margin-top: 10px;
|
|
750
753
|
}
|
|
754
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
755
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
756
|
+
}
|
|
751
757
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
752
758
|
font-size: 18px;
|
|
753
759
|
line-height: 21px;
|
|
@@ -2023,6 +2029,9 @@
|
|
|
2023
2029
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2024
2030
|
text-align: left;
|
|
2025
2031
|
}
|
|
2032
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2033
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2034
|
+
}
|
|
2026
2035
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2027
2036
|
font-size: 18px;
|
|
2028
2037
|
line-height: 31px;
|
|
@@ -2040,6 +2049,9 @@
|
|
|
2040
2049
|
line-height: 24px;
|
|
2041
2050
|
margin-bottom: 4px;
|
|
2042
2051
|
}
|
|
2052
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2053
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2054
|
+
}
|
|
2043
2055
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2044
2056
|
font-size: 18px;
|
|
2045
2057
|
line-height: 21px;
|
|
@@ -2056,6 +2068,9 @@
|
|
|
2056
2068
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2057
2069
|
margin-top: 10px;
|
|
2058
2070
|
}
|
|
2071
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2072
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2073
|
+
}
|
|
2059
2074
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2060
2075
|
font-size: 18px;
|
|
2061
2076
|
line-height: 21px;
|
|
@@ -739,6 +739,9 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
+
}
|
|
742
745
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
743
746
|
font-size: 18px;
|
|
744
747
|
line-height: 21px;
|
|
@@ -755,6 +758,9 @@
|
|
|
755
758
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
756
759
|
margin-top: 10px;
|
|
757
760
|
}
|
|
761
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
+
}
|
|
758
764
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
759
765
|
font-size: 18px;
|
|
760
766
|
line-height: 21px;
|
|
@@ -2007,6 +2013,9 @@
|
|
|
2007
2013
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2008
2014
|
text-align: left;
|
|
2009
2015
|
}
|
|
2016
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
+
}
|
|
2010
2019
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2011
2020
|
font-size: 18px;
|
|
2012
2021
|
line-height: 31px;
|
|
@@ -2024,6 +2033,9 @@
|
|
|
2024
2033
|
line-height: 24px;
|
|
2025
2034
|
margin-bottom: 4px;
|
|
2026
2035
|
}
|
|
2036
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
+
}
|
|
2027
2039
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2028
2040
|
font-size: 18px;
|
|
2029
2041
|
line-height: 21px;
|
|
@@ -2040,6 +2052,9 @@
|
|
|
2040
2052
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2041
2053
|
margin-top: 10px;
|
|
2042
2054
|
}
|
|
2055
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
+
}
|
|
2043
2058
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2044
2059
|
font-size: 18px;
|
|
2045
2060
|
line-height: 21px;
|
|
@@ -739,6 +739,9 @@
|
|
|
739
739
|
.e-spreadsheet .e-dlg-header-content {
|
|
740
740
|
padding: 12px;
|
|
741
741
|
}
|
|
742
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
743
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
+
}
|
|
742
745
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
743
746
|
font-size: 18px;
|
|
744
747
|
line-height: 21px;
|
|
@@ -755,6 +758,9 @@
|
|
|
755
758
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
756
759
|
margin-top: 10px;
|
|
757
760
|
}
|
|
761
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
762
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
+
}
|
|
758
764
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
759
765
|
font-size: 18px;
|
|
760
766
|
line-height: 21px;
|
|
@@ -2007,6 +2013,9 @@
|
|
|
2007
2013
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
2008
2014
|
text-align: left;
|
|
2009
2015
|
}
|
|
2016
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
2017
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2018
|
+
}
|
|
2010
2019
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2011
2020
|
font-size: 18px;
|
|
2012
2021
|
line-height: 31px;
|
|
@@ -2024,6 +2033,9 @@
|
|
|
2024
2033
|
line-height: 24px;
|
|
2025
2034
|
margin-bottom: 4px;
|
|
2026
2035
|
}
|
|
2036
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2037
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2038
|
+
}
|
|
2027
2039
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2028
2040
|
font-size: 18px;
|
|
2029
2041
|
line-height: 21px;
|
|
@@ -2040,6 +2052,9 @@
|
|
|
2040
2052
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2041
2053
|
margin-top: 10px;
|
|
2042
2054
|
}
|
|
2055
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2056
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2057
|
+
}
|
|
2043
2058
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2044
2059
|
font-size: 18px;
|
|
2045
2060
|
line-height: 21px;
|
|
@@ -659,6 +659,9 @@
|
|
|
659
659
|
display: inline-table;
|
|
660
660
|
padding-top: 3px;
|
|
661
661
|
}
|
|
662
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
663
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
664
|
+
}
|
|
662
665
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
663
666
|
font-size: 18px;
|
|
664
667
|
line-height: 21px;
|
|
@@ -675,6 +678,9 @@
|
|
|
675
678
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
676
679
|
margin-top: 10px;
|
|
677
680
|
}
|
|
681
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
682
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
683
|
+
}
|
|
678
684
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
679
685
|
font-size: 18px;
|
|
680
686
|
line-height: 21px;
|
|
@@ -1929,6 +1935,9 @@
|
|
|
1929
1935
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1930
1936
|
text-align: left;
|
|
1931
1937
|
}
|
|
1938
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1939
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1940
|
+
}
|
|
1932
1941
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1933
1942
|
font-size: 18px;
|
|
1934
1943
|
line-height: 31px;
|
|
@@ -1946,6 +1955,9 @@
|
|
|
1946
1955
|
line-height: 24px;
|
|
1947
1956
|
margin-bottom: 4px;
|
|
1948
1957
|
}
|
|
1958
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1959
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1960
|
+
}
|
|
1949
1961
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1950
1962
|
font-size: 18px;
|
|
1951
1963
|
line-height: 21px;
|
|
@@ -1962,6 +1974,9 @@
|
|
|
1962
1974
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1963
1975
|
margin-top: 10px;
|
|
1964
1976
|
}
|
|
1977
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1978
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1979
|
+
}
|
|
1965
1980
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1966
1981
|
font-size: 18px;
|
|
1967
1982
|
line-height: 21px;
|
|
@@ -662,6 +662,9 @@
|
|
|
662
662
|
display: inline-table;
|
|
663
663
|
padding-top: 3px;
|
|
664
664
|
}
|
|
665
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
666
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
+
}
|
|
665
668
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
666
669
|
font-size: 18px;
|
|
667
670
|
line-height: 21px;
|
|
@@ -678,6 +681,9 @@
|
|
|
678
681
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
679
682
|
margin-top: 10px;
|
|
680
683
|
}
|
|
684
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
685
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
686
|
+
}
|
|
681
687
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
682
688
|
font-size: 18px;
|
|
683
689
|
line-height: 21px;
|
|
@@ -1937,6 +1943,9 @@
|
|
|
1937
1943
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1938
1944
|
text-align: left;
|
|
1939
1945
|
}
|
|
1946
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1947
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1948
|
+
}
|
|
1940
1949
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1941
1950
|
font-size: 18px;
|
|
1942
1951
|
line-height: 31px;
|
|
@@ -1954,6 +1963,9 @@
|
|
|
1954
1963
|
line-height: 24px;
|
|
1955
1964
|
margin-bottom: 4px;
|
|
1956
1965
|
}
|
|
1966
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1967
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1968
|
+
}
|
|
1957
1969
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1958
1970
|
font-size: 18px;
|
|
1959
1971
|
line-height: 21px;
|
|
@@ -1970,6 +1982,9 @@
|
|
|
1970
1982
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1971
1983
|
margin-top: 10px;
|
|
1972
1984
|
}
|
|
1985
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1986
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1987
|
+
}
|
|
1973
1988
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1974
1989
|
font-size: 18px;
|
|
1975
1990
|
line-height: 21px;
|
|
@@ -715,6 +715,9 @@
|
|
|
715
715
|
display: inline-table;
|
|
716
716
|
padding-top: 3px;
|
|
717
717
|
}
|
|
718
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
+
}
|
|
718
721
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
719
722
|
font-size: 18px;
|
|
720
723
|
line-height: 21px;
|
|
@@ -731,6 +734,9 @@
|
|
|
731
734
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
732
735
|
margin-top: 10px;
|
|
733
736
|
}
|
|
737
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
739
|
+
}
|
|
734
740
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
735
741
|
font-size: 18px;
|
|
736
742
|
line-height: 21px;
|
|
@@ -1985,6 +1991,9 @@
|
|
|
1985
1991
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1986
1992
|
text-align: left;
|
|
1987
1993
|
}
|
|
1994
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1995
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1996
|
+
}
|
|
1988
1997
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1989
1998
|
font-size: 18px;
|
|
1990
1999
|
line-height: 31px;
|
|
@@ -2002,6 +2011,9 @@
|
|
|
2002
2011
|
line-height: 24px;
|
|
2003
2012
|
margin-bottom: 4px;
|
|
2004
2013
|
}
|
|
2014
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2015
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2016
|
+
}
|
|
2005
2017
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2006
2018
|
font-size: 18px;
|
|
2007
2019
|
line-height: 21px;
|
|
@@ -2018,6 +2030,9 @@
|
|
|
2018
2030
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2019
2031
|
margin-top: 10px;
|
|
2020
2032
|
}
|
|
2033
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2034
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2035
|
+
}
|
|
2021
2036
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2022
2037
|
font-size: 18px;
|
|
2023
2038
|
line-height: 21px;
|
|
@@ -715,6 +715,9 @@
|
|
|
715
715
|
display: inline-table;
|
|
716
716
|
padding-top: 3px;
|
|
717
717
|
}
|
|
718
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
+
}
|
|
718
721
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
719
722
|
font-size: 18px;
|
|
720
723
|
line-height: 21px;
|
|
@@ -731,6 +734,9 @@
|
|
|
731
734
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
732
735
|
margin-top: 10px;
|
|
733
736
|
}
|
|
737
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
739
|
+
}
|
|
734
740
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
735
741
|
font-size: 18px;
|
|
736
742
|
line-height: 21px;
|
|
@@ -1985,6 +1991,9 @@
|
|
|
1985
1991
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1986
1992
|
text-align: left;
|
|
1987
1993
|
}
|
|
1994
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1995
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1996
|
+
}
|
|
1988
1997
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1989
1998
|
font-size: 18px;
|
|
1990
1999
|
line-height: 31px;
|
|
@@ -2002,6 +2011,9 @@
|
|
|
2002
2011
|
line-height: 24px;
|
|
2003
2012
|
margin-bottom: 4px;
|
|
2004
2013
|
}
|
|
2014
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2015
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2016
|
+
}
|
|
2005
2017
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2006
2018
|
font-size: 18px;
|
|
2007
2019
|
line-height: 21px;
|
|
@@ -2018,6 +2030,9 @@
|
|
|
2018
2030
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2019
2031
|
margin-top: 10px;
|
|
2020
2032
|
}
|
|
2033
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2034
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2035
|
+
}
|
|
2021
2036
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2022
2037
|
font-size: 18px;
|
|
2023
2038
|
line-height: 21px;
|
|
@@ -104,6 +104,9 @@
|
|
|
104
104
|
display: inline-table;
|
|
105
105
|
padding-top: 3px;
|
|
106
106
|
}
|
|
107
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
108
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
109
|
+
}
|
|
107
110
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
108
111
|
font-size: 18px;
|
|
109
112
|
line-height: 21px;
|
|
@@ -120,6 +123,9 @@
|
|
|
120
123
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
121
124
|
margin-top: 10px;
|
|
122
125
|
}
|
|
126
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
127
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
128
|
+
}
|
|
123
129
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
124
130
|
font-size: 18px;
|
|
125
131
|
line-height: 21px;
|
|
@@ -1371,6 +1377,9 @@
|
|
|
1371
1377
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1372
1378
|
text-align: left;
|
|
1373
1379
|
}
|
|
1380
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1381
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1382
|
+
}
|
|
1374
1383
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1375
1384
|
font-size: 18px;
|
|
1376
1385
|
line-height: 31px;
|
|
@@ -1388,6 +1397,9 @@
|
|
|
1388
1397
|
line-height: 24px;
|
|
1389
1398
|
margin-bottom: 4px;
|
|
1390
1399
|
}
|
|
1400
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1401
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1402
|
+
}
|
|
1391
1403
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1392
1404
|
font-size: 18px;
|
|
1393
1405
|
line-height: 21px;
|
|
@@ -1404,6 +1416,9 @@
|
|
|
1404
1416
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1405
1417
|
margin-top: 10px;
|
|
1406
1418
|
}
|
|
1419
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1420
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1421
|
+
}
|
|
1407
1422
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1408
1423
|
font-size: 18px;
|
|
1409
1424
|
line-height: 21px;
|
|
@@ -662,6 +662,9 @@
|
|
|
662
662
|
display: inline-table;
|
|
663
663
|
padding-top: 3px;
|
|
664
664
|
}
|
|
665
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
666
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
667
|
+
}
|
|
665
668
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
666
669
|
font-size: 18px;
|
|
667
670
|
line-height: 21px;
|
|
@@ -678,6 +681,9 @@
|
|
|
678
681
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
679
682
|
margin-top: 10px;
|
|
680
683
|
}
|
|
684
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
685
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
686
|
+
}
|
|
681
687
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
682
688
|
font-size: 18px;
|
|
683
689
|
line-height: 21px;
|
|
@@ -1938,6 +1944,9 @@
|
|
|
1938
1944
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1939
1945
|
text-align: left;
|
|
1940
1946
|
}
|
|
1947
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1948
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1949
|
+
}
|
|
1941
1950
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1942
1951
|
font-size: 18px;
|
|
1943
1952
|
line-height: 31px;
|
|
@@ -1955,6 +1964,9 @@
|
|
|
1955
1964
|
line-height: 24px;
|
|
1956
1965
|
margin-bottom: 4px;
|
|
1957
1966
|
}
|
|
1967
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
1968
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1969
|
+
}
|
|
1958
1970
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1959
1971
|
font-size: 18px;
|
|
1960
1972
|
line-height: 21px;
|
|
@@ -1971,6 +1983,9 @@
|
|
|
1971
1983
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
1972
1984
|
margin-top: 10px;
|
|
1973
1985
|
}
|
|
1986
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
1987
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1988
|
+
}
|
|
1974
1989
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1975
1990
|
font-size: 18px;
|
|
1976
1991
|
line-height: 21px;
|
|
@@ -715,6 +715,9 @@
|
|
|
715
715
|
display: inline-table;
|
|
716
716
|
padding-top: 3px;
|
|
717
717
|
}
|
|
718
|
+
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
|
|
719
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
720
|
+
}
|
|
718
721
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
719
722
|
font-size: 18px;
|
|
720
723
|
line-height: 21px;
|
|
@@ -731,6 +734,9 @@
|
|
|
731
734
|
.e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
|
|
732
735
|
margin-top: 10px;
|
|
733
736
|
}
|
|
737
|
+
.e-spreadsheet .e-reenterpwd-dlg.e-dialog {
|
|
738
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
739
|
+
}
|
|
734
740
|
.e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
735
741
|
font-size: 18px;
|
|
736
742
|
line-height: 21px;
|
|
@@ -1981,6 +1987,9 @@
|
|
|
1981
1987
|
.e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
|
|
1982
1988
|
text-align: left;
|
|
1983
1989
|
}
|
|
1990
|
+
.e-spreadsheet .e-protectworkbook-dlg.e-dialog {
|
|
1991
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
1992
|
+
}
|
|
1984
1993
|
.e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
1985
1994
|
font-size: 18px;
|
|
1986
1995
|
line-height: 31px;
|
|
@@ -1998,6 +2007,9 @@
|
|
|
1998
2007
|
line-height: 24px;
|
|
1999
2008
|
margin-bottom: 4px;
|
|
2000
2009
|
}
|
|
2010
|
+
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
|
|
2011
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2012
|
+
}
|
|
2001
2013
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2002
2014
|
font-size: 18px;
|
|
2003
2015
|
line-height: 21px;
|
|
@@ -2014,6 +2026,9 @@
|
|
|
2014
2026
|
.e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
|
|
2015
2027
|
margin-top: 10px;
|
|
2016
2028
|
}
|
|
2029
|
+
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
|
|
2030
|
+
left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
2031
|
+
}
|
|
2017
2032
|
.e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
|
|
2018
2033
|
font-size: 18px;
|
|
2019
2034
|
line-height: 21px;
|