diff --git a/src/main/less/header.less b/src/main/less/header.less index a7f2bc345..abb27d009 100644 --- a/src/main/less/header.less +++ b/src/main/less/header.less @@ -1,7 +1,7 @@ .navbar { //border-top: 4px solid #4286f4; background-color: transparent; - margin-bottom: 0px; + margin-bottom: 40px; border-bottom: 0; border-left: 0; border-right: 0; diff --git a/src/main/less/petclinic.less b/src/main/less/petclinic.less index da924f443..48e86cca5 100644 --- a/src/main/less/petclinic.less +++ b/src/main/less/petclinic.less @@ -66,6 +66,11 @@ display:block; object-fit: cover; } +.mycarousel { + height: 100%; + width: 100%; + overflow:hidden; +} .table-filter { background-color: @spring-brown; @@ -96,7 +101,9 @@ .container .text-muted { - margin: 20px 0; + //margin: 20px 0; + width: 100%; + height: 100%; } code { @@ -104,10 +111,15 @@ code { } .xd-container { - margin-top: 40px; - margin-bottom: 100px; - padding-left: 5px; - padding-right: 5px; + margin-top: 15px; + //margin-bottom: 100px; + //padding-left: 5px; + //padding-right: 5px; + overflow:hidden; + width: 100%; + height: 100%; + //margin-right: -60px; + } h1 { @@ -122,7 +134,9 @@ h6{ background-size: cover; -o-background-size: cover; } - +h5{ + padding-top: 40px; +} .index-page--subtitle { font-size: 16px; line-height: 24px; @@ -134,9 +148,9 @@ h6{ } #job-params-modal .modal-dialog { - width: 90%; - margin-left:auto; - margin-right:auto; + width: 100%; + //margin-left:auto; + //margin-right:auto; } [ng-cloak].splash { @@ -179,8 +193,18 @@ table td.action-column { color: lighten(@text-color, 50%); // lighten the text some for contrast } +.container-fluid{ + width: 100%; + height:100%; + margin-top: 25px; + //margin-right:-500px; + //margin-left:-30px; +} + + .xd-containers { font-size: 15px; + width: 100%; } .cluster-view > table td { diff --git a/src/main/less/responsive.less b/src/main/less/responsive.less index 8f3b21545..87c391714 100644 --- a/src/main/less/responsive.less +++ b/src/main/less/responsive.less @@ -30,7 +30,7 @@ .xd-container { margin-top: 20px; - margin-bottom: 30px; + //margin-bottom: 30px; } .index-page--subtitle { diff --git a/src/main/resources/templates/fragments/layout.html b/src/main/resources/templates/fragments/layout.html index fe95e39bd..04f67cef4 100755 --- a/src/main/resources/templates/fragments/layout.html +++ b/src/main/resources/templates/fragments/layout.html @@ -3,10 +3,10 @@
- + @@ -22,7 +22,7 @@ - +