Give more space to toolbar buttons and labels
This commit is contained in:
parent
4c85eeac3c
commit
dcdc4299b1
1 changed files with 8 additions and 7 deletions
|
@ -31,7 +31,7 @@ body.attachmentwin #topnav .topright {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 240px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#datepicker {
|
#datepicker {
|
||||||
|
@ -95,7 +95,7 @@ body.attachmentwin #topnav .topright {
|
||||||
|
|
||||||
#calendarsidebartoggle {
|
#calendarsidebartoggle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 254px;
|
left: 264px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -114,7 +114,7 @@ div.sidebarclosed {
|
||||||
#calendar {
|
#calendar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 266px;
|
left: 276px;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding-bottom: 28px;
|
padding-bottom: 28px;
|
||||||
|
@ -280,21 +280,22 @@ pre {
|
||||||
|
|
||||||
#calendartoolbar a.button {
|
#calendartoolbar a.button {
|
||||||
background-image: url(images/toolbar.png);
|
background-image: url(images/toolbar.png);
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
min-width: 50px;
|
||||||
|
max-width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#calendartoolbar a.button.addevent {
|
#calendartoolbar a.button.addevent {
|
||||||
background-position: center 1px;
|
background-position: center 1px;
|
||||||
|
max-width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#calendartoolbar a.button.export {
|
#calendartoolbar a.button.export {
|
||||||
min-width: 50px;
|
|
||||||
max-width: 55px;
|
|
||||||
background-position: center -40px;
|
background-position: center -40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#calendartoolbar a.button.import {
|
#calendartoolbar a.button.import {
|
||||||
min-width: 50px;
|
|
||||||
max-width: 55px;
|
|
||||||
background-position: center -440px;
|
background-position: center -440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue