Give more width to location field in calendar edit dialog

This commit is contained in:
Hadi Nategh 2015-09-22 09:29:16 +00:00
parent e791caf622
commit d1abc872a6
2 changed files with 2 additions and 6 deletions

View File

@ -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) *
******************************************************************/

View File

@ -714,7 +714,6 @@ div.calendar { position: relative; }
//# generell
//###################################################################
.calendar_inputFullWidth input { width: 60%; }
/******************************************************************
* CSS settings for the day, week and month view (timeGridWidget) *