Commit c43e3248 authored by Alexandra Panyukova's avatar Alexandra Panyukova

some colors in css replaced, round corners removed

parent 8428e9ca
...@@ -41,6 +41,7 @@ h1 { ...@@ -41,6 +41,7 @@ h1 {
textarea, select, input.text { textarea, select, input.text {
border: 1px solid #MIDDLE_LABELS_HEX@; border: 1px solid #MIDDLE_LABELS_HEX@;
font-size: 8pt; font-size: 8pt;
margin: 1px 3px 1px 0px; margin: 1px 3px 1px 0px;
padding: 1px 3px; padding: 1px 3px;
...@@ -50,9 +51,15 @@ textarea, select, input.text { ...@@ -50,9 +51,15 @@ textarea, select, input.text {
background-color: #@DARK_COLOR_HEX@; background-color: #@DARK_COLOR_HEX@;
color: #@LIGHT_LABELS_HEX@; color: #@LIGHT_LABELS_HEX@;
border: 1px solid #@LIGHT_COLOR_HEX@; border: 1px solid #@LIGHT_COLOR_HEX@;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
cursor: pointer; cursor: pointer;
font-size: 9pt; font-size: 9pt;
padding: 0px 3px; padding: 2px 6px;
} }
.btn:hover { .btn:hover {
...@@ -73,7 +80,8 @@ textarea, select, input.text { ...@@ -73,7 +80,8 @@ textarea, select, input.text {
} }
.disabled { .disabled {
color: #@DARK_COLOR_HEX@; color: #@LIGHT_LABELS_HEX@;
background-color: #@MIDDLE_LABELS_HEX@;
} }
.alterator-progress { .alterator-progress {
...@@ -254,15 +262,15 @@ textarea, select, input.text { ...@@ -254,15 +262,15 @@ textarea, select, input.text {
/* main menu */ /* main menu */
#menu-td { #menu-td {
padding-right: 12px; padding-right: 10px;
padding-left: 12px;
} }
#main { #main {
padding: 10px 20px; padding: 10px 20px;
padding-top: 10px; padding-top: 10px;
border: 1px solid #@DARK_COLOR_HEX@;; background-color: #@LIGHT_COLOR_HEX@;
border: 1px solid #@DARK_COLOR_HEX@;;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em; -webkit-border-radius: 0.5em;
...@@ -312,7 +320,6 @@ textarea, select, input.text { ...@@ -312,7 +320,6 @@ textarea, select, input.text {
padding-bottom: 3px; padding-bottom: 3px;
width: 230px; width: 230px;
/* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/ /* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/
border: 1px solid #@DARK_COLOR_HEX@;;
font-weight: bold; font-weight: bold;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em; -webkit-border-radius: 0.5em;
...@@ -325,7 +332,7 @@ textarea, select, input.text { ...@@ -325,7 +332,7 @@ textarea, select, input.text {
} }
.menu-group { .menu-group {
padding-bottom: 5px; padding-bottom: 10px;
padding-right: 10px; padding-right: 10px;
/*width:250px;*/ /*width:250px;*/
padding-top: 10px; padding-top: 10px;
......
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