mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fix : add a bottom margin below the calendar (still doesn't work with IE)
git-svn-id: http://piwigo.org/svn/trunk@1097 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -214,10 +214,13 @@ SPAN.calCalHead {
|
||||
SPAN.calCal { margin: 0 2px; }
|
||||
|
||||
/* nice looking month calendar*/
|
||||
.calMonth { border: none; border-collapse: collapse; }
|
||||
TABLE.calMonth {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 10px; /*<-IE ignores this */
|
||||
}
|
||||
|
||||
TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank
|
||||
{
|
||||
TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank {
|
||||
text-align:left;
|
||||
vertical-align: top;
|
||||
font: bold 18px Arial, Helvetica, sans-serif;
|
||||
@@ -225,16 +228,14 @@ TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank
|
||||
|
||||
TD.calDayHead { font: bold 12px Arial, Helvetica, sans-serif; }
|
||||
|
||||
DIV.calImg
|
||||
{
|
||||
DIV.calImg {
|
||||
overflow: hidden;
|
||||
vertical-align: bottom;
|
||||
z-index: 1;
|
||||
position: relative; /*<- this required by IE*/
|
||||
}
|
||||
|
||||
.calImg img
|
||||
{
|
||||
.calImg img {
|
||||
position: relative;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user