From 5af3b33f97695bd174c36851117523cd37569bf8 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 01 Aug 2014 06:50:00 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css b/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
index 318cc7e..4ead5aa 100755
--- a/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
+++ b/plugins/jqueryui/themes/classic/jquery-ui-1.10.4.custom.css
@@ -507,6 +507,9 @@
 	padding: 1px;
 	height: 20px;
 }
+.no-close .ui-dialog-titlebar-close {
+	display: none !important;
+}
 .ui-dialog .ui-dialog-content {
 	position: relative;
 	border: 0;

--
Gitblit v1.9.1