summaryrefslogtreecommitdiff
path: root/chimere
diff options
context:
space:
mode:
Diffstat (limited to 'chimere')
-rw-r--r--chimere/forms.py2
-rw-r--r--chimere/static/chimere/css/styles.css3
2 files changed, 5 insertions, 0 deletions
diff --git a/chimere/forms.py b/chimere/forms.py
index bfac727..cd75ec4 100644
--- a/chimere/forms.py
+++ b/chimere/forms.py
@@ -792,7 +792,9 @@ class AreaAdminForm(forms.ModelForm):
except ValueError:
v = None
if not v:
+ args[0]._mutable = True
args[0][k] = None
+ args[0]._mutable = False
if 'instance' in keys and keys['instance']:
instance = keys['instance']
dct = {'area': (instance.upper_left_corner,
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index ea03b77..d8e17c5 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -408,6 +408,9 @@ a[disabled] {
padding-bottom: 0;
}
+#topbar .navbar-default .navbar-nav > li.active > a {
+ border-bottom: 2px solid #e7e7e7;
+}
#topbar #top-menu-first.action{
padding-right: 5px;