Billing Account Details
errorMessage)) {?>
errorMessage ?>
diff --git a/airtime_mvc/application/views/scripts/billing/invoices.phtml b/airtime_mvc/application/views/scripts/billing/invoices.phtml
index 2e6f3ad79..ea4cb3401 100644
--- a/airtime_mvc/application/views/scripts/billing/invoices.phtml
+++ b/airtime_mvc/application/views/scripts/billing/invoices.phtml
@@ -1,4 +1,4 @@
-
\ No newline at end of file
diff --git a/airtime_mvc/public/css/billing.css b/airtime_mvc/public/css/billing.css
index 33cbe006c..38ad43582 100644
--- a/airtime_mvc/public/css/billing.css
+++ b/airtime_mvc/public/css/billing.css
@@ -2,21 +2,20 @@
.billing-panel
{
- width: 400px;
- margin: 0 auto;
+ width: 500px;
margin-bottom: 30px;
}
.billing-panel h3
{
- color: #222;
+ /*color: #222;*/
}
.billing-panel h4
{
font-size: 1.25em;
margin: 0px;
- color: #333;
+ /*color: #333;*/
font-weight: normal;
}
@@ -24,16 +23,16 @@
{
border: 0px solid #000;
margin: 0 auto;
- color: #000;
+ /*color: #000;*/
}
#upgrade-downgrade label
{
- color: rgb(28,28,28);
+ /*color: rgb(28,28,28);*/
}
#upgrade-downgrade label.disabled
{
- color: rgb(108,108,108);
+ /*color: rgb(108,108,108);*/
}
#upgrade-downgrade dl
@@ -55,14 +54,14 @@
{
border-spacing: 0px;
border-collapse: separate;
- border: 1px solid #777;
width: 680px;
- margin-left: -140px;
+ /*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 .august-promo div {
@@ -80,17 +79,33 @@
.pricing-grid td, .pricing-grid th
{
- border-bottom: 1px solid #999;
- border-right: 1px solid #bbb;
- background-color: #ccc;
+ 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-top-left-radius: 5px;
border-top-right-radius: 5px;
border: 0px;
+ color: #CDCDCD;
+ background-color:#ff5d1a;
+ 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));
}
@@ -99,11 +114,8 @@
text-align: right;
background-color: #ddd;
font-weight: bold;
-}
-
-#current_plan
-{
- text-align: center;
+ background-color: #2f2f2f;
+ color: #cdcdcd;
}
#plantype
@@ -146,6 +158,7 @@
border: 1px solid #777;
background: #ccc;
padding: 5px;
+ color: #000;
}
#total_box
{
@@ -189,7 +202,6 @@
#invoices_table
{
- margin: 0 auto;
border-spacing: 0px;
border-collapse: separate;
border: 1px solid #777;
@@ -197,12 +209,17 @@
table-layout: fixed;
margin-top: 20px;
margin-bottom: 35px;
- background: #ccc;
+ width: 500px;
}
#invoices_table tbody tr th
{
border: 0px;
+ color: #efefef;
+ background: #5E5E5E;
+ background-color: #5E5E5E;
+ border-top: 1px solid #9d9d9d;
+
}
#invoices_table .header
@@ -210,6 +227,7 @@
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
+
#invoices_table tr
{
border: 1px solid #555;
@@ -221,11 +239,15 @@
}
/** 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;
+ /*margin-bottom: 10px;*/
}
#clientdetails_form dd {
float: left;
@@ -251,3 +273,7 @@
margin-top:10px;
background: url('images/august_aweomse_promo_banner.png') no-repeat;
}
+
+.billing-details-checkbox {
+ width: auto;
+}
diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css
index cb021b838..059de489b 100644
--- a/airtime_mvc/public/css/styles.css
+++ b/airtime_mvc/public/css/styles.css
@@ -1203,7 +1203,7 @@ input[type="checkbox"] {
}
#pref_form dt, #pref_form dd,
-#pref_form textarea {
+#pref_form textarea, #clientdetails_form dd {
display:block;
float:none;
margin-left:0;