From 0b36d151572e050b51d82e7429fee847ebb33e22 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 20 Nov 2014 06:03:22 -0500 Subject: [PATCH] Add method to display operation (uploading) progress in UI message --- plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css b/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css index 86ad962..737f477 100755 --- a/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css +++ b/plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css @@ -517,7 +517,7 @@ -webkit-box-shadow: 0 0 2px 2px rgba(71,135,177, 0.9) !important; } .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick { - top: 1px; + top: 0; left: -1px; margin: 0; width: 29px; -- Gitblit v1.9.1