diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-03-21 10:24:18 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-03-21 10:24:18 +0000 |
commit | ca2be43456cd94260c7dd79d55d0de36d593d8b3 (patch) | |
tree | 1d4935e5d12ae75220b0a4bf95385ff027de7a9e /public | |
parent | ab4916b01aa2901fa35d846598b266846b65dd8c (diff) | |
download | redmine-ca2be43456cd94260c7dd79d55d0de36d593d8b3.tar.gz redmine-ca2be43456cd94260c7dd79d55d0de36d593d8b3.zip |
Include custom fields description in project settings and issue view (#19296).
Patch by Sebastian Paluch.
git-svn-id: http://svn.redmine.org/redmine/trunk@14154 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index d8805ceaa..df1be72ef 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -327,7 +327,7 @@ legend {color: #484848;} hr { width: 100%; height: 1px; background: #ccc; border: 0;} blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;} blockquote blockquote { margin-left: 0;} -abbr { border-bottom: 1px dotted; cursor: help; } +abbr, span[title] { border-bottom: 1px dotted #aaa; cursor: help; } textarea.wiki-edit {width:99%; resize:vertical;} li p {margin-top: 0;} div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;} @@ -491,7 +491,6 @@ html>body .tabular p {overflow:hidden;} .tabular input, .tabular select {max-width:95%} .tabular textarea {width:95%; resize:vertical;} -.tabular span[title] {border-bottom:1px dotted #aaa;} .tabular label{ font-weight: bold; |