提交 c1cd42f0 编写于 作者: M mindless

[FIXED HUDSON-6496] use more specific css class name.. "loading" conflicted with YUI,

causing missing data display in analysis plugins, using yui tabview.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30918 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ed81cd5f
......@@ -30,7 +30,7 @@ THE SOFTWARE.
<l:layout norefresh="true" permission="${it.ADMINISTER}">
<st:include page="sidepanel.jelly" />
<l:main-panel xmlns:local="local">
<div class="loading">${%LOADING}</div>
<div class="behavior-loading">${%LOADING}</div>
<f:form method="post" name="config" action="configSubmit">
<j:set var="instance" value="${it}" />
<j:set var="descriptor" value="${instance.descriptor}" />
......
......@@ -29,7 +29,7 @@ THE SOFTWARE.
<l:layout title="${it.displayName} Config" norefresh="true" permission="${it.EXTENDED_READ}">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<div class="loading">${%LOADING}</div>
<div class="behavior-loading">${%LOADING}</div>
<f:form method="post" action="configSubmit" name="config">
<j:set var="descriptor" value="${it.descriptor}" />
<j:set var="instance" value="${it}" />
......
......@@ -432,7 +432,7 @@ th.pane {
color: white;
}
.loading {
div.behavior-loading {
position: absolute; width: 80%; height:100%;
background-color: #e4e4e4; text-align: center; font-size: 300%;
opacity: 0.5;
......
......@@ -939,7 +939,7 @@ var hudsonRules = {
e = null; // avoid memory leak
},
"DIV.loading" : function(e) { e.style.display = 'none' }
"DIV.behavior-loading" : function(e) { e.style.display = 'none' }
};
function applyTooltip(e,text) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册