03-01-2012, 11:25 AM
03-01-2012, 04:53 PM
03-02-2012, 05:15 AM
(03-01-2012 04:53 PM)ZiNgA BuRgA Wrote: [ -> ]http://duckduckgo.com/?q=html+change+size+of+checkbox
Thank you for the info !
The bigger part of the problem (and updated this post subject accordingly), seems to be where to find the checkbox in question.
Thought I had it, but after some T&E, seems not.
Checkbox was 'created' when added thread field at ACP/.../custom thread fields, and havent been able to determine where that checkbox is created.
Direction on that part ?
03-02-2012, 09:20 AM
03-02-2012, 11:01 AM
(03-02-2012 09:20 AM)leefish Wrote: [ -> ]This thread may help :
http://mybbhacks.zingaburga.com/showthread.php?tid=940
Thanks much for the link !
Tried adding...
.checkbox{
display: inline;
padding:0;
height: 30px;
width: 30px;}
at...
/cache/themes/theme1/global.css
And adding... class=''checkbox" at...
/inc/xthreads/xt_updatehooks.php:
Code:
|
But not change in textbox display... just not sure where (or maybe how? ) to edit code ?
Comments ?
Ps: Also, cant remember (or seem to figure it out) if it is possible to add stylesheets at ACP or not ?
03-02-2012, 01:50 PM
maybe try this in your css :
Code:
|