Unify position of #quicksearchbar (and some other elements) with
mail and addressbook interface
This commit is contained in:
parent
892d91af3e
commit
71b64ebca2
2 changed files with 3 additions and 9 deletions
|
@ -277,8 +277,6 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.calendarmain #quicksearchbar {
|
body.calendarmain #quicksearchbar {
|
||||||
top: -7px;
|
|
||||||
right: 2px;
|
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1185,11 +1183,11 @@ a.dropdown-link:after {
|
||||||
|
|
||||||
.calendarmain .fc-header-right {
|
.calendarmain .fc-header-right {
|
||||||
padding-right: 252px;
|
padding-right: 252px;
|
||||||
padding-top: 2px;
|
padding-top: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-header-title {
|
.fc-header-title {
|
||||||
padding-top: 6px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-event {
|
.fc-event {
|
||||||
|
|
|
@ -268,13 +268,9 @@ body.attachmentwin #topnav .topright {
|
||||||
background-position: center -53px;
|
background-position: center -53px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tasklistview #quicksearchbar {
|
|
||||||
top: -7px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#quickaddbox {
|
#quickaddbox {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 7px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue