aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2012-06-18 15:21:27 +0200
committerLuc Donnet2012-06-18 15:21:27 +0200
commit53fa0d0706a215ecf7ad28ee5f52d2ab902c585a (patch)
tree206298b959129e73aa06d43d632812734c09c356
parentf3dd29847c1b614323913b90f93d797815dff0b6 (diff)
downloadchouette-core-53fa0d0706a215ecf7ad28ee5f52d2ab902c585a.tar.bz2
Add bold to label for referential show
-rw-r--r--app/assets/stylesheets/referentials.css.scss7
-rw-r--r--app/views/referentials/show.html.erb2
2 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/referentials.css.scss b/app/assets/stylesheets/referentials.css.scss
index 721474cbd..dd03adb05 100644
--- a/app/assets/stylesheets/referentials.css.scss
+++ b/app/assets/stylesheets/referentials.css.scss
@@ -2,6 +2,13 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
+#workspace.referentials.show
+{
+ .summary p label {
+ font-weight: bold;
+ }
+}
+
ul.logos {
margin: 30px 30px 0 0;
diff --git a/app/views/referentials/show.html.erb b/app/views/referentials/show.html.erb
index e72c0ad06..2f2afdbed 100644
--- a/app/views/referentials/show.html.erb
+++ b/app/views/referentials/show.html.erb
@@ -1,6 +1,6 @@
<%= title_tag @referential.name %>
-<div>
+<div class="summary">
<p>
<label><%= Referential.human_attribute_name("slug") %>: </label>
<%= @referential.slug %>