Commit 5c70b339 authored by Stanislav Ievlev's avatar Stanislav Ievlev

- update CSS classes for office-server

parent 588e94db
...@@ -71,13 +71,16 @@ textarea, select, input.text { ...@@ -71,13 +71,16 @@ textarea, select, input.text {
width: 780px; width: 780px;
margin-top: 10px; margin-top: 10px;
background: #FFFFFF; padding: 10px 20px;
padding: 0.2em; padding-top: 10px;
padding-right: 2mm;
padding-top: 2mm; background-color: #@LIGHT_COLOR_HEX@;
padding-bottom: 2mm; border: 1px solid #@DARK_COLOR_HEX@;;
border: 1px solid #@MIDDLE_COLOR_HEX@; -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
} }
.disabled { .disabled {
...@@ -383,6 +386,14 @@ div.alterator-accordion h3.ui-state-active { ...@@ -383,6 +386,14 @@ div.alterator-accordion h3.ui-state-active {
.ui-help-button { .ui-help-button {
background-color: #@LIGHT_COLOR_HEX@; background-color: #@LIGHT_COLOR_HEX@;
margin-bottom: 10px;
padding-top: 7px;
border: 1px solid #@DARK_COLOR_HEX@;;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
} }
.ui-help-button-content { .ui-help-button-content {
......
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