Hi Frd

I've used {{smallform{<<search >>}}} with success...
It's source is in Eric's StyleSheetShortcuts 
http://www.tiddlytools.com/#StyleSheetShortcuts

/* compact form */
.smallform
        { white-space:nowrap; }
.smallform input, .smallform textarea, .smallform button, .smallform
checkbox, .smallform radio, .smallform select
        { font-size:8pt; }

/* stretchable edit fields and textareas (auto-size to fit tiddler) */
.stretch input { width:99%; }
.stretch textarea { width:99%; }

/* compact input fields (limited to a few characters for entering
percentages and other small values) */
.onechar input   { width:1em; }
.twochar input   { width:2em; }
.threechar input { width:3em; }
.fourchar input  { width:4em; }
.fivechar input  { width:5em; }

regards Måns Mårtensson

On 2 Dec., 13:18, FrD <[email protected]> wrote:
> Hello,
>
> I'm trying to modify the size of the input box for the search tool.
> In the code I found :
>
> config.macros = {
>         today: {},
>         version: {},
>         search: {sizeTextbox: 15},
>         tiddler: {},
> ...
>
> So I've put  :
> config.macros.search.sizeTextbox=10;
> in a config tiddler (tagged with systemConfig).
> But the size of the box doesn't change !
>
> Any help appreciated !!
>
> Thanks in advance.
>
> FrD

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.


Reply via email to