diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index de6ebce21..171da3ee5 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -156,6 +156,7 @@ div.routersummaryouter { padding: 0; border: 0; clear: left; /* fixes a bug in Opera */ + position: absolute;/* so no interference with /home app icons */ } div.routersummary { diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index acc5d6b9b..5e205ed71 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -103,6 +103,7 @@ div.routersummaryouter { clear: left;/* fixes a bug in Opera */ text-align: center; display: block; + position: absolute;/* so no interference with /home app icons */ } div.routersummary { diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 2b4bf9dfb..f653b778a 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -92,6 +92,7 @@ div.routersummaryouter { clear: left;/* fixes a bug in Opera */ text-align: center !important; display: block; + position: absolute;/* so no interference with /home app icons */ } div.routersummary { diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 70e7559a6..e46847e4a 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -162,6 +162,7 @@ div.routersummaryouter { padding: 0; border: 0; clear: left; /* fixes a bug in Opera */ + position: absolute;/* so no interference with /home app icons */ } div.routersummary {