Revert sidebar size changes; renders fine on FF4 on Windows/Mac and FF5 on Linux
This commit is contained in:
parent
8c5d9db9cc
commit
54946cf2ca
1 changed files with 9 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue