diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-05-16 16:08:15 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-16 16:08:15 -0700 |
| commit | 747949f05c140e23221b3a2364928431f58fc2d3 (patch) | |
| tree | e981b8161d94b13157a9197a664de1761f0c70d7 /httemplate/elements | |
| parent | ac0ecc2daa4e132d6a1fb3fb759cb757d376f84e (diff) | |
customer view UI
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/freeside.css | 19 | ||||
| -rw-r--r-- | httemplate/elements/tr-coords.html | 6 |
2 files changed, 18 insertions, 7 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index d038f6f3d..280427cac 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -225,18 +225,30 @@ div.fstabcontainer { } .fsinnerbox { - background-color:#cccccc; + /* background-color:#cccccc; */ padding:2px; - -moz-box-shadow: 1px 1px 2px #666666; + border: 1px solid #dddddd; + /* -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 th { + font-weight:normal; + font-size:75%; + valign: bottom; + color: #999999; } .fsinnerbox-title { font-size:110%; font-weight:bold; - background-color:#cccccc; + /*border-top: 1px solid #dddddd; + border-left: 1px solid #dddddd; + border-right: 1px solid #dddddd; */ + /* background-color:#cccccc; padding:2px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; @@ -248,6 +260,7 @@ div.fstabcontainer { -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 { diff --git a/httemplate/elements/tr-coords.html b/httemplate/elements/tr-coords.html index 5ac5ed4e4..ef5e76bab 100644 --- a/httemplate/elements/tr-coords.html +++ b/httemplate/elements/tr-coords.html @@ -1,9 +1,7 @@ <TR> - <TD ALIGN="right"><% mt('Latitude') |h %></TD> + <TH ALIGN="right"><% mt('Coordinates') |h %></TH> <TD COLSPAN=7> - <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $latitude %></FONT> - <% mt('Longitude') |h %> - <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $longitude %></FONT> + <% $latitude %>, <% $longitude %> <& /elements/coord-links.html, @_ &> </TD> </TR> |
