mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
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:
parent
22188a6077
commit
228c8d7f71
4 changed files with 3 additions and 5 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue