-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 'release/v1.10.0 from release/v1.10.0 into master
- Loading branch information
Showing
355 changed files
with
13,814 additions
and
8,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Install Dependencies | ||
run: | | ||
bundle update | ||
bundle install | ||
- name: Rubocop | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
161 changes: 161 additions & 0 deletions
161
web/documentserver-example/csharp-mvc/Content/forgotten.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
.center { | ||
width: auto; | ||
} | ||
|
||
.left-panel { | ||
width: 256px; | ||
} | ||
|
||
.main-panel { | ||
width: 832px; | ||
margin: 0 32px; | ||
padding: 48px 0; | ||
left: 0; | ||
} | ||
|
||
.tableRow { | ||
display: flex; | ||
width: 100%; | ||
justify-content: space-between; | ||
align-items: center; | ||
border-bottom: 1px solid #E2E2E2; | ||
} | ||
|
||
.tableRow td:first-child { | ||
width: 70%; | ||
flex-grow: 0; | ||
max-width: none; | ||
} | ||
|
||
.tableHeader td:first-child { | ||
text-align: left; | ||
} | ||
|
||
.tableHeader td:last-child, .tableRow td:last-child { | ||
width: 10%; | ||
text-align: center; | ||
padding: 0 !important; | ||
} | ||
|
||
.tableHeader { | ||
width: 100%; | ||
} | ||
|
||
.stored-edit { | ||
display: block; | ||
padding-top: 0; | ||
max-width: none; | ||
} | ||
|
||
menu.links { | ||
width: 100%; | ||
} | ||
|
||
.scroll-table-body table { | ||
table-layout: fixed; | ||
} | ||
|
||
.stored-edit span { | ||
font-size: 12px; | ||
line-height: normal; | ||
position: static; | ||
} | ||
|
||
.scroll-table-body { | ||
overflow-y: auto; | ||
} | ||
|
||
.stored-list { | ||
height: calc(100% - 58px); | ||
} | ||
|
||
header { | ||
min-width:auto; | ||
} | ||
|
||
header a { | ||
display: block; | ||
margin: 0 auto; | ||
width: 1152px; | ||
} | ||
|
||
@media (max-width: 1279px) and (min-width: 1024px) { | ||
.left-panel { | ||
width: 208px; | ||
} | ||
|
||
.main-panel { | ||
width: 688px; | ||
} | ||
|
||
header a { | ||
width: 928px; | ||
} | ||
|
||
header img { | ||
margin-left: 16px; | ||
} | ||
} | ||
|
||
@media (max-width: 1023px) and (min-width: 593px) { | ||
.center { | ||
max-width: 768px; | ||
width: calc(100% - 80px); | ||
} | ||
|
||
.table-main { | ||
width: 100%; | ||
} | ||
|
||
.left-panel { | ||
width: 208px; | ||
} | ||
|
||
.main-panel { | ||
width: calc(100% - 32px); | ||
} | ||
|
||
.tableHeader td:last-child, .tableRow td:last-child { | ||
width: 20%; | ||
} | ||
|
||
header a { | ||
width: 768px; | ||
} | ||
|
||
header img { | ||
margin-left: 40px; | ||
} | ||
} | ||
|
||
@media (max-width: 592px) and (min-width: 320px) { | ||
.center, .table-main { | ||
width: 100%; | ||
} | ||
|
||
.left-panel { | ||
display: none; | ||
} | ||
|
||
.main-panel { | ||
width: 100%; | ||
margin: 0; | ||
padding: 28px 16px; | ||
} | ||
|
||
.tableHeader td:last-child, .tableRow td:last-child { | ||
width: 25%; | ||
} | ||
|
||
header a { | ||
width: auto; | ||
} | ||
|
||
.scroll-table-body { | ||
top: 40px; | ||
} | ||
|
||
.tableRow { | ||
padding: 8px 0; | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
web/documentserver-example/csharp-mvc/Content/images/file_docxf.svg
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
web/documentserver-example/csharp-mvc/Content/images/file_pdf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
web/documentserver-example/csharp-mvc/Content/images/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
web/documentserver-example/csharp-mvc/Content/images/icon_pdf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
web/documentserver-example/csharp-mvc/Content/images/mobile-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
web/documentserver-example/csharp-mvc/Content/images/mobile-menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
web/documentserver-example/csharp-mvc/Content/images/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.