Commit 16693820 authored by Stanislav Ievlev's avatar Stanislav Ievlev

- alterator.css.in: add box class (same as in index.css)

parent 7927ae84
......@@ -58,6 +58,20 @@ textarea, select, input.text {
background-color: #@LIGHT_COLOR_HEX@;
}
.box {
position: relative;
width: 780px;
margin-top: 10px;
background: #FFFFFF;
padding: 0.2em;
padding-right: 2mm;
padding-top: 2mm;
padding-bottom: 2mm;
border: 1px solid #@MIDDLE_COLOR_HEX@;
}
.disabled {
color: #@DARK_COLOR_HEX@;
}
......
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