mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Etemplate: Make date picker next/previous buttons larger
This commit is contained in:
parent
0058b29d49
commit
476cb8a63a
@ -492,10 +492,10 @@ span.et2_date_duration input.et2_date_duration{
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 28px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: 3px;
|
||||
right: 22px;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
overflow: hidden;
|
||||
background-color: white;
|
||||
background-repeat:no-repeat;
|
||||
@ -504,6 +504,10 @@ span.et2_date_duration input.et2_date_duration{
|
||||
background-size: contain;
|
||||
background-image: url(images/datepopup.svg);
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
}
|
||||
.ui-timepicker-div dl dd { margin: 0 0px 10px 30%; }
|
||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user