diff options
Diffstat (limited to 'codebase/sources/skins/dhtmlxscheduler.css')
-rw-r--r-- | codebase/sources/skins/dhtmlxscheduler.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/codebase/sources/skins/dhtmlxscheduler.css b/codebase/sources/skins/dhtmlxscheduler.css index ce35c75..1d4be27 100644 --- a/codebase/sources/skins/dhtmlxscheduler.css +++ b/codebase/sources/skins/dhtmlxscheduler.css @@ -1,5 +1,6 @@ /* -dhtmlxScheduler v.4.3.0 Stardard +@license +dhtmlxScheduler v.4.3.1 Stardard This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. @@ -1072,6 +1073,8 @@ div.icon_delete { .dhx_marked_timespan { position: absolute; width: 100%; + margin-left: 0; + /* fix bootstrap conflict [class*="span"] */ } .dhx_time_block { position: absolute; |