Modernize look of web interface of Alterator
This commit is contained in:
parent
3151dafd3d
commit
556b3cac78
@ -14,6 +14,11 @@ a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#acl a {
|
||||
color: #888;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 9pt;
|
||||
border-color: #@MIDDLE_COLOR_HEX@;
|
||||
@ -279,6 +284,8 @@ border-color: #242a60;*/
|
||||
|
||||
background-color: #cfd4e3;
|
||||
border: 1px solid #@MIDDLE_COLOR_HEX@;
|
||||
-moz-border-radius: 0.8em;
|
||||
-webkit-border-radius: 0.8em;
|
||||
}
|
||||
|
||||
#main-td {
|
||||
@ -338,7 +345,7 @@ border-color: #242a60;*/
|
||||
|
||||
.menu-group-name {
|
||||
color: #@DARK_LABELS_HEX@;
|
||||
background-image: url(/design/images/menu-header.png);
|
||||
/*background-image: url(/design/images/menu-header.png);*/
|
||||
background-repeat:repeat-x;
|
||||
font-size: 10pt;
|
||||
|
||||
@ -347,6 +354,9 @@ border-color: #242a60;*/
|
||||
padding-right: 4px;
|
||||
padding-left: 10px;
|
||||
margin: 10px;
|
||||
|
||||
font-weight: bold;
|
||||
border-bottom: 3px solid #6aacf1;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
@ -593,8 +603,8 @@ div.alterator-accordion h3.ui-state-active {
|
||||
}
|
||||
|
||||
.ui-corner-all {
|
||||
-moz-border-radius: 0.8em;
|
||||
-webkit-border-radius: 0.8em;
|
||||
/*-moz-border-radius: 0.8em;
|
||||
-webkit-border-radius: 0.8em;*/
|
||||
}
|
||||
|
||||
/* overlays */
|
||||
@ -705,16 +715,17 @@ div.alterator-accordion h3.ui-state-active {
|
||||
|
||||
#top {
|
||||
text-align:left;
|
||||
background: url(/design/images/header-gradient.png) repeat-x;
|
||||
/*background: url(/design/images/header-gradient.png) repeat-x;*/
|
||||
|
||||
padding: 0em;
|
||||
margin-bottom: 0px;
|
||||
border-bottom: 1px solid #c1c3cb;
|
||||
}
|
||||
|
||||
#product-logo {
|
||||
background: url(/design/images/product-logo.png) no-repeat;
|
||||
width: 600px;
|
||||
height: 52px;
|
||||
width: 194px;
|
||||
height: 56px;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user