forked from extern/egroupware
Remove 30 minute lines
This commit is contained in:
parent
106652b2d2
commit
dafe7d484d
@ -342,12 +342,6 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
border-top: 1px solid silver;
|
||||
background-image: none;
|
||||
}
|
||||
.calendar_calTimeRowTime[data-minute='30'] {
|
||||
background-image: linear-gradient(to right, rgba(192, 192, 192, 0.75) 2px, transparent 0%);
|
||||
background-position: top;
|
||||
background-size: 6px 1px;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
/* contains (multiple) dayCol's
|
||||
*/
|
||||
.calendar_calDayCols,.calendar_calDayCols12h,.calendar_calDayColsNoGrid{
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @package calendar
|
||||
* @version $Id$
|
||||
*/
|
||||
/* $Id: app.css 55869 2016-04-26 22:58:35Z nathangray $ */
|
||||
/* $Id: app.css 55928 2016-04-29 08:40:55Z hnategh $ */
|
||||
/*Media print classes*/
|
||||
@media print {
|
||||
#calendar-view.et2_container,
|
||||
@ -342,12 +342,6 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
border-top: 1px solid silver;
|
||||
background-image: none;
|
||||
}
|
||||
.calendar_calTimeRowTime[data-minute='30'] {
|
||||
background-image: linear-gradient(to right, rgba(192, 192, 192, 0.75) 2px, transparent 0%);
|
||||
background-position: top;
|
||||
background-size: 6px 1px;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
/* contains (multiple) dayCol's
|
||||
*/
|
||||
.calendar_calDayCols,
|
||||
@ -2627,3 +2621,5 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
#calendar_merge {
|
||||
margin: 9px 0 0 0;
|
||||
}
|
||||
/* ########################################################################################
|
||||
/* * Calendar END */
|
||||
|
Loading…
Reference in New Issue
Block a user