Commit 5468e9a4 authored by Stanislav Ievlev's avatar Stanislav Ievlev

- add alterator-attention-message class

- improve alterator-information-message class
parent 027a09bf
......@@ -95,9 +95,11 @@ textarea, select, input.text {
height: 20px;
}
/* messages */
.alterator-information-message {
font-style:italic;
font-size:small;
font-size: 9pt;
padding-top:3px;
padding-bottom:3px;
}
......@@ -106,6 +108,27 @@ textarea, select, input.text {
vertical-align:middle;
}
.alterator-attention-message {
color: darkred;
border-color: darkred;
border-width: 5px;
border-style: double;
padding: 4px;
margin: 4px;
min-width:10px;
float:left;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
}
.alterator-attention-message img {
vertical-align:middle;
}
/* calendar and dateedit */
.year {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment