[freeside-commits] branch FREESIDE_4_BRANCH updated. b0eb7e53e8f5f874a3beeaf979a7a43eb09f7818
Ivan
ivan at 420.am
Fri Jul 10 04:46:59 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via b0eb7e53e8f5f874a3beeaf979a7a43eb09f7818 (commit)
from 7a58904e994e6afc0da45902cf3bb28eeb770fd7 (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 b0eb7e53e8f5f874a3beeaf979a7a43eb09f7818
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jul 10 04:46:56 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 e292172..3295751 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -230,8 +230,8 @@ div.fstabcontainer {
.fsinnerbox {
/* background-color:#cccccc; */
padding:2px;
- border: 1px solid #999999;
- border-radius: 2px;
+ border: .1em solid #999999;
+ border-radius: .25em;
}
.fsinnerbox th {
diff --git a/rt/share/static/css/freeside4/boxes.css b/rt/share/static/css/freeside4/boxes.css
index 148529b..0524a07 100644
--- a/rt/share/static/css/freeside4/boxes.css
+++ b/rt/share/static/css/freeside4/boxes.css
@@ -5,15 +5,9 @@
.titlebox .titlebox-content {
padding: 0.5em 0.25em 0.5em 0.25em;
- border-top: 2px solid #aaa;
min-height: 3em;
- -moz-border-radius-bottomright: 0.5em;
- -webkit-border-bottom-right-radius: 0.5em;
- border-bottom-right-radius: 0.5em;
- -moz-border-radius-bottomleft: 0.5em;
- -webkit-border-bottom-left-radius: 0.5em;
- border-bottom-left-radius: 0.5em;
- border-bottom: 1px solid #eee;
+ border: .1em solid #999999;
+ border-radius: .25em;
}
* html .titlebox {
@@ -47,7 +41,7 @@
}
.titlebox .titlebox-title a:hover {
- text-decoration: underline
+ text-decoration: underline;
}
.titlebox.rolled-up .titlebox-title .left,
@@ -68,15 +62,17 @@
font-weight: bold;
background: transparent;
margin-left: 1em;
- padding: 0.5em 1.25em 0.25em 1.25em;
+ padding: 0.25em 1.25em 0.25em 1.25em;
line-height: 1.4em;
font-size: 1.1em;
border: none;
+ font-size:140%;
+ font-weight:bold;
}
.titlebox .titlebox-title .left,
.titlebox .titlebox-title .left a {
- color: #3858a3
+ /* color: #3858a3 */
}
.titlebox .titlebox-title .right-empty {
@@ -101,7 +97,7 @@
.titlebox .titlebox-title .right a,
.titlebox .titlebox-title .right a:visited {
- color: #999;
+ color: #000;
font-weight: bold;
margin-left: 0.5em;
margin-right: 0.5em;
@@ -109,7 +105,7 @@
.titlebox:hover .titlebox-title .right a,
.titlebox:active .titlebox-title .right a {
- color: #000
+ color: #000
}
.titlebox .titlebox-title .widget a {
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/freeside.css | 4 ++--
rt/share/static/css/freeside4/boxes.css | 22 +++++++++-------------
2 files changed, 11 insertions(+), 15 deletions(-)
More information about the freeside-commits
mailing list