overlapping text and buttons in compose mail page

Hi,

I seem to have managed to overlap my send/cancel buttons with the notification checkboxes on the compose mail page (see attached pic).  I have trawled through the files I know I have adapted and can't find any changes I made that might have resulted in this.  Using firefox's inspector I can see that if I can just align the table that contains the buttons to the right then all would be well, but I can't find the relevant script.  Any ideas?  Firefox developer seems to point towards gzip_uploader.php, or mail.css, but I haven't edited either file.

Grrrrrr!

Tom.

Untitled.png · 15.5K · 146 views
Quote · 4 Jun 2014

It is in mail.css

#compose_message_block div.input_wrapper, div.message_actions div.input_wrapper, td.bottom_actions div.input_wrapper {
    float: right;
    margin-left: 5px;
    position: relative;


You must have modified some CSS somewhere else that is overiding the  float: right; above. If you carefully look though firebug you should be able to find where it is getting overridden.

You may need to edit that section in mail.css and change
float: right; to float: right !important;

And while you are doing this, shut off caching in dolphin. The gziploader is part of the caching system, and it interfears with finding proper files when using firebug. All caching in dolphin needs to be off when your doing this.
https://www.deanbassett.com
Quote · 5 Jun 2014

Thanks for responding Deano.  Your suggestion seems logical, but it didn't work this time, and I have caches disabled already.  Ah well, I will keep looking - I've made so many amendments to the default style that I may have to spend some time backtracking on this one!  Shame I only recently started keeping notes of all the changes I make...you live and learn ;-)

Thanks again,

Tom.

Quote · 8 Jun 2014

I know this may be a little late, but create a coy of the uni template, and rename it to something else. Then make changes to your new template and not the default template files. That way, if anything gets messed up, you can always roll back to the original till you get things sorted. I actually have three layers of templates.

caredesign.net
Quote · 8 Jun 2014

Thanks Prof,

Good thinking, but I was already running a new template.  I just need to start making better notes on the huge list of changes I have made to said template I think!

Tom.

Quote · 16 Jun 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.