From f53d4fb246e242810cb76d0b8614df9f5609af3c Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 25 Sep 2014 19:00:10 +0200 Subject: [PATCH] fix help-message --- app/assets/stylesheets/zzz.css.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index c7bbdf768..80c6c5e36 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -416,9 +416,8 @@ label { } .form-group .help-message { - float: right; - margin-right: -23px; - margin-top: -23px; + cursor: help; + opacity: 0.2; } input:not([type=submit]), @@ -433,7 +432,7 @@ textarea, line-height: 22px; color: #555; background: white; - border: 1px solid #ccc; + border: 1px solid hsl(0, 0%, 90%); border-radius: 3px; transition: none; box-shadow: none;