From bf8bbb4608975ec7a2c660cc3c58b50654bb7c5a Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 22 Aug 2014 15:27:49 +0800 Subject: [PATCH] * ajusted title style of modal. --- www/theme/default/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 7a8c118948..e4334e7bb0 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -463,8 +463,8 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} #titlebar > .heading > strong a:hover {color: #1A53FF} #titlebar > .heading > strong > i, #titlebar > .heading > strong > small > i {display: none} #titlebar > .heading > small > i {position: relative; top: 1px; display: none} -#titlebar > .heading > small {font-size: 14px; color: #333;} -#titlebar > .heading > small:before {content: '::'} +#titlebar > .heading > small {font-size: 14px; color: #333; font-weight: normal;} +#titlebar > .heading > small:before {content: '\e6e1'; font-family: ZenIcon; font-weight: normal;} #titlebar .actions {position: absolute; right: 20px; top: 8px;} #titlebar .actions > .btn, #titlebar .actions > .btn-group {margin-left: 8px;} #titlebar .actions > .text {display: inline-block; margin-left: 8px; line-height: 30px}