Fixing problem with calendar sidebar under Firefox and Opera.
This commit is contained in:
parent
345956c42a
commit
c62016c5f9
1 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@ body.calendarmain {
|
||||||
top: 37px;
|
top: 37px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 230px;
|
width: 265px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#datepicker {
|
#datepicker {
|
||||||
|
@ -41,9 +41,9 @@ body.calendarmain {
|
||||||
|
|
||||||
#sidebartoggle {
|
#sidebartoggle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 244px;
|
left: 276px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
top: 37px;
|
top: 27px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: url('images/toggle.gif') 0 48% no-repeat transparent;
|
background: url('images/toggle.gif') 0 48% no-repeat transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -60,7 +60,7 @@ div.sidebarclosed {
|
||||||
#calendar {
|
#calendar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 256px;
|
left: 290px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
@ -539,4 +539,3 @@ div.fc-event-location {
|
||||||
fieldset #calendarcategories div {
|
fieldset #calendarcategories div {
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue