Align some UI elements with the changed position of #quicksearchbar
This commit is contained in:
parent
414594f276
commit
fefdafa020
2 changed files with 3 additions and 3 deletions
|
@ -1183,11 +1183,11 @@ a.dropdown-link:after {
|
||||||
|
|
||||||
.calendarmain .fc-header-right {
|
.calendarmain .fc-header-right {
|
||||||
padding-right: 252px;
|
padding-right: 252px;
|
||||||
padding-top: 9px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-header-title {
|
.fc-header-title {
|
||||||
padding-top: 10px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-event {
|
.fc-event {
|
||||||
|
|
|
@ -270,7 +270,7 @@ body.attachmentwin #topnav .topright {
|
||||||
|
|
||||||
#quickaddbox {
|
#quickaddbox {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 7px;
|
top: 2px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue