News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMF 2.1 mods installing in other themes issue

Started by akyhne, October 25, 2012, 10:44:08 AM

Previous topic - Next topic

Akyhne


Antechinus

Ok. That'll be a minor css thing that I hadn't caught yet. I'll check it out. :)

If you have the page handy, what's the class for that line?

Akyhne

.action_admin .table_grid tr:nth-child(2n+1) td {                                    Line #228
    background: none repeat scroll 0 0 #F8F8F8;
}
.table_grid tr:nth-child(2n+1) td {                                                             Line #4074
    background: none repeat scroll 0 0 #FAFAFA;
}
.action_admin .table_grid td {                                                                   Line #222
    border-bottom: 1px solid #CCCCCC;
}
.action_admin .table_grid .last_th, .action_admin .table_grid td {           Line #219
    border-right: 1px solid #CCCCCC;
}


Theme's name is "default2"
<div id="custom_changes">
    <div class="information">
     To use this modification in themes other than the default, the package manager needs to make additional changes to the other themes. If you'd like to install this modification in the other themes, please select these themes below.
    </div>
    <table width="100%" class="table_grid">
     <tbody><tr class="catbg">
      <td></td>
      <td align="center">
       <input type="checkbox" onclick="invertAll(this, this.form, 'dummy_theme_2', true);" class="input_check" value="2" id="custom_theme_2" name="custom_theme[]">
      </td>
      <td colspan="3">
       default2
      </td>

Antechinus

Ah. Admin.css. That is a bit of a mess at the moment. I'll be stripping about half of it out soon. Will keep an eye out for this.

Akyhne

Difference is there's a <tr class="catbg"> on the first row and <tr class="windowbg2"> on all below.

Antechinus

No worries. I'll sort something out for it. Spuds and I were discussing rewriting some of the admin markup anyway. The collapse/expand on the permissions page is pretty rough due to the way it's marked up. Same may apply in this area too.

Arantor

This particular issue has long since been fixed (though we have other, related issues to deal with that are also already documented)

Advertisement: