Fix problems when friendica is installed in a subpath; small CSS-Fixes

This commit is contained in:
friendica 2012-06-04 19:18:20 +02:00
parent 7115197a33
commit 2c80f61876
8 changed files with 47 additions and 35 deletions

View file

@ -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;
}
}