mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Fix problems when friendica is installed in a subpath; small CSS-Fixes
This commit is contained in:
parent
7115197a33
commit
2c80f61876
8 changed files with 47 additions and 35 deletions
|
@ -515,8 +515,10 @@ border-bottom:2px solid #c3c3ff;
|
|||
position: absolute; visibility: hidden; font-size: 9pt; top: 0px; left: 0px
|
||||
}
|
||||
.bubble-table {
|
||||
width: 100%; TABLE-LAYOUT: fixed
|
||||
width: 100%; TABLE-LAYOUT: fixed;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.bubble-table > tbody > tr > td { padding: 0; }
|
||||
.bubble-cell-side {
|
||||
width: 25px
|
||||
}
|
||||
|
@ -685,4 +687,4 @@ border-bottom:2px solid #c3c3ff;
|
|||
.monthdayshow:hover
|
||||
{
|
||||
text-decoration:underline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue