Styling .info selector is not specific enough.

git-svn-id: http://svn.redmine.org/redmine/trunk@18863 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2019-10-26 06:31:39 +00:00
parent b4138257f0
commit 970b4b6a5e
4 changed files with 6 additions and 9 deletions

View File

@@ -892,12 +892,9 @@ p.other-formats { text-align: right; font-size:0.9em; color: #666; }
a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
.info {font-size:90%;color:#888;}
em.info {font-style:normal;display:block;}
em.info {font-style:normal;display:block;font-size:90%;color:#888;}
em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
form.edit_membership p {margin:0.9em 0;}
textarea.text_cf {width:95%; resize:vertical;}
input.string_cf, input.link_cf {width:95%;}
select.bool_cf {width:auto !important;}