![]()
|
|
Cascading style sheet |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
.recentActivityBox {
position: relative;
}
.recentActivityBox .containerHead {
padding: 4px 0;
}
.recentActivityBox .subTabMenu {
position: absolute;
right: 2px;
top: 0px;
background: none;
}
.recentActivityBox .subTabMenu .containerHead {
background: none;
}
.recentActivityBox .tableList td {
padding: 2px;
}
.recentActivityBox .statusDisplay, .recentActivityBox .light {
display: none;
}
.recentActivityBox .columnLastPost .light, .recentActivityBox .columnLastPost p {
display: inline;
}
.recentActivityBox .columnIcon img {
height: auto;
width: 16px;
}
|
|
|
Cascading style sheet |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
.recentActivityBox {
position: relative !important;
}
.recentActivityBox .containerHead {
padding: 4px 0 !important;
}
.recentActivityBox .subTabMenu {
position: absolute !important;
right: 2px !important;
top: 0px !important;
background: none !important;
}
.recentActivityBox .subTabMenu .containerHead {
background: none !important;
}
.recentActivityBox .tableList td {
padding: 2px !important;
}
.recentActivityBox .statusDisplay, .recentActivityBox .light {
display: none !important;
}
.recentActivityBox .columnIcon img {
height: auto !important;
width: 16px !important;
}
|
.
This post has been edited 1 times, last edit by "Gokux" (Feb 20th 2012, 7:59pm)
Nicht notwendig. Zumindest bei mir.Die Zahlen müsst ihr wahrscheinlich je nach Stil etwas ändern.
Im FF 4 und IE 8 sieht alles gut aus. Im IE 9 stimmt komischerweise der Abstand nicht?
Bei mir tut sich nichts, wenn ich diese Code ins CSS einfüge![]()
Wenn es um die in Deinem Profil angegebene Seite geht, ist das auch kein Wunder: Zumindest als nicht angemeldeter Benutzer sieht man dort keine Recent Activity Box.
Gruß norse
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH