mirror of https://github.com/apache/archiva.git
[MRM-1362] Add simple 'CRUD' pages for project-level metadata along with a "generic metadata" plugin
o use successful icon in successful delete git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@953620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a72aeb4d5e
commit
4664fef366
|
@ -245,7 +245,7 @@
|
|||
</c:choose>
|
||||
|
||||
<s:if test="hasActionMessages()">
|
||||
<div id="messages">
|
||||
<div id="messagesinfo">
|
||||
<s:actionmessage />
|
||||
</div>
|
||||
</s:if>
|
||||
|
|
|
@ -350,6 +350,16 @@ div.versions a.expand {
|
|||
list-style-image: url(../images/icon_warning_sml.gif)
|
||||
}
|
||||
|
||||
#messagesinfo {
|
||||
background-color: yellow;
|
||||
border: 1px solid orange;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
#messagesinfo ul {
|
||||
list-style-image: url(../images/icon_success_sml.gif)
|
||||
}
|
||||
|
||||
table.auditlogs {
|
||||
text-align: center;
|
||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
|
||||
|
|
Loading…
Reference in New Issue