summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css
index a177cbd07..75a5f975d 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -249,6 +249,12 @@ table.confirm tr.spacer td:last-child{
border-bottom:1px solid #922;
}
+/* jquery widget customizations */
+
+.ui-autocomplete{
+ font-size:0.7em
+}
+
.jqgrid{
cursor:pointer;
}