diff --git a/web/documentserver-example/csharp-mvc/Content/stylesheet.css b/web/documentserver-example/csharp-mvc/Content/stylesheet.css index 895b2c77..35c59cc7 100644 --- a/web/documentserver-example/csharp-mvc/Content/stylesheet.css +++ b/web/documentserver-example/csharp-mvc/Content/stylesheet.css @@ -69,13 +69,13 @@ header img { .main { height: calc(100% - 136px); - min-height: 549px; + min-height: 536px; } .table-main { border-spacing: 0; height: 100%; - min-height: 549px; + min-height: 536px; } .section { @@ -89,7 +89,7 @@ header img { -moz-box-sizing: border-box; height: 100%; list-style: none; - padding: 48px 32px; + padding: 48px 32px 24px; position: relative; width: 896px; } @@ -386,7 +386,7 @@ footer a:hover { } .help-block { - margin: 48px 32px; + margin: 48px 32px 24px; } .help-block span { @@ -595,7 +595,7 @@ footer a:hover { .user-block-table { height: 100%; - padding: 14px 0; + padding-top: 14px; width: 100%; } @@ -609,13 +609,9 @@ footer a:hover { box-sizing: border-box; border-radius: 3px; cursor: pointer; -} - -#user, -#language { - width: 100%; margin-top: 5px; - padding-left: 5px; + padding: 2px 5px; + width: 100%; } .icon-delete { diff --git a/web/documentserver-example/csharp/App_Themes/stylesheet.css b/web/documentserver-example/csharp/App_Themes/stylesheet.css index 3cd4dbb6..90578fd0 100644 --- a/web/documentserver-example/csharp/App_Themes/stylesheet.css +++ b/web/documentserver-example/csharp/App_Themes/stylesheet.css @@ -69,13 +69,13 @@ header img { .main { height: calc(100% - 136px); - min-height: 549px; + min-height: 536px; } .table-main { border-spacing: 0; height: 100%; - min-height: 549px; + min-height: 536px; } .section { @@ -89,7 +89,7 @@ header img { -moz-box-sizing: border-box; height: 100%; list-style: none; - padding: 48px 32px; + padding: 48px 32px 24px; position: relative; width: 896px; } @@ -385,7 +385,7 @@ footer a:hover { } .help-block { - margin: 48px 32px; + margin: 48px 32px 24px; } .help-block span { @@ -594,7 +594,7 @@ footer a:hover { .user-block-table { height: 100%; - padding: 14px 0; + padding-top: 14px; width: 100%; } @@ -608,13 +608,9 @@ footer a:hover { box-sizing: border-box; border-radius: 3px; cursor: pointer; -} - -#user, -#language { - width: 100%; margin-top: 5px; - padding-left: 5px; + padding: 2px 5px; + width: 100%; } .icon-delete { 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 e79da7a2..44a574d4 100644 --- a/web/documentserver-example/java/src/main/webapp/css/stylesheet.css +++ b/web/documentserver-example/java/src/main/webapp/css/stylesheet.css @@ -69,13 +69,13 @@ header img { .main{ height: calc(100% - 136px); - min-height: 549px; + min-height: 536px; } .table-main { border-spacing: 0; height: 100%; - min-height: 549px; + min-height: 536px; } .section{ @@ -89,7 +89,7 @@ header img { -moz-box-sizing: border-box; height: 100%; list-style: none; - padding: 48px 32px; + padding: 48px 32px 24px; position: relative; width: 896px; } @@ -386,7 +386,7 @@ footer a:hover { } .help-block { - margin: 48px 32px; + margin: 48px 32px 24px; } .help-block span { @@ -595,7 +595,7 @@ footer a:hover { .user-block-table { height: 100%; - padding: 14px 0; + padding-top: 14px; width: 100%; } @@ -609,13 +609,9 @@ footer a:hover { box-sizing: border-box; border-radius: 3px; cursor: pointer; -} - -#user, -#language { - width: 100%; margin-top: 5px; - padding-left: 5px; + padding: 2px 5px; + width: 100%; } .icon-delete { diff --git a/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css b/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css index 201912a3..c66656f6 100644 --- a/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css +++ b/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css @@ -68,13 +68,13 @@ header img { .main{ height: calc(100% - 136px); - min-height: 549px; + min-height: 536px; } .table-main { border-spacing: 0; height: 100%; - min-height: 549px; + min-height: 536px; } .section{ @@ -88,9 +88,9 @@ header img { -moz-box-sizing: border-box; height: 100%; list-style: none; - padding: 48px 32px; + padding: 48px 32px 24px; position: relative; - width: 896px; + width: 896px; } .portal-name { @@ -385,7 +385,7 @@ footer a:hover { } .help-block { - margin: 48px 32px; + margin: 48px 32px 24px; } .help-block span { @@ -594,7 +594,7 @@ footer a:hover { .user-block-table { height: 100%; - padding: 14px 0; + padding-top: 14px; width: 100%; } @@ -608,13 +608,9 @@ footer a:hover { box-sizing: border-box; border-radius: 3px; cursor: pointer; -} - -#user, -#language { - width: 100%; margin-top: 5px; - padding-left: 5px; + padding: 2px 5px; + width: 100%; } .icon-delete { diff --git a/web/documentserver-example/php/css/stylesheet.css b/web/documentserver-example/php/css/stylesheet.css index aadb9767..1bce1b5f 100644 --- a/web/documentserver-example/php/css/stylesheet.css +++ b/web/documentserver-example/php/css/stylesheet.css @@ -68,13 +68,13 @@ header img { .main{ height: calc(100% - 136px); - min-height: 549px; + min-height: 536px; } .table-main { border-spacing: 0; height: 100%; - min-height: 549px; + min-height: 536px; } .section{ @@ -88,7 +88,7 @@ header img { -moz-box-sizing: border-box; height: 100%; list-style: none; - padding: 48px 32px; + padding: 48px 32px 24px; position: relative; width: 896px; } @@ -385,7 +385,7 @@ footer a:hover { } .help-block { - margin: 48px 32px; + margin: 48px 32px 24px; } .help-block span { @@ -594,7 +594,7 @@ footer a:hover { .user-block-table { height: 100%; - padding: 14px 0; + padding-top: 14px; width: 100%; } @@ -608,13 +608,9 @@ footer a:hover { box-sizing: border-box; border-radius: 3px; cursor: pointer; -} - -#user, -#language { - width: 100%; margin-top: 5px; - padding-left: 5px; + padding: 2px 5px; + width: 100%; } .icon-delete { diff --git a/web/documentserver-example/python/static/css/stylesheet.css b/web/documentserver-example/python/static/css/stylesheet.css index 545d3f4a..6862a645 100644 --- a/web/documentserver-example/python/static/css/stylesheet.css +++ b/web/documentserver-example/python/static/css/stylesheet.css @@ -77,13 +77,13 @@ header img { .main{ height: calc(100% - 136px); - min-height: 549px; + min-height: 536px; } .table-main { border-spacing: 0; height: 100%; - min-height: 549px; + min-height: 536px; } .section{ @@ -97,9 +97,9 @@ header img { -moz-box-sizing: border-box; height: 100%; list-style: none; - padding: 48px 32px; + padding: 48px 32px 24px; position: relative; - width: 896px; + width: 896px; } .portal-name { @@ -394,7 +394,7 @@ footer a:hover { } .help-block { - margin: 48px 32px; + margin: 48px 32px 24px; } .help-block span { @@ -603,7 +603,7 @@ footer a:hover { .user-block-table { height: 100%; - padding: 14px 0; + padding-top: 14px; width: 100%; } @@ -617,13 +617,9 @@ footer a:hover { box-sizing: border-box; border-radius: 3px; cursor: pointer; -} - -#user, -#language { - width: 100%; margin-top: 5px; - padding-left: 5px; + padding: 2px 5px; + width: 100%; } .icon-delete { diff --git a/web/documentserver-example/ruby/app/assets/stylesheets/stylesheet.scss b/web/documentserver-example/ruby/app/assets/stylesheets/stylesheet.scss index 9733e909..d257d654 100644 --- a/web/documentserver-example/ruby/app/assets/stylesheets/stylesheet.scss +++ b/web/documentserver-example/ruby/app/assets/stylesheets/stylesheet.scss @@ -69,13 +69,13 @@ header img { .main{ height: calc(100% - 136px); - min-height: 549px; + min-height: 536px; } .table-main { border-spacing: 0; height: 100%; - min-height: 549px; + min-height: 536px; } .section{ @@ -89,9 +89,9 @@ header img { -moz-box-sizing: border-box; height: 100%; list-style: none; - padding: 48px 32px; + padding: 48px 32px 24px; position: relative; - width: 896px; + width: 896px; } .portal-name { @@ -386,7 +386,7 @@ footer a:hover { } .help-block { - margin: 48px 32px; + margin: 48px 32px 24px; } .help-block span { @@ -595,7 +595,7 @@ footer a:hover { .user-block-table { height: 100%; - padding: 14px 0; + padding-top: 14px; width: 100%; } @@ -609,13 +609,9 @@ footer a:hover { box-sizing: border-box; border-radius: 3px; cursor: pointer; -} - -#user, -#language { - width: 100%; margin-top: 5px; - padding-left: 5px; + padding: 2px 5px; + width: 100%; } .icon-delete {