Small css fixes on calendars list
This commit is contained in:
parent
7ebe734c45
commit
84ad2a125a
1 changed files with 4 additions and 4 deletions
|
@ -219,10 +219,10 @@ pre {
|
||||||
|
|
||||||
#calendars .treelist li span.calname {
|
#calendars .treelist li span.calname {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0px 18px 2px 2px;
|
padding: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 7px;
|
line-height: 26px
|
||||||
left: 38px;
|
left: 40px;
|
||||||
right: 60px;
|
right: 60px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background: url(images/calendars.png) right 20px no-repeat;
|
background: url(images/calendars.png) right 20px no-repeat;
|
||||||
|
@ -313,7 +313,7 @@ pre {
|
||||||
|
|
||||||
#calendars .treelist li input {
|
#calendars .treelist li input {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
margin-top: 4px;
|
||||||
left: 18px;
|
left: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue