0
I am having a little problem....When my clients click the pay now. On the right side where the payment options are, the tabs are there but no text or logo, just blank tabs.
http://primearthouse.com/client-menu/login
USER: DEMO
PASSWORD: DEMOUSER
Here is the current CSS:
http://primearthouse.com/client-menu/login
USER: DEMO
PASSWORD: DEMOUSER
Here is the current CSS:
/* tabs */
dl.tabs {
float: left;
margin: 10px 0 -1px 0;
z-index: 50;
}
dl.tabs dt {
float: left;
padding: 4px 10px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-left: 3px;
background: #f0f0f0;
color: #666;
}
dl.tabs dt.open {
background: #F9F9F9;
border-bottom: 1px solid #F9F9F9;
z-index: 100;
color: #000;
}
div.current {
clear: both;
border: 1px solid #ccc;
padding: 10px 10px;
}
div.current dd {
padding: 0;
margin: 0;
}
.table tbody tr.success td {
background-color: #dff0d8 !important;
}
.table tbody tr.success:hover td, .table tbody tr.success.paymenthover td {
background-color: #d0e9c6 !important;
}
.table tbody tr.warning td {
background-color: #fcf8e3 !important;
}
.table tbody tr.warning:hover td, .table tbody tr.warning.paymenthover td {
background-color: #faf2cc !important;
}
.table tbody tr.error td {
background-color: #f2dede !important;
}
.table tbody tr.error:hover td, .table tbody tr.error.paymenthover td {
background-color: #ebcccc !important;
}
.table_scrolls{
overflow-x: scroll;
overflow-y: hidden;
}
.items_table_responsive{
width:100%;
}
Responses (17)
-
Accepted Answer
-
Accepted Answer
0Thanks for a quick response. Do I need to add that section or modify it in the current css?
I added it to the "dl.tabs" and "dl.tabs dt". I didn't see a "fieldset dt". Thanks for all of the help!
/* tabs */
dl.tabs {
float: left !important;
display: inline !important;
margin: 2px 0 -1px 0;
z-index: 50;
}
dl.tabs dt {
float: left !important;
dispaly: inline !important
padding: 4px 10px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-left: 3px;
background: #f0f0f0;
color: #666;
}
dl.tabs dt.open {
background: #F9F9F9;
border-bottom: 1px solid #F9F9F9;
z-index: 100;
color: #000;
}
div.current {
clear: both;
border: 1px solid #ccc;
padding: 10px 10px;
}
div.current dd {
padding: 0;
margin: 0;
}
.table tbody tr.success td {
background-color: #dff0d8 !important;
}
.table tbody tr.success:hover td, .table tbody tr.success.paymenthover td {
background-color: #d0e9c6 !important;
}
.table tbody tr.warning td {
background-color: #fcf8e3 !important;
}
.table tbody tr.warning:hover td, .table tbody tr.warning.paymenthover td {
background-color: #faf2cc !important;
}
.table tbody tr.error td {
background-color: #f2dede !important;
}
.table tbody tr.error:hover td, .table tbody tr.error.paymenthover td {
background-color: #ebcccc !important;
}
.table_scrolls{
overflow-x: scroll;
overflow-y: hidden;
}
.items_table_responsive{
width:100%;
} -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Solved - the issue was to do with the headings in the invoice manager payment buttons using the H3 tag from the site template which in my case are set for a large font size and padding. As soon as I removed the whole "fieldset dt" css from my site's template, the buttons now display properly. Any user having this problem should play with the settings in this css tag if it exists in the css of their Joomla template, or adjust the css of the H3 tag. -
Accepted Answer
0I am having this problem again.
I have looked through the css files, made changes to the H3 tags like JILK suggested and even deleted the "fieldset dt" and still no resolve. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »