diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-25 02:27:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-25 02:27:54 +0100 |
commit | 9865507a74c02e935d47b31c3b51bbe7e9c30b7f (patch) | |
tree | 469c8572887cc8a50e49ca15d130a6e71bf1d73d | |
parent | 4e306ce4c5686c3741ba1dcf6a0c17ad6778f084 (diff) | |
download | Chimère-9865507a74c02e935d47b31c3b51bbe7e9c30b7f.tar.bz2 Chimère-9865507a74c02e935d47b31c3b51bbe7e9c30b7f.zip |
Minor style
-rw-r--r-- | chimere/static/chimere/css/styles.css | 3 | ||||
-rw-r--r-- | chimere/templates/chimere/detail.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 704509c..4283782 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -177,10 +177,11 @@ fieldset{ display:block; } +a:link[disabled], a[disabled] { pointer-events: none; cursor: default; - color: gray; + color: #ccc; } #page_title{ diff --git a/chimere/templates/chimere/detail.html b/chimere/templates/chimere/detail.html index 5fec6fa..a7b9347 100644 --- a/chimere/templates/chimere/detail.html +++ b/chimere/templates/chimere/detail.html @@ -1,6 +1,6 @@ {% load i18n sanitize chimere_tags %} <button onclick='$("#detail").fadeOut();return false;' type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> -<h2 class='ui-widget ui-state-default ui-corner-all ui-widget-header'>{{ marker.name }}</h2> +<h2>{{ marker.name }}</h2> <div class='detail_content'> {% if marker.default_pictures or marker.default_pictures or marker.default_multimedia_items%} <div class='small-gallery'> |