[Jifty-commit] jifty branch, jquery_with_ui, updated. 2c51572197ff53e38823467f9c91239416d56ca4

Jifty commits jifty-commit at lists.jifty.org
Wed Jan 27 06:51:07 EST 2010


The branch, jquery_with_ui has been updated
       via  2c51572197ff53e38823467f9c91239416d56ca4 (commit)
      from  5b040bd8abe896f6aec2cbc3ba410f6457df5c58 (commit)

Summary of changes:
 share/web/static/css/main.css         |    1 +
 share/web/static/css/ordered-list.css |   27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 share/web/static/css/ordered-list.css

- Log -----------------------------------------------------------------
commit 2c51572197ff53e38823467f9c91239416d56ca4
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jan 27 19:51:00 2010 +0800

    add ordered-list.css

diff --git a/share/web/static/css/main.css b/share/web/static/css/main.css
index 098fcc5..815ec44 100644
--- a/share/web/static/css/main.css
+++ b/share/web/static/css/main.css
@@ -19,4 +19,5 @@
 @import "jquery.timepickr.css";
 @import "facebox.css";
 @import "datetime.css";
+ at import "ordered-list.css";
 @import "app-late.css";
diff --git a/share/web/static/css/ordered-list.css b/share/web/static/css/ordered-list.css
new file mode 100644
index 0000000..1d33e18
--- /dev/null
+++ b/share/web/static/css/ordered-list.css
@@ -0,0 +1,27 @@
+div.ordered-list-container div {
+    float: left;
+}
+
+div.ordered-list-container ul.unselected {
+    opacity: 0.6;
+}
+
+div.ordered-list-container ul {
+    list-style-type: none;
+    margin: 0;
+    padding: 5px;
+    margin-right: 10px;
+    background: #eee; 
+}
+
+div.ordered-list-container ul.unselected li.head {
+    background: #736F6E; 
+    text-align: center;
+}
+
+
+div.ordered-list-container ul.selected li.head {
+    background: #4AA02C; 
+    text-align: center;
+}
+

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list