diff options
author | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2015-04-29 22:07:09 +0300 |
---|---|---|
committer | AlexKlimenkov <shurick.klimenkov@gmail.com> | 2015-04-29 22:07:09 +0300 |
commit | 16f6e54edba096c0cdd789edc9fca85d312c2ebb (patch) | |
tree | c21979537b1e0c2fb9622f8e0cd9059bad8b9729 /codebase/sources/skins | |
parent | f56a0475d90af025e92ec4716ff4e5121992b4fe (diff) | |
download | scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.zip scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.tar.gz scheduler-16f6e54edba096c0cdd789edc9fca85d312c2ebb.tar.bz2 |
[fix] version 4.3.1
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; |