Skip to content

Commit

Permalink
Item9504: further reducing of font sizes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8927 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 6, 2010
1 parent 21894e3 commit 2792caa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions PatternSkin/pub/System/PatternSkinTheme/style_src.css
Expand Up @@ -285,6 +285,13 @@ a.foswikiSubmit:visited:active {
padding:10px;
}

/* WYSIWYG */
.mceContentBody {
padding: 1px 4px;
}



/* -----------------------------------------------------------
Foswiki styles
----------------------------------------------------------- */
Expand Down Expand Up @@ -659,7 +666,6 @@ a:hover .foswikiAccessKey {
margin:0 0 1em -16px;
}
.patternWebIndicator a {
font-size:1.1em;
font-weight:bold;
}
.patternLeftBarPersonalContent {
Expand Down Expand Up @@ -878,11 +884,6 @@ h4.foswikiSearchResultsHeader {

/* edit.pattern.tmpl */

#edithelphide a span,
#edithelpshow a span {
font-size:1.1em;
}

.patternNoViewPage #patternMainContents {
padding-top:0;
}
Expand Down Expand Up @@ -1002,6 +1003,3 @@ td.foswikiDiffDebugLeft {
text-align:left;
}

.mceContentBody {
padding: 1px 4px;
}
2 changes: 1 addition & 1 deletion PatternSkin/templates/form.pattern.tmpl
Expand Up @@ -7,7 +7,7 @@

%TMPL:DEF{"formtail"}%%TMPL:P{context="mandatoryfields" then="mandatory"}%%TMPL:END%
<div class="foswikiForm foswikiEditForm">
<h2>%MAKETEXT{"Topic data"}%</h2>
<h3>%MAKETEXT{"Topic data"}%</h3>
<table class="foswikiFormTable" summary="%MAKETEXT{"Topic data"}%">
%TMPL:P{"repeatedformrows"}%
<tr><th>%MAKETEXT{"Form definition"}%</th><td>%FORMTITLE% %TMPL:P{"changeform"}%</td></tr></table>%TMPL:P{"formtail"}%</div>

0 comments on commit 2792caa

Please sign in to comment.