This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit 850b47bb9216eb431b00f893977654dade7c336f Author: Andi Huber <[email protected]> AuthorDate: Fri Oct 21 11:56:30 2022 +0200 ISIS-3142: renaming: batch process all .css files (except antora/*) --- incubator/clients/kroviz/src/main/resources/css/kroviz.css | 6 +++--- .../wicket/ui/components/scalars/image/wupb-progressBar.css | 4 ++-- .../ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css | 8 ++++---- .../ui/pages/common/bootstrap/css/bootstrap-overrides-darkly.css | 2 +- .../viewer/wicket/ui/pages/common/sidebar/css/simple-sidebar.css | 2 +- .../apache/causeway/viewer/wicket/ui/pages/entity/EntityPage.css | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/incubator/clients/kroviz/src/main/resources/css/kroviz.css b/incubator/clients/kroviz/src/main/resources/css/kroviz.css index 8e42416fc5..bc4b5797fd 100644 --- a/incubator/clients/kroviz/src/main/resources/css/kroviz.css +++ b/incubator/clients/kroviz/src/main/resources/css/kroviz.css @@ -152,7 +152,7 @@ div { /* font-family: Chicago, sans-serif;*/ } -.isis-logo-button-image:before { +.causeway-logo-button-image:before { content: ""; width: 65px; height: 40px; @@ -163,7 +163,7 @@ div { background-repeat: no-repeat; background-size: contain, cover; /*background-image: url(/img/kroviz-logo.svg);*/ - background-image: url("https://svn.apache.org/repos/asf/comdev/project-logos/originals/isis.svg"); + background-image: url("https://svn.apache.org/repos/asf/comdev/project-logos/originals/causeway.svg"); } .kvision-logo-button-image:before { @@ -249,4 +249,4 @@ html { width: auto; height: auto; overflow: auto; -} \ No newline at end of file +} diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/image/wupb-progressBar.css b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/image/wupb-progressBar.css index 3514a6750f..a9c862fd92 100644 --- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/image/wupb-progressBar.css +++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/image/wupb-progressBar.css @@ -28,7 +28,7 @@ } div.wupb-progressBar .wupb-border { - background: url("../org.apache.isis.viewer.wicket.ui.components.scalars.image.JavaAwtImagePanel/progress-remainder.gif") repeat-x; + background: url("../org.apache.causeway.viewer.wicket.ui.components.scalars.image.JavaAwtImagePanel/progress-remainder.gif") repeat-x; background-color: #eee; border-left: 1px solid grey; border-right: 1px solid grey; @@ -36,7 +36,7 @@ } div.wupb-progressBar .wupb-background { - background: url("../org.apache.isis.viewer.wicket.ui.components.scalars.image.JavaAwtImagePanel/progress-bar.gif") repeat-x; + background: url("../org.apache.causeway.viewer.wicket.ui.components.scalars.image.JavaAwtImagePanel/progress-bar.gif") repeat-x; background-color: #507090; height: 18px; width: 0%; diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css index bdc03a9da9..d1cdbe6318 100644 --- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css +++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css @@ -971,8 +971,8 @@ footer .footer-image { } .referencePanel .scalarValueInput .editing .edit, -.isisBlobPanel .scalarValueInput .editing .edit, -.isisClobPanel .scalarValueInput .editing .edit, +.causewayBlobPanel .scalarValueInput .editing .edit, +.causewayClobPanel .scalarValueInput .editing .edit, .booleanPanel .scalarValueInput .editing .edit { margin-top: 0px; } @@ -1005,7 +1005,7 @@ footer .footer-image { .valueChoicesSelect2Panel .actions-right .additionalLinkListInline, .stringPanel .actions-right .additionalLinkListInline, .referencePanel .actions-right .additionalLinkListInline, -.isisBlobPanel .actions-right .additionalLinkListInline { +.causewayBlobPanel .actions-right .additionalLinkListInline { margin-top: 5px; } @@ -1139,7 +1139,7 @@ div.scalarValueInlinePromptLink { margin-top: 2px; } -/* ISIS-1626, confirmation dialog for no-parameter menu actions +/* CAUSEWAY-1626, confirmation dialog for no-parameter menu actions allow confirmation dialog popup to escape boundaries of parent html li element*/ .popover .open > .dropdown-menu { overflow: visible; diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-darkly.css b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-darkly.css index c6341cde2c..64d432740b 100644 --- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-darkly.css +++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-darkly.css @@ -50,7 +50,7 @@ a.scalarValueInlinePromptLink:focus textarea, background-color: rgb(34, 34, 34); } -/* ISIS-2092 fixing Darkly Theme: buttons and fieldset-headers have same background-color */ +/* CAUSEWAY-2092 fixing Darkly Theme: buttons and fieldset-headers have same background-color */ .card > .card-header { background-color: #515050; } diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/sidebar/css/simple-sidebar.css b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/sidebar/css/simple-sidebar.css index f242b6db74..ac952c4b89 100644 --- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/sidebar/css/simple-sidebar.css +++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/sidebar/css/simple-sidebar.css @@ -169,7 +169,7 @@ body { } #sidebar-wrapper:not(.toggled) { - display: table; /* [ISIS-3166] allows child components to escape right boundary */ + display: table; /* [CAUSEWAY-3166] allows child components to escape right boundary */ } #page-content-wrapper { diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/entity/EntityPage.css b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/entity/EntityPage.css index aefde13f84..f9d37cfbd8 100644 --- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/entity/EntityPage.css +++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/entity/EntityPage.css @@ -28,7 +28,7 @@ height: 16px !important; } -/* alignment of the icons in certain cases ISIS-2588 */ +/* alignment of the icons in certain cases CAUSEWAY-2588 */ .whereAmI .fa-2x { font-size: unset; } @@ -37,4 +37,4 @@ white-space: nowrap; } -/* -------------------------- */ \ No newline at end of file +/* -------------------------- */
