Added a refresh button (and creation /modification messages) on the details of an object

SVN:trunk[2311]
This commit is contained in:
Denis Flaven
2012-10-20 17:16:46 +00:00
parent 135abdb9e0
commit 4efa2cb3c0
5 changed files with 85 additions and 44 deletions

View File

@@ -1371,4 +1371,39 @@ a.summary, a.summary:hover {
}
.itop-deleted-object {
text-decoration: line-through;
}
.header_message {
padding: 1em;
font-size: 10pt;
background: #fff;
border: 1px solid #999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
}
.header_message {
padding: 1em;
font-size: 10pt;
background: #fff;
border: 1px solid #999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
}
.message_info {
border: 1px solid #993;
background: url(../images/info-mini.png) 1em 1em no-repeat #ffc;
padding-left: 3em;
}
.message_ok {
border: 1px solid #393;
background: url(../images/ok.png) 1em 1em no-repeat #cfc;
padding-left: 3em;
}
.message_error {
border: 1px solid #933;
background: url(../images/error.png) 1em 1em no-repeat #fcc;
padding-left: 3em;
}