nodejs, java, php, csharp, csharp-mvc, python, ruby: changed min-height page

This commit is contained in:
Alexandr Fedorov
2021-04-05 18:02:21 +03:00
parent b67bc6164a
commit 5e6d45cfd0
7 changed files with 52 additions and 80 deletions

View File

@ -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 {