From a6e9b4f97bfd60bb58dd06dc48c629541149c377 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 31 Jul 2014 08:29:14 -0400
Subject: [PATCH] Support the 'no-close' class feature for hiding close buttons in jQuery UI dialogs

---
 plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css |    3 +++
 1 files changed, 3 insertions(+), 0 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 2311d3e..b399d3e 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
@@ -521,6 +521,9 @@
 	height: 30px;
 	background: url("images/ui-dialog-close.png") 0 0 no-repeat;
 }
+.no-close .ui-dialog-titlebar-close {
+	display: none !important;
+}
 .ui-dialog .ui-dialog-content {
 	position: relative;
 	border: 0;

--
Gitblit v1.9.1