From 676a189968ce2b6d8b356f5a0d118d5f62271fd8 Mon Sep 17 00:00:00 2001 From: David Huynh Date: Fri, 5 Mar 2010 19:36:55 +0000 Subject: [PATCH] Re-organized the .css files to match the .js files. git-svn-id: http://google-refine.googlecode.com/svn/trunk@213 7d457c2a-affb-35e4-300a-418c747d4874 --- src/main/webapp/project.html | 2 +- .../styles/{ => dialogs}/expression-preview-dialog.css | 0 .../webapp/styles/{ => dialogs}/facet-based-edit-dialog.css | 0 src/main/webapp/styles/{ => dialogs}/recon-dialog.css | 0 src/main/webapp/styles/{ => project}/browsing.css | 0 src/main/webapp/styles/{ => project}/history.css | 4 ++-- src/main/webapp/styles/{ => project}/menu-bar.css | 0 src/main/webapp/styles/{ => project}/process.css | 0 .../styles/{ => protograph}/schema-alignment-dialog.css | 0 src/main/webapp/styles/{ => util}/custom-suggest.css | 0 src/main/webapp/styles/{ => util}/dialog.css | 0 src/main/webapp/styles/{ => util}/menu.css | 0 src/main/webapp/styles/{ => views}/data-table-view.css | 6 +++--- 13 files changed, 6 insertions(+), 6 deletions(-) rename src/main/webapp/styles/{ => dialogs}/expression-preview-dialog.css (100%) rename src/main/webapp/styles/{ => dialogs}/facet-based-edit-dialog.css (100%) rename src/main/webapp/styles/{ => dialogs}/recon-dialog.css (100%) rename src/main/webapp/styles/{ => project}/browsing.css (100%) rename src/main/webapp/styles/{ => project}/history.css (91%) rename src/main/webapp/styles/{ => project}/menu-bar.css (100%) rename src/main/webapp/styles/{ => project}/process.css (100%) rename src/main/webapp/styles/{ => protograph}/schema-alignment-dialog.css (100%) rename src/main/webapp/styles/{ => util}/custom-suggest.css (100%) rename src/main/webapp/styles/{ => util}/dialog.css (100%) rename src/main/webapp/styles/{ => util}/menu.css (100%) rename src/main/webapp/styles/{ => views}/data-table-view.css (94%) diff --git a/src/main/webapp/project.html b/src/main/webapp/project.html index c3457eb5a..f25f59d9a 100644 --- a/src/main/webapp/project.html +++ b/src/main/webapp/project.html @@ -1 +1 @@ - Gridworks
starting up ...
\ No newline at end of file + Gridworks
starting up ...
\ No newline at end of file diff --git a/src/main/webapp/styles/expression-preview-dialog.css b/src/main/webapp/styles/dialogs/expression-preview-dialog.css similarity index 100% rename from src/main/webapp/styles/expression-preview-dialog.css rename to src/main/webapp/styles/dialogs/expression-preview-dialog.css diff --git a/src/main/webapp/styles/facet-based-edit-dialog.css b/src/main/webapp/styles/dialogs/facet-based-edit-dialog.css similarity index 100% rename from src/main/webapp/styles/facet-based-edit-dialog.css rename to src/main/webapp/styles/dialogs/facet-based-edit-dialog.css diff --git a/src/main/webapp/styles/recon-dialog.css b/src/main/webapp/styles/dialogs/recon-dialog.css similarity index 100% rename from src/main/webapp/styles/recon-dialog.css rename to src/main/webapp/styles/dialogs/recon-dialog.css diff --git a/src/main/webapp/styles/browsing.css b/src/main/webapp/styles/project/browsing.css similarity index 100% rename from src/main/webapp/styles/browsing.css rename to src/main/webapp/styles/project/browsing.css diff --git a/src/main/webapp/styles/history.css b/src/main/webapp/styles/project/history.css similarity index 91% rename from src/main/webapp/styles/history.css rename to src/main/webapp/styles/project/history.css index 2584ff177..c8dff6151 100644 --- a/src/main/webapp/styles/history.css +++ b/src/main/webapp/styles/project/history.css @@ -61,12 +61,12 @@ a.history-entry:hover { .history-past a.history-entry:hover{ padding: 11px 5px 2px 5px; border-top: 2px solid red; - background: url(../images/up-arrow.png) top center no-repeat; + background: url(../../images/up-arrow.png) top center no-repeat; } .history-future a.history-entry:hover{ padding: 2px 5px 11px 5px; border-bottom: 2px solid red; - background: url(../images/down-arrow.png) bottom center no-repeat; + background: url(../../images/down-arrow.png) bottom center no-repeat; } .history-future a.history-entry { diff --git a/src/main/webapp/styles/menu-bar.css b/src/main/webapp/styles/project/menu-bar.css similarity index 100% rename from src/main/webapp/styles/menu-bar.css rename to src/main/webapp/styles/project/menu-bar.css diff --git a/src/main/webapp/styles/process.css b/src/main/webapp/styles/project/process.css similarity index 100% rename from src/main/webapp/styles/process.css rename to src/main/webapp/styles/project/process.css diff --git a/src/main/webapp/styles/schema-alignment-dialog.css b/src/main/webapp/styles/protograph/schema-alignment-dialog.css similarity index 100% rename from src/main/webapp/styles/schema-alignment-dialog.css rename to src/main/webapp/styles/protograph/schema-alignment-dialog.css diff --git a/src/main/webapp/styles/custom-suggest.css b/src/main/webapp/styles/util/custom-suggest.css similarity index 100% rename from src/main/webapp/styles/custom-suggest.css rename to src/main/webapp/styles/util/custom-suggest.css diff --git a/src/main/webapp/styles/dialog.css b/src/main/webapp/styles/util/dialog.css similarity index 100% rename from src/main/webapp/styles/dialog.css rename to src/main/webapp/styles/util/dialog.css diff --git a/src/main/webapp/styles/menu.css b/src/main/webapp/styles/util/menu.css similarity index 100% rename from src/main/webapp/styles/menu.css rename to src/main/webapp/styles/util/menu.css diff --git a/src/main/webapp/styles/data-table-view.css b/src/main/webapp/styles/views/data-table-view.css similarity index 94% rename from src/main/webapp/styles/data-table-view.css rename to src/main/webapp/styles/views/data-table-view.css index dbdb8fcbf..7d94cf02a 100644 --- a/src/main/webapp/styles/data-table-view.css +++ b/src/main/webapp/styles/views/data-table-view.css @@ -120,7 +120,7 @@ a.data-table-recon-match { display: block; width: 16px; height: 16px; - background-image: url('../images/checks-map.png'); + background-image: url('../../images/checks-map.png'); background-repeat: no-repeat; background-position: -17px 0px; text-decoration: none; @@ -136,7 +136,7 @@ a.data-table-recon-match-similar { display: block; width: 16px; height: 16px; - background-image: url('../images/checks-map.png'); + background-image: url('../../images/checks-map.png'); background-repeat: no-repeat; background-position: -17px -17px; text-decoration: none; @@ -152,7 +152,7 @@ a.data-table-star-on, a.data-table-star-off { display: block; width: 16px; height: 16px; - background-image: url('../images/star-flag-map.png'); + background-image: url('../../images/star-flag-map.png'); background-repeat: no-repeat; text-decoration: none; }