[Rt-commit] rt branch, admin_ui, updated. 1f8f39a8f636cb099be04bbb71766bf1b65bfd3a

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Jan 19 02:50:49 EST 2010


The branch, admin_ui has been updated
       via  1f8f39a8f636cb099be04bbb71766bf1b65bfd3a (commit)
      from  5cdcc2329ebac1b129640eb7c78767d263daf49c (commit)

Summary of changes:
 share/web/static/css/misc.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 1f8f39a8f636cb099be04bbb71766bf1b65bfd3a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jan 19 15:50:41 2010 +0800

    add div.history div.odd css rules

diff --git a/share/web/static/css/misc.css b/share/web/static/css/misc.css
index ea0fdef..999e2b9 100755
--- a/share/web/static/css/misc.css
+++ b/share/web/static/css/misc.css
@@ -48,3 +48,12 @@ div.autocomplete ul li {
  color: #999;
 
 }
+
+div.history div.even {
+ background-color: #efefef;
+}
+
+div.history div.odd {
+ background-color: #fff;
+}
+

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


More information about the Rt-commit mailing list