restyled loader
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/resource-management@81601 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d3ceb3e134
commit
853a9ef9c8
|
@ -7,9 +7,6 @@
|
|||
<dependent-module archiveName="rmp-common-library-2.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/rmp-common-library/rmp-common-library">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="activation-record-widgets-1.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/activation-record-widgets/activation-record-widgets">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
|
||||
<property name="context-root" value="resource-management"/>
|
||||
</wb-module>
|
||||
|
|
|
@ -55,4 +55,31 @@
|
|||
color: #226599;
|
||||
font-weight: bold !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.x-panel-mc {
|
||||
padding-top: 5px;
|
||||
background: #FFF url(images/bg-pattern.png) repeat;
|
||||
border-color: #226599;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.ext-el-mask-msg {
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
border-width: 2px;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
.ext-el-mask-msg div {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.loading-indicator {
|
||||
background-position: 5px 50%;
|
||||
background-image: url("images/loader.gif");
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue