From 2c764af215fca00cbb02295829f028bdeeae0325 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 18 Aug 2013 15:36:58 +0200 Subject: Organisation page configuration (issue #97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Réorganisation de quelques options, mise en évidence des groupes d'option Changement des flux de catégorie via + themes as $theme) { ?> + + + + + +
@@ -40,19 +53,6 @@ -
- -
- -
-
-
@@ -71,7 +71,7 @@
- +
categories as $cat) { ?> - + + +
diff --git a/public/themes/flat-design/global.css b/public/themes/flat-design/global.css index 8be9d38e0..8a00cb88c 100644 --- a/public/themes/flat-design/global.css +++ b/public/themes/flat-design/global.css @@ -98,9 +98,15 @@ input, select, textarea { } .form-group { - margin: 0; + margin: 5px 0; clear: both; + border: 1px solid transparent; } + .form-group:hover { + background: #fff; + border: 1px solid #eee; + border-radius: 3px; + } .form-group.form-actions { min-width: 250px; margin: 20px 0; -- cgit v1.2.3