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 {
|
||||
top: -7px;
|
||||
right: 2px;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
|
@ -1185,11 +1183,11 @@ a.dropdown-link:after {
|
|||
|
||||
.calendarmain .fc-header-right {
|
||||
padding-right: 252px;
|
||||
padding-top: 2px;
|
||||
padding-top: 9px;
|
||||
}
|
||||
|
||||
.fc-header-title {
|
||||
padding-top: 6px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.fc-event {
|
||||
|
|
|
@ -268,13 +268,9 @@ body.attachmentwin #topnav .topright {
|
|||
background-position: center -53px;
|
||||
}
|
||||
|
||||
.tasklistview #quicksearchbar {
|
||||
top: -7px;
|
||||
}
|
||||
|
||||
#quickaddbox {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 7px;
|
||||
left: 0;
|
||||
width: 60%;
|
||||
height: 32px;
|
||||
|
|
Loading…
Add table
Reference in a new issue