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/dhtmlxscheduler_glossy.css | |
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/dhtmlxscheduler_glossy.css')
-rw-r--r-- | codebase/sources/skins/dhtmlxscheduler_glossy.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |