Merge pull request #853 from radiorabe/chore/remove-billing
Remove remaining legacy saas code
This commit is contained in:
commit
306954cbf1
123 changed files with 10 additions and 10171 deletions
|
@ -1,316 +0,0 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
.billing-panel
|
||||
{
|
||||
width: 500px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.billing-panel h3
|
||||
{
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.billing-panel h4
|
||||
{
|
||||
font-size: 1.25em;
|
||||
margin: 0px;
|
||||
/*color: #333;*/
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#upgrade-downgrade
|
||||
{
|
||||
border: 0px solid #000;
|
||||
margin: 0 auto;
|
||||
/*color: #000;*/
|
||||
}
|
||||
|
||||
#upgrade-downgrade label
|
||||
{
|
||||
/*color: rgb(28,28,28);*/
|
||||
}
|
||||
#upgrade-downgrade label.disabled
|
||||
{
|
||||
/*color: rgb(108,108,108);*/
|
||||
}
|
||||
|
||||
#upgrade-downgrade dl
|
||||
{
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#upgrade-downgrade dt, #upgrade-downgrade dd
|
||||
{
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#upgrade-downgrade dd
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.pricing-grid table
|
||||
{
|
||||
border-spacing: 0px;
|
||||
border-collapse: separate;
|
||||
width: 680px;
|
||||
/*border: 1px solid #777;*/
|
||||
/*background-color: #555;*/
|
||||
table-layout: fixed;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
/*box-shadow: 0px 5px 5px rgba(0,0,0,0.5);*/
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.pricing-grid td, .pricing-grid th
|
||||
{
|
||||
border-bottom: 1px solid #5b5b5b;
|
||||
border-right: 1px solid #5b5b5b;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.pricing-grid td {
|
||||
background: #2f2f2f;
|
||||
color: #cdcdcd;
|
||||
}
|
||||
|
||||
.pricing-grid .last-column {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.pricing-grid .last-row td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.pricing-grid th
|
||||
{
|
||||
border: 0px;
|
||||
color: #CDCDCD;
|
||||
background-color:#5E5E5E;
|
||||
background: #5E5E5E;
|
||||
border-top: 1px solid #9d9d9d;
|
||||
/*background: -moz-linear-gradient(top, #dd4202 0, #ff5d1a 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd4202), color-stop(100%, #ff5d1a));*/
|
||||
}
|
||||
|
||||
|
||||
.pricing-grid tr.price td
|
||||
{
|
||||
text-align: right;
|
||||
background-color: #ddd;
|
||||
font-weight: bold;
|
||||
background-color: #2f2f2f;
|
||||
color: #cdcdcd;
|
||||
}
|
||||
|
||||
#plantype
|
||||
{
|
||||
float: left;
|
||||
}
|
||||
|
||||
#billingcycle
|
||||
{
|
||||
float: left;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
#billingcycle_disclaimer
|
||||
{
|
||||
float: left;
|
||||
margin-left: 30px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#vat_disclaimer
|
||||
{
|
||||
text-align: right;
|
||||
font-size: 0.9em;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#vat_disclaimer2
|
||||
{
|
||||
float:right;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#subtotal_box, #total_box
|
||||
{
|
||||
position: relative;
|
||||
text-align: right;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid #777;
|
||||
background: #ccc;
|
||||
padding: 5px;
|
||||
color: #000;
|
||||
}
|
||||
#total_box
|
||||
{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#total
|
||||
{
|
||||
border-bottom: 3px double;
|
||||
}
|
||||
|
||||
#savings
|
||||
{
|
||||
/*line-height: 30px;*/
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
#paymentmethod
|
||||
{
|
||||
}
|
||||
|
||||
.billing_col1, .billing_col2
|
||||
{
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.billing_checkbox
|
||||
{
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#upgrade-downgrade input[type=submit]
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#invoices_table
|
||||
{
|
||||
border-spacing: 0px;
|
||||
border-collapse: separate;
|
||||
border: 1px solid #777;
|
||||
/*background-color: #555;*/
|
||||
table-layout: fixed;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 35px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#invoices_table tbody tr th
|
||||
{
|
||||
border: 0px;
|
||||
color: #efefef;
|
||||
background: #5E5E5E;
|
||||
background-color: #5E5E5E;
|
||||
border-top: 1px solid #9d9d9d;
|
||||
|
||||
}
|
||||
|
||||
#invoices_table .header
|
||||
{
|
||||
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
|
||||
#invoices_table tr
|
||||
{
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
#invoices_table .unpaid
|
||||
{
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.invoice-status-good {
|
||||
background: #e3ffc9 url(images/stream_status.png) no-repeat 10px 10px;
|
||||
border-color: #54b300;
|
||||
padding: 2px 12px 4px 32px;
|
||||
margin: 2px 1px 10px 0px;
|
||||
color: #330;
|
||||
}
|
||||
|
||||
/** This form is the separate one on the Billing Account Details page (BillingClient.php) */
|
||||
#clientdetails_form {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#clientdetails_form dt {
|
||||
float: left;
|
||||
clear: both;
|
||||
width: 50%;
|
||||
/*margin-bottom: 10px;*/
|
||||
}
|
||||
#clientdetails_form dd {
|
||||
float: left;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#clientdetails_form .right-align
|
||||
{
|
||||
/*text-align: right;*/
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#promo-plan-eligible {
|
||||
margin-top: 10px;
|
||||
font-size: 13px;
|
||||
background-color: #ff611f;
|
||||
padding: 3px 5px;
|
||||
border-radius: 5px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.promo-banner {
|
||||
margin-top:10px;
|
||||
background: url('images/august_aweomse_promo_banner.png') no-repeat;
|
||||
}
|
||||
|
||||
.billing-details-checkbox {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#current_plan {
|
||||
padding-top: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#current_plan span {
|
||||
color: #ff611f;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.promo-text-highlight {
|
||||
background-color: #ff611f;
|
||||
padding: 3px;
|
||||
line-height: 20px;
|
||||
color: #fff;
|
||||
text-shadow: 0px 1px #444;
|
||||
border-radius: 3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.billing-panel .educational-discount {
|
||||
border: 1px solid #306999;
|
||||
border-radius: 3px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
box-sizing: border-box;
|
||||
padding: 16px;
|
||||
background-color: #b8d9f4;
|
||||
color: #234f5d;
|
||||
|
||||
}
|
||||
.billing-panel .educational-discount h4 {
|
||||
color: #1e415d;
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.billing-panel .educational-discount p {
|
||||
margin: 0px;
|
||||
}
|
|
@ -268,7 +268,7 @@ img.logo
|
|||
overflow:hidden;
|
||||
}
|
||||
|
||||
.now-playing-block, .show-block, .on-air-block, .time-info-block, .listen-control-block, .trial-info-block {
|
||||
.now-playing-block, .show-block, .on-air-block, .time-info-block, .listen-control-block {
|
||||
height:100px;
|
||||
float:left;
|
||||
margin-right:10px;
|
||||
|
@ -3070,96 +3070,6 @@ tfoot tr th {
|
|||
margin:0;
|
||||
}
|
||||
|
||||
/*---//////////////////// TRIAL BOX HEADER ////////////////////---*/
|
||||
|
||||
.trial-box {
|
||||
width:142px;
|
||||
height:38px;
|
||||
display:block;
|
||||
position:fixed;
|
||||
left:160px;
|
||||
bottom:0px;
|
||||
background-color:#222;
|
||||
background-color:rgba(0, 0, 0, 0.7);
|
||||
z-index:101;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
color:#FFF;
|
||||
font-size:11px;
|
||||
padding:7px;
|
||||
}
|
||||
.trial-box p {
|
||||
padding:0 0 3px 0;
|
||||
margin:0 0 5px 0;
|
||||
float:left;
|
||||
}
|
||||
.trial-box-button a {
|
||||
width:92px;
|
||||
height:14px;
|
||||
display:block;
|
||||
padding: 1px 3px;
|
||||
-moz-border-radius: 1px;
|
||||
-webkit-border-radius: 1px;
|
||||
border-radius: 1px;
|
||||
text-transform:uppercase;
|
||||
text-align:center;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
color:#FFFFFF;
|
||||
background-color:#ff5d1a;
|
||||
background: -moz-linear-gradient(top, #ff5d1a 0, #dd4202 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff5d1a), color-stop(100%, #dd4202));
|
||||
box-shadow: rgba(248, 248, 248, 0.4) 0 1px 1px inset;
|
||||
-moz-box-shadow: rgba(248, 248, 248, 0.4) 0 1px 1px inset;
|
||||
-webkit-box-shadow: rgba(248, 248, 248, 0.4) 0 1px 1px inset;
|
||||
float:left;
|
||||
}
|
||||
.trial-box-button a:hover {
|
||||
background-color:#dd4202;
|
||||
background: -moz-linear-gradient(top, #dd4202 0, #ff5d1a 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd4202), color-stop(100%, #ff5d1a));
|
||||
box-shadow: rgba(248, 248, 248, 0.4) 0 1px 1px inset;
|
||||
-moz-box-shadow: rgba(248, 248, 248, 0.4) 0 1px 1px inset;
|
||||
-webkit-box-shadow: rgba(248, 248, 248, 0.4) 0 1px 1px inset;
|
||||
}
|
||||
.trial-box-calendar {
|
||||
float:right;
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
}
|
||||
.trial-box-calendar-white {
|
||||
font-size:18px;
|
||||
color:#ff5d1a;
|
||||
background:#FFF;
|
||||
width:36px;
|
||||
height:22px;
|
||||
display:block;
|
||||
-webkit-border-top-right-radius: 1px;
|
||||
-moz-border-radius-topright: 1px;
|
||||
-webkit-border-top-left-radius: 1px;
|
||||
-moz-border-radius-topleft: 1px;
|
||||
}
|
||||
.trial-box-calendar-gray {
|
||||
width:36px;
|
||||
height:14px;
|
||||
display:block;
|
||||
color:#FFF;
|
||||
font-size:11px;
|
||||
padding:1px 0;
|
||||
text-transform:uppercase;
|
||||
background-color:#676767;
|
||||
background: -moz-linear-gradient(top, #7f7f7f 0, #555555 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f7f7f), color-stop(100%, #555555));
|
||||
-webkit-border-bottom-right-radius: 1px;
|
||||
-moz-border-radius-bottomright: 1px;
|
||||
-webkit-border-bottom-left-radius: 1px;
|
||||
-moz-border-radius-bottomleft: 1px;
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0 2px 1px inset;
|
||||
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 2px inset;
|
||||
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 2px inset;
|
||||
}
|
||||
#stream_url {font-size:12px; line-height: 170%;}
|
||||
.stream-setting-content fieldset {border-width:0 1px 1px 1px;}
|
||||
|
||||
|
@ -3446,33 +3356,6 @@ dd .stream-status {
|
|||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.thankyou-panel
|
||||
{
|
||||
width: 400px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.thankyou-panel h3
|
||||
{
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.suspension_notice
|
||||
{
|
||||
text-align: center;
|
||||
background-color: #D27A7A;
|
||||
height: 143px;
|
||||
font-size: 16px;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.suspension_notice h2
|
||||
{
|
||||
padding-bottom: 0px;
|
||||
padding-top: 13px;
|
||||
}
|
||||
|
||||
.enable-tunein {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue