diff options
Diffstat (limited to 'codebase/sources/skins')
-rw-r--r-- | codebase/sources/skins/dhtmlxscheduler.css | 5 | ||||
-rw-r--r-- | codebase/sources/skins/dhtmlxscheduler_classic.css | 5 | ||||
-rw-r--r-- | codebase/sources/skins/dhtmlxscheduler_flat.css | 5 | ||||
-rw-r--r-- | codebase/sources/skins/dhtmlxscheduler_glossy.css | 5 |
4 files changed, 16 insertions, 4 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; diff --git a/codebase/sources/skins/dhtmlxscheduler_classic.css b/codebase/sources/skins/dhtmlxscheduler_classic.css index 1d16f82..0957146 100644 --- a/codebase/sources/skins/dhtmlxscheduler_classic.css +++ b/codebase/sources/skins/dhtmlxscheduler_classic.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; diff --git a/codebase/sources/skins/dhtmlxscheduler_flat.css b/codebase/sources/skins/dhtmlxscheduler_flat.css index 6b15ecb..7220f3c 100644 --- a/codebase/sources/skins/dhtmlxscheduler_flat.css +++ b/codebase/sources/skins/dhtmlxscheduler_flat.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; diff --git a/codebase/sources/skins/dhtmlxscheduler_glossy.css b/codebase/sources/skins/dhtmlxscheduler_glossy.css index 83dc7ec..18eb185 100644 --- a/codebase/sources/skins/dhtmlxscheduler_glossy.css +++ b/codebase/sources/skins/dhtmlxscheduler_glossy.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; |