Commit Graph

13 Commits

Author SHA1 Message Date
Stefano Rigano
a0dd875333 [IMP] doc: define a layout for 'category index' pages
These pages are not directly accessible through other doc’s pages but
there are still indexed by google.

eg.https://www.odoo.com/documentation/9.0/tutorials.html
2016-08-11 16:29:15 +02:00
stefanorigano
43164704c9 [IMP] documentation-user: restructuring submenu
— Layout

* Create html templates to print breadcrumb's and submenu's lists.
* Remove ‘o_main_back’ ( no longer needed)
* Minimum mobile support for submenu. Note: The default website submenu
should be refactored in order to support mobile by default

— Style

* Create a less mixin to handle all doc’s dropdowns
* Add a specific style for breadcrumb when it’s placed inside the
submenu.
2016-05-12 14:06:25 +02:00
stefanorigano
9a478fa07a [FIX] documentation-user: mobile menu button
It was invisible because the doc’s website use material icons rather
then the ‘fa’ ones. Replaced the icon with the material one and styled
the “pressed” state.
2016-04-26 15:02:30 +02:00
stefanorigano
de70a65819 [FIX] documentation-user: minor layout fixes
* Adjust ‘.card.top’ padding for index pages
* Offset-top main content for mobile
2016-04-26 15:01:33 +02:00
Martin Trigaux
dde58d87db [FIX] css: language menu style 2016-04-26 12:07:46 +02:00
stefanorigano
28f197ca71 [IMP] all: new design to match the one on odoo.com
* upgrade to bootstrap 3.3.6

* new Header, port website LESS
  - Add the new header
  - Modify sub-header in order to handle “back” button and version
    switcher
  - Port website’s Less:
    * Use same variables’ names
    * Review fonts and colours in order to fit the new style

* add new footer

* Review and optimise JS code in order properly handle the new header,
  footer and card.top animations

* replace  banner images
2016-04-26 11:23:38 +02:00
stefanorigano
3036418c35 [ADD] "Go To" alert (html example in commit description)
<div role="alert" class="alert-go_to alert">
<p class="alert-title">See also</p>
<p>
<a href="../../overview/from_po_to_invoice.html" class="internal
alert-link reference">
<em>From purchase order to invoice and receptions</em>
</a>
</p>
</div>
2015-10-16 15:08:29 +02:00
stefanorigano
9e1ca08efd [ADD] Figure caption support
Add a “.figure” class to the element to style the caption

Eg.

.. figure:: media/setup02.png
   :figclass: figure

   Hello! This is the image caption!
2015-10-16 15:08:29 +02:00
stefanorigano
4a51708b84 [ADD] Print Stylesheet 2015-10-12 12:39:26 +02:00
Xavier Morel
b432622459 [FIX] actually add logo in title to all pages
Fixes 93afab1e which was supposed to do that but I apparently backed it
out before committing.

All pages now behave like the index, with the Odoo logo removed from the
sidebar and set next to the current page's title.
2015-07-20 13:49:27 +02:00
Xavier Morel
0e58ae3ee0 [IMP] make application TOC toplevel look like subtitles 2015-07-20 13:43:28 +02:00
Xavier Morel
93afab1e00 [CHG] remove logo from sidebar and always have it in title 2015-07-20 13:43:28 +02:00
Xavier Morel
705e0d56b2 [CHG] initial port to new theme 2015-07-08 13:24:24 +02:00