forked from I2P_Developers/i2p.i2p
Set position: absolute for div.routersummaryouter so /home app icons don't clear past it
This commit is contained in:
@@ -156,6 +156,7 @@ div.routersummaryouter {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
clear: left; /* fixes a bug in Opera */
|
clear: left; /* fixes a bug in Opera */
|
||||||
|
position: absolute;/* so no interference with /home app icons */
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary {
|
div.routersummary {
|
||||||
|
@@ -103,6 +103,7 @@ div.routersummaryouter {
|
|||||||
clear: left;/* fixes a bug in Opera */
|
clear: left;/* fixes a bug in Opera */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: block;
|
display: block;
|
||||||
|
position: absolute;/* so no interference with /home app icons */
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary {
|
div.routersummary {
|
||||||
|
@@ -92,6 +92,7 @@ div.routersummaryouter {
|
|||||||
clear: left;/* fixes a bug in Opera */
|
clear: left;/* fixes a bug in Opera */
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
display: block;
|
display: block;
|
||||||
|
position: absolute;/* so no interference with /home app icons */
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary {
|
div.routersummary {
|
||||||
|
@@ -162,6 +162,7 @@ div.routersummaryouter {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
clear: left; /* fixes a bug in Opera */
|
clear: left; /* fixes a bug in Opera */
|
||||||
|
position: absolute;/* so no interference with /home app icons */
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary {
|
div.routersummary {
|
||||||
|
Reference in New Issue
Block a user