From f992df684fe4db936ee56c1e7d334eebfae40329 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 19 May 2019 22:27:41 +0000 Subject: Small refactorization of avatar methods (#31391). * move existing methods from ApplicationHelper to a new helper file (AvatarsHelper) * change default avatar size from 50 to 24 because most of the avatars are using the size 24 * class 'gravatar' is always added and all custom classes are appended * added user name as default title for avatar images * added two new methods: @assignee_avatar@ and @author_avatar@ Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18175 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e9be4cc58..3950c3e05 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -451,7 +451,7 @@ div.square { form {display: inline;} input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;} -input, select, textarea {border:1px solid #ccc; border-radius:3px; box-sizing: border-box;} +input, select, textarea { color: #333; background-color: #fff; border:1px solid #ccc; border-radius:3px; box-sizing: border-box;} select { -webkit-appearance: none; -moz-appearance: none; -- cgit v1.2.3