mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +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"] {
|
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 3px;
|
||||||
right: 28px;
|
right: 22px;
|
||||||
width: 16px;
|
width: 2em;
|
||||||
height: 16px;
|
height: 2em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
@ -504,6 +504,10 @@ span.et2_date_duration input.et2_date_duration{
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-image: url(images/datepopup.svg);
|
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 dl dd { margin: 0 0px 10px 30%; }
|
||||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
|
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user