diff --git a/web/documentserver-example/csharp-mvc/Content/media.css b/web/documentserver-example/csharp-mvc/Content/media.css index 37ec2baa..11c51aae 100644 --- a/web/documentserver-example/csharp-mvc/Content/media.css +++ b/web/documentserver-example/csharp-mvc/Content/media.css @@ -213,6 +213,7 @@ } .tableHeaderCellDownload { + padding-right: 22px; width: 22%; } } @@ -315,7 +316,7 @@ } .downloadContentCellShift:after { - top: 33px; + bottom: 0; left: 0; content: ""; background: #e5e5e5; @@ -328,10 +329,6 @@ .tableRow td:first-child { max-width: 100%; } - - .downloadContentCellShift:after { - top: 65px; - } } @@ -425,8 +422,6 @@ } .downloadContentCellShift:after { - /*content: none;*/ - top:97px; width: 85%; } diff --git a/web/documentserver-example/csharp/App_Themes/media.css b/web/documentserver-example/csharp/App_Themes/media.css index 37ec2baa..11c51aae 100644 --- a/web/documentserver-example/csharp/App_Themes/media.css +++ b/web/documentserver-example/csharp/App_Themes/media.css @@ -213,6 +213,7 @@ } .tableHeaderCellDownload { + padding-right: 22px; width: 22%; } } @@ -315,7 +316,7 @@ } .downloadContentCellShift:after { - top: 33px; + bottom: 0; left: 0; content: ""; background: #e5e5e5; @@ -328,10 +329,6 @@ .tableRow td:first-child { max-width: 100%; } - - .downloadContentCellShift:after { - top: 65px; - } } @@ -425,8 +422,6 @@ } .downloadContentCellShift:after { - /*content: none;*/ - top:97px; width: 85%; } diff --git a/web/documentserver-example/java/src/main/webapp/css/media.css b/web/documentserver-example/java/src/main/webapp/css/media.css index 37ec2baa..11c51aae 100644 --- a/web/documentserver-example/java/src/main/webapp/css/media.css +++ b/web/documentserver-example/java/src/main/webapp/css/media.css @@ -213,6 +213,7 @@ } .tableHeaderCellDownload { + padding-right: 22px; width: 22%; } } @@ -315,7 +316,7 @@ } .downloadContentCellShift:after { - top: 33px; + bottom: 0; left: 0; content: ""; background: #e5e5e5; @@ -328,10 +329,6 @@ .tableRow td:first-child { max-width: 100%; } - - .downloadContentCellShift:after { - top: 65px; - } } @@ -425,8 +422,6 @@ } .downloadContentCellShift:after { - /*content: none;*/ - top:97px; width: 85%; } diff --git a/web/documentserver-example/java/src/main/webapp/css/stylesheet.css b/web/documentserver-example/java/src/main/webapp/css/stylesheet.css index 531e97db..16db84cd 100644 --- a/web/documentserver-example/java/src/main/webapp/css/stylesheet.css +++ b/web/documentserver-example/java/src/main/webapp/css/stylesheet.css @@ -405,7 +405,6 @@ footer table tr td:first-child { position: relative; margin-left: auto; margin-right: 14%; - /*padding-left: 510px;*/ } .help-block { diff --git a/web/documentserver-example/nodejs/public/stylesheets/media.css b/web/documentserver-example/nodejs/public/stylesheets/media.css index 048050e4..11c51aae 100644 --- a/web/documentserver-example/nodejs/public/stylesheets/media.css +++ b/web/documentserver-example/nodejs/public/stylesheets/media.css @@ -189,7 +189,7 @@ } } -@media (max-width: 1080px) and (min-width: 980px) { +@media (max-width: 1080px) and (min-width: 970px) { .tableHeader { width: 90%; } @@ -218,7 +218,7 @@ } } -@media (max-width: 980px) and (min-width: 890px) { +@media (max-width: 970px) and (min-width: 890px) { .tableHeader { width: 75%; } @@ -316,7 +316,7 @@ } .downloadContentCellShift:after { - top: 33px; + bottom: 0; left: 0; content: ""; background: #e5e5e5; @@ -329,10 +329,6 @@ .tableRow td:first-child { max-width: 100%; } - - .downloadContentCellShift:after { - top: 65px; - } } @@ -426,8 +422,6 @@ } .downloadContentCellShift:after { - /*content: none;*/ - top:97px; width: 85%; } diff --git a/web/documentserver-example/php/css/media.css b/web/documentserver-example/php/css/media.css index 37ec2baa..11c51aae 100644 --- a/web/documentserver-example/php/css/media.css +++ b/web/documentserver-example/php/css/media.css @@ -213,6 +213,7 @@ } .tableHeaderCellDownload { + padding-right: 22px; width: 22%; } } @@ -315,7 +316,7 @@ } .downloadContentCellShift:after { - top: 33px; + bottom: 0; left: 0; content: ""; background: #e5e5e5; @@ -328,10 +329,6 @@ .tableRow td:first-child { max-width: 100%; } - - .downloadContentCellShift:after { - top: 65px; - } } @@ -425,8 +422,6 @@ } .downloadContentCellShift:after { - /*content: none;*/ - top:97px; width: 85%; } diff --git a/web/documentserver-example/python/static/css/media.css b/web/documentserver-example/python/static/css/media.css index 37ec2baa..11c51aae 100644 --- a/web/documentserver-example/python/static/css/media.css +++ b/web/documentserver-example/python/static/css/media.css @@ -213,6 +213,7 @@ } .tableHeaderCellDownload { + padding-right: 22px; width: 22%; } } @@ -315,7 +316,7 @@ } .downloadContentCellShift:after { - top: 33px; + bottom: 0; left: 0; content: ""; background: #e5e5e5; @@ -328,10 +329,6 @@ .tableRow td:first-child { max-width: 100%; } - - .downloadContentCellShift:after { - top: 65px; - } } @@ -425,8 +422,6 @@ } .downloadContentCellShift:after { - /*content: none;*/ - top:97px; width: 85%; } diff --git a/web/documentserver-example/ruby/app/assets/stylesheets/media.css b/web/documentserver-example/ruby/app/assets/stylesheets/media.css index 37ec2baa..11c51aae 100644 --- a/web/documentserver-example/ruby/app/assets/stylesheets/media.css +++ b/web/documentserver-example/ruby/app/assets/stylesheets/media.css @@ -213,6 +213,7 @@ } .tableHeaderCellDownload { + padding-right: 22px; width: 22%; } } @@ -315,7 +316,7 @@ } .downloadContentCellShift:after { - top: 33px; + bottom: 0; left: 0; content: ""; background: #e5e5e5; @@ -328,10 +329,6 @@ .tableRow td:first-child { max-width: 100%; } - - .downloadContentCellShift:after { - top: 65px; - } } @@ -425,8 +422,6 @@ } .downloadContentCellShift:after { - /*content: none;*/ - top:97px; width: 85%; }