further otherlanguages list styling

master
Joey Hess 2009-08-15 17:00:16 -04:00
parent e031551727
commit e9d20231a0
2 changed files with 10 additions and 7 deletions

View File

@ -24,6 +24,10 @@
padding: 6px; padding: 6px;
list-style-type: none; list-style-type: none;
} }
.actions li {
display: inline;
padding: .2em .4em;
}
.pageheader .actions ul { .pageheader .actions ul {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
} }
@ -37,6 +41,10 @@
padding: 6px; padding: 6px;
list-style-type: none; list-style-type: none;
} }
#otherlanguages li {
display: inline;
padding: .2em .4em;
}
.pageheader #otherlanguages { .pageheader #otherlanguages {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
} }
@ -45,11 +53,6 @@ div.inlinecontent {
margin-top: .4em; margin-top: .4em;
} }
.actions li {
display: inline;
padding: .2em .4em;
}
.pagefooter { .pagefooter {
clear: both; clear: both;
} }

View File

@ -29,7 +29,7 @@
<span class="title"> <span class="title">
<TMPL_VAR TITLE> <TMPL_VAR TITLE>
<TMPL_IF NAME="ISTRANSLATION"> <TMPL_IF NAME="ISTRANSLATION">
(<TMPL_VAR NAME="PERCENTTRANSLATED">&nbsp;%) &nbsp;(<TMPL_VAR NAME="PERCENTTRANSLATED">%)
</TMPL_IF> </TMPL_IF>
</span> </span>
</span><!--.header--> </span><!--.header-->
@ -76,7 +76,7 @@
<TMPL_IF NAME="MASTER"> <TMPL_IF NAME="MASTER">
(master) (master)
<TMPL_ELSE> <TMPL_ELSE>
(<TMPL_VAR NAME="PERCENT">&nbsp;%) &nbsp;(<TMPL_VAR NAME="PERCENT">%)
</TMPL_IF> </TMPL_IF>
</li> </li>
</TMPL_LOOP> </TMPL_LOOP>