[Pkg-owncloud-commits] [owncloud-doc] 100/270: add docs on settings area
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:53:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 548118b52f3da5ec557980de52c8eca39dea5344
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Fri May 23 16:43:08 2014 +0200
add docs on settings area
---
developer_manual/app/css.rst | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst
index e222699..7e6e66a 100644
--- a/developer_manual/app/css.rst
+++ b/developer_manual/app/css.rst
@@ -40,6 +40,29 @@ ownCloud provides a default CSS navigation layout. If list entries should have 1
</ul>
</div>
+Settings Area
+=============
+To create a settings area create a div with the id **app-settings** inside the **app-navgiation** div:
+
+.. code-block:: html
+
+ <div id="app">
+
+ <div id="app-navigation">
+
+ <!-- Your navigation here -->
+
+ <div id="app-settings">
+ <div id="app-settings-header">
+ <button class="settings-button"></button>
+ </div>
+ <div id="app-settings-content">
+ <!-- Your settings in here -->
+ </div>
+ </div>
+ </div>
+ </div>
+
Icons
=====
To use icons which are shipped in core, special class to apply the background image are supplied. All of these classes use **background-position: center** and **background-repeat: no-repeat**.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list