aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-07-06 08:44:29 +0000
committermistic100 <mistic@piwigo.org>2012-07-06 08:44:29 +0000
commit5683ff723ea0f6bc21af90717d87a996585a35bb (patch)
tree62c54fe8e64bf7ca2df98448a22db1132e7b6b22 /admin/themes/clear
parentdd54089acfae241347ebc249da476530799a08f0 (diff)
feature 2680: styles for jQuery UI slider
still need to include "themes/default/js/ui/theme/jquery.ui.slider.css" git-svn-id: http://piwigo.org/svn/trunk@16390 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/theme.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 55c3b5611..2a5003fc6 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -239,6 +239,10 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;}
img.ui-datepicker-trigger{margin:-2px 10px 1px -2px;}
+.ui-slider { background:#ddd;border-radius:2px;border:1px solid #999; }
+.ui-slider .ui-slider-handle { border:1px solid #005e89;background:#fff;border-radius:0.6em; }
+.ui-slider .ui-slider-range { background:#999;border-radius:2px; }
+
INPUT[type="text"].large { width: 317px; }
.bigbutton {background:none;margin-right:-5px; padding: 10px;height:auto;position:static;width:auto;text-align:right;}