-
AuthorPosts
-
rhys_daniels Friend
rhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 22, 2008 at 9:17 pm #136450Hi
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
RhysShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
December 22, 2008 at 10:14 pm #283810rhys_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
RhysThe 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 needsline 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
ShannonNrhys_daniels Friendrhys_daniels
- Join date:
- November 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 60
- Thanks:
- 32
- Thanked:
- 6 times in 1 posts
December 24, 2008 at 5:02 pm #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 needsline 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 🙂
-
AuthorPosts
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