forked from extern/egroupware
Give more width to location field in calendar edit dialog
This commit is contained in:
parent
e791caf622
commit
d1abc872a6
@ -11,7 +11,7 @@
|
||||
* @package calendar
|
||||
* @version $Id$
|
||||
*/
|
||||
/* $Id: app.css 53581 2015-09-07 17:13:20Z hnategh $ */
|
||||
/* $Id: app.css 53642 2015-09-14 15:31:58Z nathangray $ */
|
||||
/*Media print classes*/
|
||||
@media print {
|
||||
.th td,
|
||||
@ -1396,9 +1396,6 @@ div.calendar {
|
||||
width: 10em;
|
||||
padding: 3px 0 5px 10px;
|
||||
}
|
||||
.calendar_inputFullWidth input {
|
||||
width: 60%;
|
||||
}
|
||||
/******************************************************************
|
||||
* CSS settings for the day, week and month view (timeGridWidget) *
|
||||
******************************************************************/
|
||||
|
@ -423,7 +423,7 @@ div.calendar { position: relative; }
|
||||
.et2_tabheader{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
input.hasDatepicker,
|
||||
#calendar-edit_start{width: 129px;}
|
||||
|
||||
@ -714,7 +714,6 @@ div.calendar { position: relative; }
|
||||
//# generell
|
||||
//###################################################################
|
||||
|
||||
.calendar_inputFullWidth input { width: 60%; }
|
||||
|
||||
/******************************************************************
|
||||
* CSS settings for the day, week and month view (timeGridWidget) *
|
||||
|
Loading…
Reference in New Issue
Block a user