[IMP] Larger texts

bzr revid: fp@tinyerp.com-20140411122232-s8yipnar4tllspm0
This commit is contained in:
Fabien Pinckaers 2014-04-11 14:22:32 +02:00
parent f3cd340628
commit 63c2093d2c
3 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
/* THIS CSS FILE IS FOR WEBSITE THEMING CUSTOMIZATION ONLY
*
* css for editor buttons, openerp widget included in the website and other
@ -108,6 +107,10 @@ header a.navbar-brand img {
}
/* ----- Snippets Styles ----- */
.para_large {
font-size: 120%;
}
.readable {
font-size: 120%;
max-width: 700px;

View File

@ -76,6 +76,9 @@ header
/* ----- Snippets Styles ----- */
.para_large
font-size: 120%
.readable
font-size: 120%
max-width: 700px

View File

@ -837,6 +837,7 @@
<li class="dropdown-submenu">
<a tabindex="-1" href="#">Style</a>
<ul class="dropdown-menu">
<li data-value="para_large"><a>Bigger Text</a></li>
<li data-value="readable"><a>Narrow</a></li>
</ul>
</li>