multiColumns print view + bugFixes

This commit is contained in:
Alexandre Cloutier
2014-06-25 17:39:48 -04:00
parent 5b3de04fc1
commit d7d458a934
7 changed files with 446 additions and 130 deletions

View File

@@ -128,10 +128,20 @@ DIV#rightSide {
DIV#calendarHeader {
position:relative;
top:0;
height:70px;
height:38px;
right: 0px;
}
DIV#calendarHeader DIV.calendarLabels
{ top: 1px;
height: 20px;
border-left: 1px solid #ccc;
text-align: center;
font-style:italic;
font-size:150%;
}
DIV#calendarHeader DIV.calendarLabels,
DIV#calendarHeader DIV.dayLabels,
DIV#calendarHeader DIV.days {
position:relative;
@@ -139,9 +149,12 @@ DIV#calendarHeader DIV.days {
margin-left:50px;
}
DIV#calendarHeader DIV.dayLabels
{ top: 1px; }
DIV#calendarHeader DIV.days {
top: 0;
height: 33px;
height: 1px;
left: 0;
right: 0;
}
@@ -170,9 +183,13 @@ DIV#daysView DIV.hour {
DIV.event {
z-index:1;
border:solid black 1px;
background-color:white;
background-color: white;
border-radius:5px;
border:1px solid black;
}
DIV.eventInside {
width:100%;
}
DIV#daysView DIV.event.starts0
@@ -596,10 +613,15 @@ LABEL {
position:static;
top:5px;
left:5px;
}
DIV#rightFrame {
border:none;
overflow:visible;
}
BODY {
background-color:white;
}
}