ItEr35S21RFMaquetacionDesenhoAplicacion: Applied CSS rounded styling to message boxes.
This commit is contained in:
parent
cc7407732a
commit
ef97a3d42f
1 changed files with 12 additions and 1 deletions
|
|
@ -188,6 +188,8 @@ button.z-button {
|
|||
|
||||
|
||||
.message_ERROR, .message_INFO {
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
padding: 15px;
|
||||
margin: 10px;
|
||||
width: 300px;
|
||||
|
|
@ -222,6 +224,14 @@ button.z-button {
|
|||
left: 10px;
|
||||
}
|
||||
|
||||
div.z-errbox {
|
||||
background-color: #EECCCC;
|
||||
color:red;
|
||||
border:solid 1px red;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
|
||||
.advancedallocationlayout .message_WARNING {
|
||||
padding: 3px 20px 3px 20px;
|
||||
margin: 0;
|
||||
|
|
@ -625,4 +635,5 @@ div.z-listbox-pgi-b {
|
|||
|
||||
span.z-dottree-ico, span.z-dottree-line {
|
||||
min-height:22px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue