Appy web interface has now 2 skins: the default one, with a fixed with; the one named 'wide', that takes the whole screen width. Choosing the skin is made via de Conf instance, attribute 'skin'.

This commit is contained in:
Gaetan Delannay 2014-01-20 16:30:14 +01:00
parent e1d0597694
commit 3b9c078fbb
8 changed files with 40 additions and 25 deletions

View file

@ -304,7 +304,7 @@ class ToolWrapper(AbstractWrapper):
</table>''')
pxHome = Px('''
<table width="300px" height="240px" align="center">
<table>
<tr valign="middle">
<td align="center">::_('front_page_text')</td>
</tr>