summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css10
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%
}*/