Revert sidebar size changes; renders fine on FF4 on Windows/Mac and FF5 on Linux

This commit is contained in:
Thomas Bruederli 2011-06-27 19:06:54 +02:00
parent 8c5d9db9cc
commit 54946cf2ca

View file

@ -22,7 +22,7 @@ body.calendarmain {
top: 37px;
left: 10px;
bottom: 0;
width: 265px;
width: 230px;
}
#datepicker {
@ -41,7 +41,7 @@ body.calendarmain {
#sidebartoggle {
position: absolute;
left: 276px;
left: 244px;
width: 8px;
top: 27px;
bottom: 0;
@ -60,7 +60,7 @@ div.sidebarclosed {
#calendar {
position: absolute;
top: 0;
left: 290px;
left: 256px;
right: 10px;
bottom: 0;
}
@ -425,7 +425,12 @@ a.alarm-action-snooze:after {
.ui-datepicker-calendar .ui-datepicker-week-col {
text-align: right;
padding-right: 0.6em;
padding-right: 0.5em;
}
.ui-datepicker td span,
.ui-datepicker td a {
padding-left: 0.1em;
}
.ui-autocomplete {