[freeside-commits] branch FREESIDE_2_3_BRANCH updated. fd835e8371d399432fe82654ee78f7f6cc9cfb47

Ivan ivan at 420.am
Thu Aug 30 01:05:41 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  fd835e8371d399432fe82654ee78f7f6cc9cfb47 (commit)
      from  52f6e4582b47b8223f577e497695079e7db6c042 (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 fd835e8371d399432fe82654ee78f7f6cc9cfb47
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Aug 30 01:05:40 2012 -0700

    add fsinnerbox and fsinnerbox-title css from master, for RT#18232

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 1992374..6ab390d 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -220,6 +220,32 @@ div.fstabcontainer {
   font-weight:bold;
 }
 
+.fsinnerbox {
+  background-color:#cccccc;
+  padding:2px;
+  -moz-box-shadow:  1px 1px 2px #666666;
+  -webkit-box-shadow:  1px 1px 2px #666666;
+  box-shadow: 1px 1px 2px #666666;
+  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
+}
+
+.fsinnerbox-title {
+  font-size:110%;
+  font-weight:bold;
+  background-color:#cccccc;
+  padding:2px;
+         -moz-border-radius-topleft:8px;
+         -moz-border-radius-topright:8px;
+         -webkit-border-radius-topleft:8px;
+         -webkit-border-radius-topright:8px;
+         border-top-left-radius:8px;
+         border-top-right-radius:8px;
+  -moz-box-shadow:  1px 0px 1px #999999;
+  -webkit-box-shadow:  1px 0px 1px #999999;
+  box-shadow: 1px 0px 1px #999999;
+  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=1);
+}
+
 .background {
   background-color:#f8f8f8;
 }

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

Summary of changes:
 httemplate/elements/freeside.css |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list