[Kimchi-devel] [PATCH 13/15] V3 Ginger Base : base plugin ui/css files

Daniel Henrique Barboza dhbarboza82 at gmail.com
Wed Oct 7 13:11:18 UTC 2015


Reviewed-by: Daniel Barboza <dhbarboza82 at gmail.com>

On 10/07/2015 07:47 AM, chandra at linux.vnet.ibm.com wrote:
> From: chandrureddy <chandra at linux.vnet.ibm.com>
>
> ---
>   src/wok/plugins/gingerbase/ui/css/Makefile.am      |  26 ++
>   .../gingerbase/ui/css/theme-default/host.css       | 287 +++++++++++++++++++++
>   .../gingerbase/ui/css/theme-default/report-add.css |  37 +++
>   .../ui/css/theme-default/report-rename.css         |  39 +++
>   .../ui/css/theme-default/repository-add.css        |  42 +++
>   .../ui/css/theme-default/repository-edit.css       |  88 +++++++
>   .../plugins/kimchi/ui/css/theme-default/host.css   | 287 ---------------------
>   .../kimchi/ui/css/theme-default/report-add.css     |  37 ---
>   .../kimchi/ui/css/theme-default/report-rename.css  |  39 ---
>   .../kimchi/ui/css/theme-default/repository-add.css |  42 ---
>   .../ui/css/theme-default/repository-edit.css       |  88 -------
>   11 files changed, 519 insertions(+), 493 deletions(-)
>   create mode 100644 src/wok/plugins/gingerbase/ui/css/Makefile.am
>   create mode 100644 src/wok/plugins/gingerbase/ui/css/theme-default/host.css
>   create mode 100644 src/wok/plugins/gingerbase/ui/css/theme-default/report-add.css
>   create mode 100644 src/wok/plugins/gingerbase/ui/css/theme-default/report-rename.css
>   create mode 100644 src/wok/plugins/gingerbase/ui/css/theme-default/repository-add.css
>   create mode 100644 src/wok/plugins/gingerbase/ui/css/theme-default/repository-edit.css
>   delete mode 100644 src/wok/plugins/kimchi/ui/css/theme-default/host.css
>   delete mode 100644 src/wok/plugins/kimchi/ui/css/theme-default/report-add.css
>   delete mode 100644 src/wok/plugins/kimchi/ui/css/theme-default/report-rename.css
>   delete mode 100644 src/wok/plugins/kimchi/ui/css/theme-default/repository-add.css
>   delete mode 100644 src/wok/plugins/kimchi/ui/css/theme-default/repository-edit.css
>
> diff --git a/src/wok/plugins/gingerbase/ui/css/Makefile.am b/src/wok/plugins/gingerbase/ui/css/Makefile.am
> new file mode 100644
> index 0000000..3e19c65
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/ui/css/Makefile.am
> @@ -0,0 +1,26 @@
> +#
> +# Ginger Base
> +#
> +# Copyright IBM, Corp. 2015
> +#
> +# Licensed under the Apache License, Version 2.0 (the "License");
> +# you may not use this file except in compliance with the License.
> +# You may obtain a copy of the License at
> +#
> +#     http://www.apache.org/licenses/LICENSE-2.0
> +#
> +# Unless required by applicable law or agreed to in writing, software
> +# distributed under the License is distributed on an "AS IS" BASIS,
> +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +# See the License for the specific language governing permissions and
> +# limitations under the License.
> +
> +EXTRA_DIST = theme-default
> +
> +cssdir = $(datadir)/wok/plugins/gingerbase/ui/css
> +dist_css_DATA = theme-default.min.css
> +
> +theme-default.min.css: theme-default/*.css
> +	cat $^ > $@
> +
> +CLEANFILES = theme-default.min.css
> diff --git a/src/wok/plugins/gingerbase/ui/css/theme-default/host.css b/src/wok/plugins/gingerbase/ui/css/theme-default/host.css
> new file mode 100644
> index 0000000..96a54b5
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/ui/css/theme-default/host.css
> @@ -0,0 +1,287 @@
> +/*
> + * Project Ginger Base
> + *
> + * Copyright IBM, Corp. 2013-2015
> + *
> + * Licensed under the Apache License, Version 2.0 (the "License");
> + * you may not use this file except in compliance with the License.
> + * You may obtain a copy of the License at
> + *
> + *     http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +.host-panel {
> +    font-size: 12px;
> +    margin-bottom: 100px;
> +}
> +
> +.host-panel .logo-container, .host-panel .info-container,
> +.host-panel .section-label, .host-panel .section-value {
> +    display: inline-block;
> +    vertical-align: top;
> +}
> +
> +.host-panel .section-label {
> +    display: inline-block;
> +    margin-right: 1em;
> +    vertical-align: top;
> +}
> +
> +.host-panel .logo {
> +    background: url("plugins/gingerbase/images/icon-vm.png") no-repeat left top;
> +    height: 128px;
> +    width: 128px;
> +}
> +
> +.host-panel .hostname {
> +    text-decoration: underline;
> +}
> +
> +.host-panel .action-panel {
> +    margin-top: 2em;
> +    padding-left: 10px;
> +}
> +
> +.host-panel .button-icon {
> +    background: url("../images/theme-default/host-icon-sprite.png") no-repeat
> +                left top;
> +    display: inline-block;
> +    height: 12px;
> +    width: 12px;
> +}
> +
> +.host-panel .action-icon-stop {
> +    background-position: -14px 0;
> +}
> +
> +.host-panel .action-icon-restart {
> +    background-position: -28px 0;
> +}
> +
> +.host-panel .action-icon-download {
> +    background-position: -42px 0;
> +}
> +
> +.host-panel .action-icon-connect {
> +    background-position: -56px 0;
> +}
> +
> +.host-panel .action-icon-add {
> +    background-position: -70px 0;
> +}
> +
> +.host-panel .action-icon-edit {
> +    background-position: -84px 0;
> +}
> +
> +.host-panel .action-icon-remove {
> +    background-position: -98px 0;
> +}
> +
> +.host-panel button:disabled .action-icon-start {
> +    background-position: 0 -14px;
> +}
> +
> +.host-panel button:disabled .action-icon-stop {
> +    background-position: -14px -14px;
> +}
> +
> +.host-panel button:disabled .action-icon-restart {
> +    background-position: -28px -14px;
> +}
> +
> +.host-panel button:disabled .action-icon-download {
> +    background-position: -42px -14px;
> +}
> +
> +.host-panel button:disabled .action-icon-connect {
> +    background-position: -56px -14px;
> +}
> +
> +.host-panel button:disabled .action-icon-add {
> +    background-position: -70px -14px;
> +}
> +
> +.host-panel button:disabled .action-icon-edit {
> +    background-position: -84px -14px;
> +}
> +
> +.host-panel button:disabled .action-icon-remove {
> +    background-position: -98px -14px;
> +}
> +
> +.host-panel .info-container {
> +    padding-top: 16px;
> +    width: 890px;
> +}
> +
> +.host-panel .section-header {
> +    background: #EEE;
> +    border-radius: 5px;
> +    cursor: pointer;
> +    line-height: 2em;
> +    margin: 1em 0 1em;
> +    padding-left: 6px;
> +}
> +
> +.host-panel .section-header:hover {
> +    background: #06f;
> +    color: white;
> +}
> +
> +.host-panel .section-content {
> +    padding-left: 1em;
> +}
> +
> +.host-panel .section-header .arrow {
> +    border-color: transparent;
> +    border-style: solid;
> +    display: inline-block;
> +    margin-right: 6px;
> +    width: 0;
> +}
> +
> +.host-panel .section-header[aria-expanded="true"] .arrow {
> +    border-top-color: black;
> +    border-width: 8px 4px 0;
> +    border-bottom: none;
> +}
> +
> +.host-panel .section-header[aria-expanded="true"]:hover .arrow {
> +    border-top-color: white;
> +}
> +
> +.host-panel .section-header[aria-expanded="false"] .arrow {
> +    border-left-color: black;
> +    border-right: none;
> +    border-width: 4px 0 4px 8px;
> +}
> +
> +.host-panel .section-header[aria-expanded="false"]:hover .arrow {
> +    border-left-color: white;
> +}
> +
> +.host-panel .section-row {
> +    line-height: 1.6em;
> +    margin-bottom: 1em;
> +}
> +
> +.host-panel .section-label {
> +    width: 100px;
> +}
> +
> +#frequency-textbox {
> +    width: 20px;
> +}
> +
> +#container-chart-cpu,
> +#container-chart-memory,
> +#container-chart-disk-io,
> +#container-chart-network-io {
> +    border: 1px solid white;
> +    box-shadow: 2px 2px 2px gray, 2px -2px 2px gray, -2px -2px 2px gray, -2px
> +                2px 2px gray;
> +    height: 100px;
> +    width: 500px;
> +}
> +
> +#container-chart-disk-io .disk-write,
> +#container-chart-network-io .network-sent {
> +    stroke: #f80;
> +}
> +
> +/* Debug Report */
> +.cell-text-wrapper {
> +    margin-left: 10px;
> +}
> +
> +.host-panel #available-reports-grid {
> +    border-color: #ddd;
> +    height: 400px;
> +    width: 850px;
> +}
> +
> +.host-panel select#available-reports-list {
> +    width: 300px;
> +}
> +
> +.host-panel select#available-reports-list option {
> +    margin: .2em 1em;
> +}
> +
> +.debug-report-name,
> +.debug-report-time {
> +    width: 424px;
> +}
> +
> +#id-debug-img {
> +    background: url(../images/theme-default/kimchi-loading15x15.gif) 12px
> +            center no-repeat;
> +    padding-left: 23px;
> +}
> +
> +/* End of Debug Report */
> +
> +/* Software Updates */
> +.host-panel #software-updates-grid {
> +    border-color: #ddd;
> +    height: 300px;
> +    width: 850px;
> +}
> +
> +.software-update-name,
> +.software-update-repos {
> +    width: 224px;
> +}
> +
> +.software-update-version,
> +.software-update-arch {
> +    width: 200px;
> +}
> +
> +.host-panel #software-updates-progress-textarea {
> +    border: 1px solid #ddd;
> +    box-sizing: border-box;
> +    height: 100px;
> +    padding: .2em .5em;
> +    resize: vertical;
> +    width: 852px;
> +}
> +/* End of Software Updates */
> +
> +/* Repository */
> +.host-panel #repositories-grid {
> +    border-color: #ddd;
> +    height: 200px;
> +    width: 850px;
> +}
> +
> +.host-panel #repositories-grid .repository-id {
> +    width: 120px;
> +}
> +
> +.host-panel #repositories-grid .repository-name {
> +    width: 640px;
> +}
> +
> +.host-panel #repositories-grid .repository-enabled {
> +    width: 88px;
> +}
> +
> +.host-panel #repositories-grid .repository-baseurl.deb {
> +    width: 400px;
> +}
> +
> +.host-panel #repositories-grid .repository-enabled.deb {
> +    width: 100px;
> +}
> +
> +.host-panel #repositories-grid .repository-gpgcheck.deb {
> +    width: 150px;
> +}
> +/* End of Repository */
> diff --git a/src/wok/plugins/gingerbase/ui/css/theme-default/report-add.css b/src/wok/plugins/gingerbase/ui/css/theme-default/report-add.css
> new file mode 100644
> index 0000000..e9f639d
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/ui/css/theme-default/report-add.css
> @@ -0,0 +1,37 @@
> +/*
> + * Project Ginger Base
> + *
> + * Copyright IBM, Corp. 2013-2015
> + *
> + * Licensed under the Apache License, Version 2.0 (the "License");
> + * you may not use this file except in compliance with the License.
> + * You may obtain a copy of the License at
> + *
> + *     http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +#report-add-window {
> +    height: 300px;
> +    width: 400px;
> +}
> +
> +#report-add-window .field {
> +    font-size: 12px;
> +}
> +
> +#report-name-textbox {
> +    margin: 0;
> +    width: 100%;
> +}
> +
> +.info-add-debug-report {
> +    font-size: 12px;
> +    color: #999999;
> +    font-weight: lighter;
> +    font-family: 'Helvetica Neue', Helvetica, Arial;
> +}
> diff --git a/src/wok/plugins/gingerbase/ui/css/theme-default/report-rename.css b/src/wok/plugins/gingerbase/ui/css/theme-default/report-rename.css
> new file mode 100644
> index 0000000..4b13946
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/ui/css/theme-default/report-rename.css
> @@ -0,0 +1,39 @@
> +/*
> + * Project Ginger Base
> + *
> + * Copyright IBM, Corp. 2014-2015
> + *
> + * Licensed under the Apache License, Version 2.0 (the "License");
> + * you may not use this file except in compliance with the License.
> + * You may obtain a copy of the License at
> + *
> + *     http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +#report-rename-window {
> +    height: 300px;
> +    width: 400px;
> +}
> +
> +#report-rename-window .field {
> +    font-size: 12px;
> +}
> +
> +#report-name-textbox {
> +    -moz-box-sizing: border-box;
> +    box-sizing: border-box;
> +    margin: 0;
> +    width: 100%;
> +}
> +
> +.info-debug-report-rename {
> +    font-size: 12px;
> +    color: #999999;
> +    font-weight: lighter;
> +    font-family: 'Helvetica Neue', Helvetica, Arial;
> +}
> diff --git a/src/wok/plugins/gingerbase/ui/css/theme-default/repository-add.css b/src/wok/plugins/gingerbase/ui/css/theme-default/repository-add.css
> new file mode 100644
> index 0000000..365ca43
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/ui/css/theme-default/repository-add.css
> @@ -0,0 +1,42 @@
> +/*
> + * Project Ginger Base
> + *
> + * Copyright IBM, Corp. 2014-2015
> + *
> + * Licensed under the Apache License, Version 2.0 (the "License");
> + * you may not use this file except in compliance with the License.
> + * You may obtain a copy of the License at
> + *
> + *     http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +#repository-add-window {
> +    height: 500px;
> +    width: 1000px;
> +}
> +
> +#repository-add-window span.required {
> +    color: red;
> +    padding-left: 5px;
> +    vertical-align: top;
> +}
> +
> +#repository-add-window .textbox-wrapper input[type="text"] {
> +    box-sizing: border-box;
> +    width: 100%;
> +}
> +
> +#repository-add-window .textbox-wrapper label {
> +    vertical-align: middle;
> +}
> +
> +#isMirrorLabel {
> +    font-size: 14px;
> +    font-weight: lighter;
> +    font-family: 'Helvetica Neue', Helvetica, Arial;
> +}
> diff --git a/src/wok/plugins/gingerbase/ui/css/theme-default/repository-edit.css b/src/wok/plugins/gingerbase/ui/css/theme-default/repository-edit.css
> new file mode 100644
> index 0000000..19dff56
> --- /dev/null
> +++ b/src/wok/plugins/gingerbase/ui/css/theme-default/repository-edit.css
> @@ -0,0 +1,88 @@
> +/*
> + * Project Ginger Base
> + *
> + * Copyright IBM, Corp. 2014-2015
> + *
> + * Licensed under the Apache License, Version 2.0 (the "License");
> + * you may not use this file except in compliance with the License.
> + * You may obtain a copy of the License at
> + *
> + *     http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +.yum div#repository-edit-window {
> +    height: 680px;
> +    width: 1000px;
> +}
> +
> +.deb div#repository-edit-window {
> +    height: 480px;
> +    width: 1000px;
> +}
> +
> +
> +.repository-edit-fieldset {
> +    float: left;
> +    padding: 0 30px;
> +    width: 95%;
> +}
> +
> +.repository-edit-wrapper-label, .repository-edit-wrapper-controls {
> +    display: inline-block;
> +    height: 30px;
> +    line-height: 30px;
> +    font-size: 14px;
> +    vertical-align: top;
> +}
> +
> +.repository-edit-wrapper-label {
> +    margin-top: 10px;
> +    width: 150px;
> +}
> +
> +.repository-edit-wrapper-controls label {
> +    vertical-align: middle;
> +}
> +
> +.repository-edit-wrapper-controls {
> +    width: 100%;
> +}
> +
> +.repository-edit-wrapper-controls input[type="text"] {
> +    font-size: 16px;
> +    height: 30px;
> +    line-height: 30px;
> +    padding: 0 10px;
> +    width: 100%;
> +    -moz-box-sizing: border-box;
> +    box-sizing: border-box;
> +    border: 1px solid #CCCCCC;
> +}
> +
> +
> +.repository-edit-wrapper-controls input[type="text"][readonly] {
> +    color: #bbb;
> +    background-color: #fafafa;
> +}
> +
> +
> +.repository-edit-wrapper-controls input[type="text"][disabled] {
> +    color: #bbb;
> +    background-color: #fafafa;
> +    cursor: not-allowed;
> +}
> +
> +
> +.deb .yum{
> +    display: none;
> +}
> +
> +
> +.yum .deb{
> +    display: none;
> +}
> diff --git a/src/wok/plugins/kimchi/ui/css/theme-default/host.css b/src/wok/plugins/kimchi/ui/css/theme-default/host.css
> deleted file mode 100644
> index a0cccb1..0000000
> --- a/src/wok/plugins/kimchi/ui/css/theme-default/host.css
> +++ /dev/null
> @@ -1,287 +0,0 @@
> -/*
> - * Project Kimchi
> - *
> - * Copyright IBM, Corp. 2013-2014
> - *
> - * Licensed under the Apache License, Version 2.0 (the "License");
> - * you may not use this file except in compliance with the License.
> - * You may obtain a copy of the License at
> - *
> - *     http://www.apache.org/licenses/LICENSE-2.0
> - *
> - * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> - * See the License for the specific language governing permissions and
> - * limitations under the License.
> - */
> -.host-panel {
> -    font-size: 12px;
> -    margin-bottom: 100px;
> -}
> -
> -.host-panel .logo-container, .host-panel .info-container,
> -.host-panel .section-label, .host-panel .section-value {
> -    display: inline-block;
> -    vertical-align: top;
> -}
> -
> -.host-panel .section-label {
> -    display: inline-block;
> -    margin-right: 1em;
> -    vertical-align: top;
> -}
> -
> -.host-panel .logo {
> -    background: url("plugins/kimchi/images/icon-vm.png") no-repeat left top;
> -    height: 128px;
> -    width: 128px;
> -}
> -
> -.host-panel .hostname {
> -    text-decoration: underline;
> -}
> -
> -.host-panel .action-panel {
> -    margin-top: 2em;
> -    padding-left: 10px;
> -}
> -
> -.host-panel .button-icon {
> -    background: url("../images/theme-default/host-icon-sprite.png") no-repeat
> -                left top;
> -    display: inline-block;
> -    height: 12px;
> -    width: 12px;
> -}
> -
> -.host-panel .action-icon-stop {
> -    background-position: -14px 0;
> -}
> -
> -.host-panel .action-icon-restart {
> -    background-position: -28px 0;
> -}
> -
> -.host-panel .action-icon-download {
> -    background-position: -42px 0;
> -}
> -
> -.host-panel .action-icon-connect {
> -    background-position: -56px 0;
> -}
> -
> -.host-panel .action-icon-add {
> -    background-position: -70px 0;
> -}
> -
> -.host-panel .action-icon-edit {
> -    background-position: -84px 0;
> -}
> -
> -.host-panel .action-icon-remove {
> -    background-position: -98px 0;
> -}
> -
> -.host-panel button:disabled .action-icon-start {
> -    background-position: 0 -14px;
> -}
> -
> -.host-panel button:disabled .action-icon-stop {
> -    background-position: -14px -14px;
> -}
> -
> -.host-panel button:disabled .action-icon-restart {
> -    background-position: -28px -14px;
> -}
> -
> -.host-panel button:disabled .action-icon-download {
> -    background-position: -42px -14px;
> -}
> -
> -.host-panel button:disabled .action-icon-connect {
> -    background-position: -56px -14px;
> -}
> -
> -.host-panel button:disabled .action-icon-add {
> -    background-position: -70px -14px;
> -}
> -
> -.host-panel button:disabled .action-icon-edit {
> -    background-position: -84px -14px;
> -}
> -
> -.host-panel button:disabled .action-icon-remove {
> -    background-position: -98px -14px;
> -}
> -
> -.host-panel .info-container {
> -    padding-top: 16px;
> -    width: 890px;
> -}
> -
> -.host-panel .section-header {
> -    background: #EEE;
> -    border-radius: 5px;
> -    cursor: pointer;
> -    line-height: 2em;
> -    margin: 1em 0 1em;
> -    padding-left: 6px;
> -}
> -
> -.host-panel .section-header:hover {
> -    background: #06f;
> -    color: white;
> -}
> -
> -.host-panel .section-content {
> -    padding-left: 1em;
> -}
> -
> -.host-panel .section-header .arrow {
> -    border-color: transparent;
> -    border-style: solid;
> -    display: inline-block;
> -    margin-right: 6px;
> -    width: 0;
> -}
> -
> -.host-panel .section-header[aria-expanded="true"] .arrow {
> -    border-top-color: black;
> -    border-width: 8px 4px 0;
> -    border-bottom: none;
> -}
> -
> -.host-panel .section-header[aria-expanded="true"]:hover .arrow {
> -    border-top-color: white;
> -}
> -
> -.host-panel .section-header[aria-expanded="false"] .arrow {
> -    border-left-color: black;
> -    border-right: none;
> -    border-width: 4px 0 4px 8px;
> -}
> -
> -.host-panel .section-header[aria-expanded="false"]:hover .arrow {
> -    border-left-color: white;
> -}
> -
> -.host-panel .section-row {
> -    line-height: 1.6em;
> -    margin-bottom: 1em;
> -}
> -
> -.host-panel .section-label {
> -    width: 100px;
> -}
> -
> -#frequency-textbox {
> -    width: 20px;
> -}
> -
> -#container-chart-cpu,
> -#container-chart-memory,
> -#container-chart-disk-io,
> -#container-chart-network-io {
> -    border: 1px solid white;
> -    box-shadow: 2px 2px 2px gray, 2px -2px 2px gray, -2px -2px 2px gray, -2px
> -                2px 2px gray;
> -    height: 100px;
> -    width: 500px;
> -}
> -
> -#container-chart-disk-io .disk-write,
> -#container-chart-network-io .network-sent {
> -    stroke: #f80;
> -}
> -
> -/* Debug Report */
> -.cell-text-wrapper {
> -    margin-left: 10px;
> -}
> -
> -.host-panel #available-reports-grid {
> -    border-color: #ddd;
> -    height: 400px;
> -    width: 850px;
> -}
> -
> -.host-panel select#available-reports-list {
> -    width: 300px;
> -}
> -
> -.host-panel select#available-reports-list option {
> -    margin: .2em 1em;
> -}
> -
> -.debug-report-name,
> -.debug-report-time {
> -    width: 424px;
> -}
> -
> -#id-debug-img {
> -    background: url(../images/theme-default/kimchi-loading15x15.gif) 12px
> -            center no-repeat;
> -    padding-left: 23px;
> -}
> -
> -/* End of Debug Report */
> -
> -/* Software Updates */
> -.host-panel #software-updates-grid {
> -    border-color: #ddd;
> -    height: 300px;
> -    width: 850px;
> -}
> -
> -.software-update-name,
> -.software-update-repos {
> -    width: 224px;
> -}
> -
> -.software-update-version,
> -.software-update-arch {
> -    width: 200px;
> -}
> -
> -.host-panel #software-updates-progress-textarea {
> -    border: 1px solid #ddd;
> -    box-sizing: border-box;
> -    height: 100px;
> -    padding: .2em .5em;
> -    resize: vertical;
> -    width: 852px;
> -}
> -/* End of Software Updates */
> -
> -/* Repository */
> -.host-panel #repositories-grid {
> -    border-color: #ddd;
> -    height: 200px;
> -    width: 850px;
> -}
> -
> -.host-panel #repositories-grid .repository-id {
> -    width: 120px;
> -}
> -
> -.host-panel #repositories-grid .repository-name {
> -    width: 640px;
> -}
> -
> -.host-panel #repositories-grid .repository-enabled {
> -    width: 88px;
> -}
> -
> -.host-panel #repositories-grid .repository-baseurl.deb {
> -    width: 400px;
> -}
> -
> -.host-panel #repositories-grid .repository-enabled.deb {
> -    width: 100px;
> -}
> -
> -.host-panel #repositories-grid .repository-gpgcheck.deb {
> -    width: 150px;
> -}
> -/* End of Repository */
> diff --git a/src/wok/plugins/kimchi/ui/css/theme-default/report-add.css b/src/wok/plugins/kimchi/ui/css/theme-default/report-add.css
> deleted file mode 100644
> index 8020182..0000000
> --- a/src/wok/plugins/kimchi/ui/css/theme-default/report-add.css
> +++ /dev/null
> @@ -1,37 +0,0 @@
> -/*
> - * Project Kimchi
> - *
> - * Copyright IBM, Corp. 2013-2015
> - *
> - * Licensed under the Apache License, Version 2.0 (the "License");
> - * you may not use this file except in compliance with the License.
> - * You may obtain a copy of the License at
> - *
> - *     http://www.apache.org/licenses/LICENSE-2.0
> - *
> - * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> - * See the License for the specific language governing permissions and
> - * limitations under the License.
> - */
> -#report-add-window {
> -    height: 300px;
> -    width: 400px;
> -}
> -
> -#report-add-window .field {
> -    font-size: 12px;
> -}
> -
> -#report-name-textbox {
> -    margin: 0;
> -    width: 100%;
> -}
> -
> -.info-add-debug-report {
> -    font-size: 12px;
> -    color: #999999;
> -    font-weight: lighter;
> -    font-family: 'Helvetica Neue', Helvetica, Arial;
> -}
> \ No newline at end of file
> diff --git a/src/wok/plugins/kimchi/ui/css/theme-default/report-rename.css b/src/wok/plugins/kimchi/ui/css/theme-default/report-rename.css
> deleted file mode 100644
> index 2fb2698..0000000
> --- a/src/wok/plugins/kimchi/ui/css/theme-default/report-rename.css
> +++ /dev/null
> @@ -1,39 +0,0 @@
> -/*
> - * Project Kimchi
> - *
> - * Copyright IBM, Corp. 2014-2015
> - *
> - * Licensed under the Apache License, Version 2.0 (the "License");
> - * you may not use this file except in compliance with the License.
> - * You may obtain a copy of the License at
> - *
> - *     http://www.apache.org/licenses/LICENSE-2.0
> - *
> - * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> - * See the License for the specific language governing permissions and
> - * limitations under the License.
> - */
> -#report-rename-window {
> -    height: 300px;
> -    width: 400px;
> -}
> -
> -#report-rename-window .field {
> -    font-size: 12px;
> -}
> -
> -#report-name-textbox {
> -    -moz-box-sizing: border-box;
> -    box-sizing: border-box;
> -    margin: 0;
> -    width: 100%;
> -}
> -
> -.info-debug-report-rename {
> -    font-size: 12px;
> -    color: #999999;
> -    font-weight: lighter;
> -    font-family: 'Helvetica Neue', Helvetica, Arial;
> -}
> diff --git a/src/wok/plugins/kimchi/ui/css/theme-default/repository-add.css b/src/wok/plugins/kimchi/ui/css/theme-default/repository-add.css
> deleted file mode 100644
> index 4344569..0000000
> --- a/src/wok/plugins/kimchi/ui/css/theme-default/repository-add.css
> +++ /dev/null
> @@ -1,42 +0,0 @@
> -/*
> - * Project Kimchi
> - *
> - * Copyright IBM, Corp. 2014-2015
> - *
> - * Licensed under the Apache License, Version 2.0 (the "License");
> - * you may not use this file except in compliance with the License.
> - * You may obtain a copy of the License at
> - *
> - *     http://www.apache.org/licenses/LICENSE-2.0
> - *
> - * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> - * See the License for the specific language governing permissions and
> - * limitations under the License.
> - */
> -#repository-add-window {
> -    height: 500px;
> -    width: 1000px;
> -}
> -
> -#repository-add-window span.required {
> -    color: red;
> -    padding-left: 5px;
> -    vertical-align: top;
> -}
> -
> -#repository-add-window .textbox-wrapper input[type="text"] {
> -    box-sizing: border-box;
> -    width: 100%;
> -}
> -
> -#repository-add-window .textbox-wrapper label {
> -    vertical-align: middle;
> -}
> -
> -#isMirrorLabel {
> -    font-size: 14px;
> -    font-weight: lighter;
> -    font-family: 'Helvetica Neue', Helvetica, Arial;
> -}
> \ No newline at end of file
> diff --git a/src/wok/plugins/kimchi/ui/css/theme-default/repository-edit.css b/src/wok/plugins/kimchi/ui/css/theme-default/repository-edit.css
> deleted file mode 100644
> index 383a7fe..0000000
> --- a/src/wok/plugins/kimchi/ui/css/theme-default/repository-edit.css
> +++ /dev/null
> @@ -1,88 +0,0 @@
> -/*
> - * Project Kimchi
> - *
> - * Copyright IBM, Corp. 2014-2015
> - *
> - * Licensed under the Apache License, Version 2.0 (the "License");
> - * you may not use this file except in compliance with the License.
> - * You may obtain a copy of the License at
> - *
> - *     http://www.apache.org/licenses/LICENSE-2.0
> - *
> - * Unless required by applicable law or agreed to in writing, software
> - * distributed under the License is distributed on an "AS IS" BASIS,
> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> - * See the License for the specific language governing permissions and
> - * limitations under the License.
> - */
> -.yum div#repository-edit-window {
> -    height: 680px;
> -    width: 1000px;
> -}
> -
> -.deb div#repository-edit-window {
> -    height: 480px;
> -    width: 1000px;
> -}
> -
> -
> -.repository-edit-fieldset {
> -    float: left;
> -    padding: 0 30px;
> -    width: 95%;
> -}
> -
> -.repository-edit-wrapper-label, .repository-edit-wrapper-controls {
> -    display: inline-block;
> -    height: 30px;
> -    line-height: 30px;
> -    font-size: 14px;
> -    vertical-align: top;
> -}
> -
> -.repository-edit-wrapper-label {
> -    margin-top: 10px;
> -    width: 150px;
> -}
> -
> -.repository-edit-wrapper-controls label {
> -    vertical-align: middle;
> -}
> -
> -.repository-edit-wrapper-controls {
> -    width: 100%;
> -}
> -
> -.repository-edit-wrapper-controls input[type="text"] {
> -    font-size: 16px;
> -    height: 30px;
> -    line-height: 30px;
> -    padding: 0 10px;
> -    width: 100%;
> -    -moz-box-sizing: border-box;
> -    box-sizing: border-box;
> -    border: 1px solid #CCCCCC;
> -}
> -
> -
> -.repository-edit-wrapper-controls input[type="text"][readonly] {
> -    color: #bbb;
> -    background-color: #fafafa;
> -}
> -
> -
> -.repository-edit-wrapper-controls input[type="text"][disabled] {
> -    color: #bbb;
> -    background-color: #fafafa;
> -    cursor: not-allowed;
> -}
> -
> -
> -.deb .yum{
> -    display: none;
> -}
> -
> -
> -.yum .deb{
> -    display: none;
> -}




More information about the Kimchi-devel mailing list