diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 348e9a5ab..de6ebce21 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -656,15 +656,14 @@ h2.app { } */ -h4.app { +h4.app, h4.app2 { margin: 0 10px 2px 10px; padding: 10px 0 8px 0; } h4.app2 { clear: left; - margin: 0 4px 2px 0; - padding: 16px 0 8px 0; + margin-top: 5px !important; } div.ag2 { @@ -674,13 +673,14 @@ div.ag2 { div.app { float: left; padding: 2px; - height: 84px; + /*height: 84px;*/ width: 112px; + text-align: center !important; } div.appgroup { margin: 0; - padding: 16px 8px; + padding: 0 8px; width: auto; } diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 2e83181bf..2b4bf9dfb 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -627,15 +627,14 @@ h2.app { } */ -h4.app { +h4.app, h4.app2 { margin: 0 10px 2px 10px; padding: 10px 0 8px 0; } h4.app2 { clear: left; - margin: 0 4px 2px 0; - padding: 16px 0 8px 0; + margin-top: 5px !important; } div.ag2 { @@ -647,6 +646,7 @@ div.app { padding: 2px; height: 84px; width: 112px; + text-align: center !important; } div.appgroup { diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 8dc5583ed..70e7559a6 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -664,15 +664,14 @@ h2.app { } */ -h4.app { +h4.app, h4.app2 { margin: 0 10px 2px 10px; padding: 10px 0 8px 0; } h4.app2 { clear: left; - margin: 0 4px 2px 0; - padding: 16px 0 8px 0; + margin-top: 5px !important; } div.ag2 { @@ -682,13 +681,14 @@ div.ag2 { div.app { float: left; padding: 2px; - height: 84px; + /*height: 84px;*/ width: 112px; + text-align: center !important; } div.appgroup { margin: 0; - padding: 16px 8px; + padding: 0 8px; width: auto; }