Issue 2874 fixed. Site edit page input style cosmetic issue.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12650 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-31 09:34:10 +00:00
parent 22188a6077
commit 228c8d7f71
4 changed files with 3 additions and 5 deletions

View file

@ -136,7 +136,7 @@ body>.x,
.x input[type="search"], .x input[type="search"],
.x input[type="tel"], .x input[type="tel"],
.x input[type="color"], .x input[type="color"],
.x_uneditable-input{height:16px} .x_uneditable-input{height:16px;line-height:16px}
.x select{padding:0;height:26px;line-height:26px} .x select{padding:0;height:26px;line-height:26px}
.x select[multiple]{height:auto} .x select[multiple]{height:auto}
.x textarea{vertical-align:top} .x textarea{vertical-align:top}

File diff suppressed because one or more lines are too long

View file

@ -2371,11 +2371,9 @@ jQuery(function($){
jQuery(function($){ jQuery(function($){
_alert = alert; _alert = alert;
alert = function(){ alert = function(){
return $.xeMsgBox.alert.apply($.xeMsgBox, arguments); return $.xeMsgBox.alert.apply($.xeMsgBox, arguments);
} }
setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500); setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500);
}); });

File diff suppressed because one or more lines are too long