diff --git a/build.xml b/build.xml index 6e8a1dbad..648e2eb9a 100644 --- a/build.xml +++ b/build.xml @@ -23,13 +23,15 @@ - + + + @@ -46,11 +48,11 @@ - + - + @@ -77,8 +79,8 @@ - - + + diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 8372ebfd8..91ce9eb85 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -620,6 +620,96 @@ th { border-bottom: 1px solid #89f; } +/***********************************************************************************/ + +#appsummary { + margin-top: 53px; +} + +h2.app { + margin: 15px 10px 15px 0 !important; +} + +h4.app { + clear: left; + margin: 12px 4px; + padding: 20px 0 8px 0; +} + +div.app { + float: left; + padding: 8px; + height: 100px; + width: 112px; +} + +div.appgroup { + clear: left; + margin: 4px 20px; + padding: 16px 8px; + width: auto; +} + +div.search { + margin: 20px 20px 20px 240px; + padding: 8px; + width: auto; +} + +table.search { + background: none; + margin: 20px; + padding: 8px; + width: auto; + margin-left:auto; + margin-right:auto; +} + +img.app { + height: 40px; + width: 40px; + padding: 8px; +} + +img.app2p { + height: 48px; + padding: 3px 8px; +} + +table.app { + background: none; + border: 0; + margin: auto; + width: auto; +} + +tr.app { + background: none; + border: 0; + margin: 0; +} + +td.app { + background: none; + border: 0; + margin: 0; +} + +div.applabel { + background: url('images/header.png') center center repeat-x; + -moz-border-radius: 4px; + -khtml-border-radius: 4px; + border: 2px #00f; + border-radius: 4px; + border-width: 1px; + font-size: 9pt; + margin: 0; + padding: 3px 6px 4px 6px; + text-align: center; +} + +/***********************************************************************************/ + tt { font-size: 8pt; } @@ -909,6 +999,18 @@ div.footnote hr{ border: 0px solid #99f; } +button.search { + background: #ffe url('../images/magnifier.png') no-repeat 2px center; + padding: 2px 3px 2px 20px; + min-height: 22px; +} + +input.search[type="text"] { + background: #ffe url('../images/magnifier.png') no-repeat 2px center; + padding: 2px 3px 2px 24px; + min-height: 22px; +} ++ .topness { font-size: 7.5pt; text-align: right; diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index f1ea31acd..eded8bcc5 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -1068,3 +1068,92 @@ div.footnote hr{ margin-bottom: -5px; margin-right: 5px; } +/***********************************************************************************/ + +#appsummary { + margin-top: 53px; +} + +h2.app { + margin: 15px 10px 15px 0 !important; +} + +h4.app { + clear: left; + margin: 12px 4px; + padding: 20px 0 8px 0; +} + +div.app { + float: left; + padding: 8px; + height: 100px; + width: 112px; +} + +div.appgroup { + clear: left; + margin: 4px 20px; + padding: 16px 8px; + width: auto; +} + +div.search { + margin: 20px 20px 20px 240px; + padding: 8px; + width: auto; +} + +table.search { + background: none; + margin: 20px; + padding: 8px; + width: auto; + margin-left:auto; + margin-right:auto; +} + +img.app { + height: 40px; + width: 40px; + padding: 8px; +} + +img.app2p { + height: 48px; + padding: 3px 8px; +} + +table.app { + background: none; + border: 0; + margin: auto; + width: auto; +} + +tr.app { + background: none; + border: 0; + margin: 0; +} + +td.app { + background: none; + border: 0; + margin: 0; +} + +div.applabel { + background: url('images/header.png') center center repeat-x; + -moz-border-radius: 4px; + -khtml-border-radius: 4px; + border: 2px #00f; + border-radius: 4px; + border-width: 1px; + font-size: 9pt; + margin: 0; + padding: 3px 6px 4px 6px; + text-align: center; +} + +/***********************************************************************************/ diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index e65853996..c7e87a7d6 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -640,6 +640,8 @@ table.search { margin: 20px; padding: 8px; width: auto; + margin-left:auto; + margin-right:auto; } img.app { diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 546952962..4177b4a46 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -628,6 +628,108 @@ th { font-size: 8pt !important; } +/***********************************************************************************/ + +#appsummary { + margin-top: 53px; +} + +h2.app { + margin: 15px 10px 15px 0 !important; +} + +h4.app { + clear: left; + margin: 12px 4px; + padding: 20px 0 8px 0; +} + +div.app { + float: left; + padding: 8px; + height: 100px; + width: 112px; +} + +div.appgroup { + clear: left; + margin: 4px 20px; + padding: 16px 8px; + width: auto; +} + +div.search { + margin: 20px 20px 20px 240px; + padding: 8px; + width: auto; +} + +table.search { + background: none; + margin: 20px; + padding: 8px; + width: auto; +} + +img.app { + height: 40px; + width: 40px; + padding: 8px; +} + +img.app2p { + height: 48px; + padding: 3px 8px; +} + +table.app { + background: none; + border: 0; + margin: auto; + width: auto; +} + +tr.app { + background: none; + border: 0; + margin: 0; +} + +td.app { + background: none; + border: 0; + margin: 0; +} + +div.applabel { + background: url('images/header.png') center center repeat-x; + -moz-border-radius: 4px; + -khtml-border-radius: 4px; + border: 2px #00f; + border-radius: 4px; + border-width: 1px; + font-size: 9pt; + margin: 0; + padding: 3px 6px 4px 6px; + text-align: center; +} + + +button.search { + background: #ffe url('../images/magnifier.png') no-repeat 2px center; + padding: 2px 3px 2px 20px; + min-height: 22px; +} + + +input.search[type="text"] { + background: #ffe url('../images/magnifier.png') no-repeat 2px center; + padding: 2px 3px 2px 24px; + min-height: 22px; +} + +/***********************************************************************************/ + tt { font-size: 8pt; }