Commit 32036f95 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Modernize appearance of Alterator web interface

parent 1fe9afab
...@@ -14,6 +14,11 @@ a { ...@@ -14,6 +14,11 @@ a {
font-weight: bold; font-weight: bold;
} }
#acl a {
color: #888;
font-weight: normal;
}
table { table {
font-size: 9pt; font-size: 9pt;
border-color: #@MIDDLE_COLOR_HEX@; border-color: #@MIDDLE_COLOR_HEX@;
...@@ -112,7 +117,6 @@ color:#@MIDDLE_LABELS_HEX@; ...@@ -112,7 +117,6 @@ color:#@MIDDLE_LABELS_HEX@;
padding: 10px 20px; padding: 10px 20px;
padding-top: 10px; padding-top: 10px;
background-color: #cfd4e3; background-color: #cfd4e3;
border: 1px solid #@SHADOW_HEX@; border: 1px solid #@SHADOW_HEX@;
} }
...@@ -280,6 +284,8 @@ border-color: #242a60;*/ ...@@ -280,6 +284,8 @@ border-color: #242a60;*/
background-color: #cfd4e3; background-color: #cfd4e3;
border: 1px solid #@MIDDLE_COLOR_HEX@; border: 1px solid #@MIDDLE_COLOR_HEX@;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
} }
#main-td { #main-td {
...@@ -339,7 +345,7 @@ border-color: #242a60;*/ ...@@ -339,7 +345,7 @@ border-color: #242a60;*/
.menu-group-name { .menu-group-name {
color: #@DARK_LABELS_HEX@; color: #@DARK_LABELS_HEX@;
background-image: url(/design/images/menu-header.png); /*background-image: url(/design/images/menu-header.png);*/
background-repeat:repeat-x; background-repeat:repeat-x;
font-size: 10pt; font-size: 10pt;
...@@ -348,6 +354,9 @@ border-color: #242a60;*/ ...@@ -348,6 +354,9 @@ border-color: #242a60;*/
padding-right: 4px; padding-right: 4px;
padding-left: 10px; padding-left: 10px;
margin: 10px; margin: 10px;
font-weight: bold;
border-bottom: 3px solid #6aacf1;
} }
/* tables */ /* tables */
...@@ -478,6 +487,33 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead ...@@ -478,6 +487,33 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
height:100%; height:100%;
} }
/* states */
.ui-state-disabled {
cursor: default !important;
color: #c3c7cb;
background-color: #@LIGHT_COLOR_HEX@;
}
.btn.ui-state-disabled {
color: #@MIDDLE_LABELS_HEX@;
background-color: #@MIDDLE_COLOR_HEX@;
}
.btn.ui-state-disabled:hover {
background-color: #@MIDDLE_COLOR_HEX@;
}
/* progressbar */
.ui-progressbar {
height:20px;
text-align: left;
}
.ui-progressbar .ui-progressbar-value {
height:100%;
}
/* accordion */ /* accordion */
div.alterator-accordion h3 { div.alterator-accordion h3 {
...@@ -567,8 +603,8 @@ div.alterator-accordion h3.ui-state-active { ...@@ -567,8 +603,8 @@ div.alterator-accordion h3.ui-state-active {
} }
.ui-corner-all { .ui-corner-all {
-moz-border-radius: 0.8em; /*-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em; -webkit-border-radius: 0.8em;*/
} }
/* overlays */ /* overlays */
...@@ -679,16 +715,17 @@ div.alterator-accordion h3.ui-state-active { ...@@ -679,16 +715,17 @@ div.alterator-accordion h3.ui-state-active {
#top { #top {
text-align:left; text-align:left;
background: url(/design/images/header-gradient.png) repeat-x; /*background: url(/design/images/header-gradient.png) repeat-x;*/
padding: 0em; padding: 0em;
margin-bottom: 0px; margin-bottom: 0px;
border-bottom: 1px solid #c1c3cb;
} }
#product-logo { #product-logo {
background: url(/design/images/product-logo.png) no-repeat; background: url(/design/images/product-logo.png) no-repeat;
width: 521px; width: 194px;
height: 58px; height: 56px;
border: 0px; border: 0px;
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
......
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