Index: branches/5.1.x/core/install/incs/style.css =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/install/incs/style.css (.../style.css) (revision 12127) +++ branches/5.1.x/core/install/incs/style.css (.../style.css) (revision 12657) @@ -2,39 +2,23 @@ margin: 0; padding: 0; background: #FFFFFF; - color: #333333; + color: #333333; } ol.install-steps { font: bold 12px verdana, sans-serif; color: #fff; - line-height: 20px - } - -.install-steps li.current-step { - color: #005786 + line-height: 20px; } -/*#nav { - margin-left: -1px; - text-align: center; - float: left +.install-steps li { + padding-bottom: 3px; } - -#content { - padding: 10px; - color: darkblue; - float: right -} -#header { - background-color: #fff; - color: #006; - border-bottom: 1px solid #006; - margin-bottom: 0px +.install-steps li.current-step { + color: #FF0000; } -*/ - + .footer { background-color: #FFFFFF; color: #006; @@ -51,15 +35,6 @@ font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; } - -/* -.spacer {clear: both} - -dd, dt { - font: 0.95em 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; -} -*/ - .head_version { padding-right: 5px; font-weight: normal; @@ -70,9 +45,9 @@ } .admintitle, .admintitle-white { - font-weight: bold; + font-weight: bold; font-size: 20px; - color: #009FF0; + color: #009FF0; font-family: verdana, arial; text-decoration: none; } @@ -83,39 +58,59 @@ .subsectiontitle { font-weight: bold; - font-size: 14px; + font-size: 14px; color: white; font-family: verdana, arial; background-color: #999999; - text-decoration: none; + text-decoration: none; height: 24px; } .subsectiontitle:hover { font-weight: bold; - font-size: 14px; - color: #ffcc00; - font-family: verdana, arial; + font-size: 14px; + color: #ffcc00; + font-family: verdana, arial; background-color: #999999; text-decoration: none; } .text { font-weight: normal; - font-size: 12px; - font-family: verdana, arial; + font-size: 12px; + font-family: verdana, arial; text-decoration: none; } +/* Toolbar */ + .toolbar { - border-right: #000000 1px solid; - border-top: #000000 0px solid; - font-size: 10pt; - border-left: #000000 1px solid; - border-bottom: #000000 1px solid; - font-family: Arial, Helvetica, sans-serif; + font-size: 8pt; + border: 1px solid #000000; + border-width: 0px 1px 1px 1px; background-color: #F0F1EB; + border-collapse: collapse; } +.toolbar td { + height: 100%; +} + +.toolbar-button, .toolbar-button-disabled, .toolbar-button-over { + float: left; + text-align: center; + font-size: 8pt; + padding: 5px 5px 5px 5px; + vertical-align: middle; + color: #006F99; +} + +.toolbar-button-over { + color: #000; +} + +.toolbar-button-disabled { + color: #444; +} .tableborder { border-right: #000000 1px solid; border-top: #000000 0px solid; @@ -126,21 +121,21 @@ } .tableborder_full { - border-right: #000000 1px solid; - border-top: #000000 1px solid; - font-size: 10pt; - border-left: #000000 1px solid; - border-bottom: #000000 1px solid; + border-right: #000000 1px solid; + border-top: #000000 1px solid; + font-size: 10pt; + border-left: #000000 1px solid; + border-bottom: #000000 1px solid; font-family: Arial, Helvetica, sans-serif; background-image: url(img/tab_middle.gif); background-repeat: repeat-x; } .tablenav { - font-weight: bold; - font-size: 14px; - color: white; - font-family: verdana, arial; + font-weight: bold; + font-size: 14px; + color: white; + font-family: verdana, arial; background-color: #73C4F5; text-decoration: none; } @@ -164,32 +159,32 @@ /*.table-color1 { font-weight: normal; font-size: 14px; - color: black; + color: black; font-family: verdana, arial; background-color: #F6F6F6; text-decoration: none; }*/ .table-color2 { - font-weight: normal; + font-weight: normal; font-size: 14px; color: black; - font-family: verdana, arial; + font-family: verdana, arial; background-color: #EBEBEB; text-decoration: none; } .error { font-weight: bold; font-size: 9pt; - color: #ff0000; + color: #ff0000; font-family: Arial, Helvetica, sans-serif; } .button { font-weight: normal; font-size: 12px; - background: url(img/button_back.gif) #F9EEAE repeat-x; + background: url(img/button_back.gif) #F9EEAE repeat-x; color: black; font-family: Arial, Verdana; text-decoration: none;