From 33d3ca5d42d13ceb8239329f012ff00f2c379ef1 Mon Sep 17 00:00:00 2001 From: apache Date: Mon, 13 Mar 2017 23:22:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D1=81?= =?UTF-8?q?=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/static/css/style.css b/project/static/css/style.css index eac444e..95427d6 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -250,7 +250,7 @@ h2 {font-weight: normal;font-size:24px;font-family:"Arial Narrow", Arial, sans-s } .ui-dialog .ui-dialog-content {font-size: 13px;font-family: Arial;} .ui-widget-header {background:#fff;border:none;color:#646669;text-transform:uppercase;font-size:18px;font-weight:normal;font-family:"Arial Narrow", Arial, sans-serif;} -.ui-state-default .ui-icon { background: url(../img/close.png) no-repeat top;opacity: 0.5;} +.ui-state-default .ui-icon { background: url(../img/close.png) no-repeat top;opacity: 0.5;width:22px;height:22px;} .ui-state-default .ui-icon:hover { background: url(../img/close.png) no-repeat top;opacity: 1;} .ui-icon {width:18px;height:20px;} .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background:none;border:none;}