You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/11/07 20:48:10 UTC

[7/12] git commit: Case-changing rename shuffle part one

Case-changing rename shuffle part one


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9dd60d30
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9dd60d30
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9dd60d30

Branch: refs/heads/5.4-js-rewrite
Commit: 9dd60d3092f4776e689e826528ea139026f9abd2
Parents: c2a7e3f
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Nov 7 10:21:06 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Nov 7 10:21:06 2012 -0800

----------------------------------------------------------------------
 .../resources/META-INF/assets/core/XPalette.css    |   47 +++++++++++++++
 .../resources/META-INF/assets/core/palette.css     |   47 ---------------
 2 files changed, 47 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9dd60d30/tapestry-core/src/main/resources/META-INF/assets/core/XPalette.css
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/core/XPalette.css b/tapestry-core/src/main/resources/META-INF/assets/core/XPalette.css
new file mode 100644
index 0000000..ca9e3d7
--- /dev/null
+++ b/tapestry-core/src/main/resources/META-INF/assets/core/XPalette.css
@@ -0,0 +1,47 @@
+DIV.t-palette {
+    display: inline;
+}
+
+DIV.t-palette SELECT {
+    margin-bottom: 2px;
+    width: 200px;
+}
+
+DIV.t-palette-title {
+    color: white;
+    background-color: black;
+    text-align: center;
+    font-weight: bold;
+    margin-bottom: 3px;
+    display: block;
+}
+
+DIV.t-palette-available {
+    float: left;
+}
+
+DIV.t-palette-controls {
+    margin: 5px 5px;
+    float: left;
+}
+
+DIV.t-palette-controls > DIV {
+    margin-top: 5px;
+}
+
+DIV.t-palette-controls > DIV:first-child {
+    margin-top: 0;
+}
+
+DIV.t-palette-selected {
+    float: left;
+    clear: right;
+}
+
+DIV.t-palette-spacer {
+    clear: left;
+}
+
+DIV.t-palette-title {
+    width: 200px;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9dd60d30/tapestry-core/src/main/resources/META-INF/assets/core/palette.css
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/core/palette.css b/tapestry-core/src/main/resources/META-INF/assets/core/palette.css
deleted file mode 100644
index 14a18d1..0000000
--- a/tapestry-core/src/main/resources/META-INF/assets/core/palette.css
+++ /dev/null
@@ -1,47 +0,0 @@
-DIV.t-palette {
-    display: inline;
-}
-
-DIV.t-palette SELECT {
-    margin-bottom: 2px;
-    width: 200px;
-}
-
-DIV.t-palette-title {
-    color: white;
-    background-color: #809FFF;
-    text-align: center;
-    font-weight: bold;
-    margin-bottom: 3px;
-    display: block;
-}
-
-DIV.t-palette-available {
-    float: left;
-}
-
-DIV.t-palette-controls {
-    margin: 5px 5px;
-    float: left;
-}
-
-DIV.t-palette-controls > DIV {
-    margin-top: 5px;
-}
-
-DIV.t-palette-controls > DIV:first-child {
-    margin-top: 0;
-}
-
-DIV.t-palette-selected {
-    float: left;
-    clear: right;
-}
-
-DIV.t-palette-spacer {
-    clear: left;
-}
-
-DIV.t-palette-title {
-    width: 200px;
-}
\ No newline at end of file