diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-08-07 16:13:33 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-08-07 16:13:33 +0200 |
commit | 1db9a4931cd8f33a0c7305c4ed0e90e32c83db57 (patch) | |
tree | 6ff6940e874c8c6d05a9f02bd83cbb37eff1265c /plugins/jqueryui/themes | |
parent | f61959d9c2e4be3408566494c3479dec9f590f55 (diff) |
Fix close icon position
Diffstat (limited to 'plugins/jqueryui/themes')
-rwxr-xr-x | 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 86ad9625c..737f4771a 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 @@ button.ui-button::-moz-focus-inner { -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; |