diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-28 17:02:39 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-28 17:02:39 -0400 |
| commit | 1a4b28329bba3a30b83dd0538a2a159e8c17950b (patch) | |
| tree | 3dd57ae8096edd6eb7689f08dc96ae6dce881c0d /www/css | |
| parent | 71adba0cc8ddc853a10e8c81aba65ef186cc6b51 (diff) | |
added support to delete events
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 84f532ca..7ad2d38f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -428,6 +428,16 @@ input[type=range]::-webkit-slider-thumb { } +/* to avoid padding on delete in event list */ +.item-content { + padding-right: 16px !important; +} + +.eventDeleteSpeed +{ + -webkit-animation-duration: 300ms; +} + /*.mySliderClass.jslider.sliderCSS div.jslider-pointer {top:-10px;left:15px;width:60px;height:60px;margin-left:-5px;background-color:silver;background-color:#615959;border-radius:50% }*/ |
