openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit 728814ca1e0857b8d39ae970a72eda89dbab6c9f
parent b08f5c943262d3982260a15d982361ff14abc953
Author: Jan Dankert <develop@jandankert.de>
Date:   Wed,  8 May 2019 23:39:16 +0200

Den Editor im UI in die Mitte verschoben.

Diffstat:
modules/cms-ui/themes/default/layout/index.php | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/modules/cms-ui/themes/default/layout/index.php b/modules/cms-ui/themes/default/layout/index.php @@ -47,6 +47,12 @@ </nav> + <section id="edit" class=""> + <div class="filler"></div> + <div class="view"></div> + </section> + + <main id="editor"> <header> <span class="title"></span> @@ -80,9 +86,6 @@ </main> - <section id="edit" class=""> - <div class="view"></div> - </section> </div>