Skip to content

Commit

Permalink
Item9469: Increase field widths
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8486 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Aug 14, 2010
1 parent d020f39 commit 39c0da6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki.spec
Expand Up @@ -1249,7 +1249,7 @@ $Foswiki::cfg{TrashWebName} = 'Trash';
# you are doing!)
$Foswiki::cfg{SitePrefsTopicName} = 'DefaultPreferences';
# **STRING 40 EXPERT**
# **STRING 70 EXPERT**
# Web.TopicName of the site-level local preferences topic. If this topic
# exists, any settings in it will <b>override</b> settings in
# {SitePrefsTopicName}.<br />
Expand Down Expand Up @@ -1282,7 +1282,7 @@ $Foswiki::cfg{WebPrefsTopicName} = 'WebPreferences';
# you are doing!)
$Foswiki::cfg{UsersWebName} = 'Main';
# **STRING 120 EXPERT**
# **STRING 70x10 EXPERT**
# A comma-separated list of generic file name templates, containing
# placeholders <code>$name</code> (the template name), <code>$web</code>
# (the web), and <code>$skin</code> (the skin(s))
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/resources/scripts.js
Expand Up @@ -218,7 +218,7 @@ function initDefaultLink(inLink) {

/* set link label states */
inLink.setDefaultLinkText = 'use default';
inLink.undoDefaultLinkText = 'undo';
inLink.undoDefaultLinkText = 'use stored value';

/* set defaults */
inLink.title = '';
Expand Down
5 changes: 2 additions & 3 deletions core/lib/Foswiki/Configure/resources/styles.css
Expand Up @@ -237,6 +237,7 @@ table.configureSectionValues .foswikiInputField,
table.configureSectionValues .foswikiTextarea {
font-family: "Bitstream Vera Sans Mono", "Andale Mono","Courier New",monospace;
font-size:94%;
width:80%;
}

/* WARN and ERROR */
Expand All @@ -255,9 +256,7 @@ table.configureSectionValues div.foswikiAlert {
padding-left:3em;
}
div.configureInfoText {
border:1px solid #e6e6e6;
margin:.5em 0 .7em 0;
padding:7px 1em;
margin:.5em 0;
color:green;
}
div.configureError,
Expand Down

0 comments on commit 39c0da6

Please sign in to comment.