Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rhys_daniels Friend
    #136450

    Hi

    When clicking on the email article icon, it launches a new window that is a specific width and height. However the height i not enough to show the “send” & “cancel” buttons at the bottom of the launched window.

    Does anyone know what file and line of code requires changing to make the window height bigger?

    Cheers
    Rhys

    ShannonN Friend
    #283810

    rhys_daniels;96566Hi

    When clicking on the email article icon, it launches a new window that is a specific width and height. However the height i not enough to show the “send” & “cancel” buttons at the bottom of the launched window.

    Does anyone know what file and line of code requires changing to make the window height bigger?

    Cheers
    Rhys

    The mailto template lies hereabouts /components/com_mailto/views/mailto/tmpl/default.php
    there is a bit of css and stuff that styles it in line 162 of the template.css. have a look and change to suit your needs

    line 162 of the template.css controls the padding white space, to make a box 10px away from the fields (which are set at 25 characters elsewhere in the mailto stuff) changethe 10px to 20 to double the size?

    the class is contentpane class BTW

    element.style {
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    }

    td, th, div {template.css (line 162)
    font-size:100%;
    }

    Hope this helps
    ShannonN

    rhys_daniels Friend
    #283962

    <em>@ShannonN 96571 wrote:</em><blockquote>The mailto template lies hereabouts /components/com_mailto/views/mailto/tmpl/default.php
    there is a bit of css and stuff that styles it in line 162 of the template.css. have a look and change to suit your needs

    line 162 of the template.css controls the padding white space, to make a box 10px away from the fields (which are set at 25 characters elsewhere in the mailto stuff) changethe 10px to 20 to double the size?

    the class is contentpane class BTW

    element.style {
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    }

    td, th, div {template.css (line 162)
    font-size:100%;
    }

    Hope this helps
    ShannonN</blockquote>

    Hi ShannonN

    Thanks this was a great help.

    I changed line 23 in /components/com_mailto/views/mailto/tmpl/default.php from default 10px to 5px

    <div style=”padding: 5px;”>

    The whole form now fits in the window launched 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  rhys_daniels 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum