[freeside-commits] branch FREESIDE_4_BRANCH updated. f49aea730e5d59db58d4cdaa86d84309eb644f80

Ivan ivan at 420.am
Fri Jul 10 05:03:16 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  f49aea730e5d59db58d4cdaa86d84309eb644f80 (commit)
      from  b0eb7e53e8f5f874a3beeaf979a7a43eb09f7818 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f49aea730e5d59db58d4cdaa86d84309eb644f80
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jul 10 05:03:13 2015 -0700

    UI: style RT a little more like FS, RT#36799

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 3295751..e8ef6cb 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -230,7 +230,7 @@ div.fstabcontainer {
 .fsinnerbox {
   /* background-color:#cccccc; */
   padding:2px;
-  border: .1em solid #999999;
+  border: thin solid #999999;
   border-radius: .25em;
 }
 
diff --git a/rt/share/static/css/freeside4/layout.css b/rt/share/static/css/freeside4/layout.css
index 62080e8..f056874 100644
--- a/rt/share/static/css/freeside4/layout.css
+++ b/rt/share/static/css/freeside4/layout.css
@@ -13,7 +13,7 @@ div#body {
     margin-top: 4em;
     margin-right: 0;
     margin-bottom: 0em;
-    background: #fff;
+    background: #f8f8f8;
     z-index: 1;
 }
 
@@ -107,6 +107,12 @@ div#header h1 {
 
 /* in multi-column layouts, make sure we have an internal gutter */
 
+table .myrt {
+    background-color:#ffffff;
+    padding: 8px;
+    border: thin solid #7e0079;
+}
+
 tr .boxcontainer {
     padding-right: 3em
 }

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

Summary of changes:
 httemplate/elements/freeside.css         |    2 +-
 rt/share/static/css/freeside4/layout.css |    8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list