From cd42e83006f67189e82e8127612fa158521385ee Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 31 Aug 2014 16:07:59 +0200 Subject: [PATCH] change has- to with- to be consistent --- developer_manual/app/css.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst index ea7fbac5b..540be4469 100644 --- a/developer_manual/app/css.rst +++ b/developer_manual/app/css.rst @@ -92,13 +92,13 @@ The class which should be applied to a first level element (**li**) that hosts o Menus ----- -To add actions that affect the current list element you can add a menu for second and/or first level elements by adding the button and menu inside the corresponding **li** element and adding the **has-menu** css class: +To add actions that affect the current list element you can add a menu for second and/or first level elements by adding the button and menu inside the corresponding **li** element and adding the **with-menu** css class: .. code-block:: html
-The div with the class **app-navigation-entry-utils** contains only the button (class: **app-navigation-entry-utils-menu-button**) to display the menu but in many cases another entry is needed to display some sort of count (mails count, unread feed count, etc.). In that case add the **has-counter** class to the list entry to adjust the correct padding and text-oveflow of the entry's title. +The div with the class **app-navigation-entry-utils** contains only the button (class: **app-navigation-entry-utils-menu-button**) to display the menu but in many cases another entry is needed to display some sort of count (mails count, unread feed count, etc.). In that case add the **with-counter** class to the list entry to adjust the correct padding and text-oveflow of the entry's title. The menu is hidden by default (**display: none**) and has to be triggered by adding the **open** class to the **app-navigation-entry-menu** div.