Skip to content

Commit

Permalink
Navigation fixes
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Mar 6, 2018
1 parent f045a8f commit e31fdc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions developer_manual/design/navigation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
Introduction
===============

The navigation section of any nextcloud app is the left sidebar.
The navigation section of any Nextcloud app is the left sidebar.
It is basically composed of

* a 'new' button
* a primary action button
* a menu
* a settings area

The 'new' button and the settings area are optional.
The primary action button and the settings area are optional.


===============
Expand All @@ -25,8 +25,7 @@ New button
Introduction
-------------

A 'new' button is just a stylised button located above the navigation part of your app.
It can be tied to whatever you want as long as it follow those simple rules.
A primary action button is just a stylised button located above the navigation part of your app.
The goal is to have an homogeneity of design across all apps using this button.

Basic layout
Expand Down Expand Up @@ -54,6 +53,7 @@ Rules
* Stay simple, don't use overcomplicated text in this button.
* Avoid using sentences longer than one line.
* Do not edit the styling of this button.
* Only **one** button is allowed here.

.. _appnavigation:

Expand Down Expand Up @@ -87,7 +87,7 @@ Basic layout

<div id="app-navigation">

<!-- Your 'new' button here -->
<!-- Your primary action button here -->

<ul>
<li><a href="#">First level entry</a></li>
Expand Down Expand Up @@ -475,7 +475,7 @@ Basic layout

<div id="app-navigation">

<!-- Your 'new' button here -->
<!-- Your primary action button here -->
<!-- Your navigation here -->

<div id="app-settings">
Expand Down
Binary file modified developer_manual/images/newbutton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e31fdc2

Please sign in to comment.