1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Moves style to jstoolbar.css (#27758).

git-svn-id: http://svn.redmine.org/redmine/trunk@17542 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2018-09-30 09:47:05 +00:00
parent 3a35613fe3
commit 47adb5a090
2 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,6 @@ blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0
blockquote blockquote { margin-left: 0;}
abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
textarea.wiki-edit {width:99%; resize:vertical;}
.wiki-preview p.empty-preview {color:#999; font-style:italic; margin-top:1em; text-align:center;}
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;}
body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
li p {margin-top: 0;}

View File

@ -41,6 +41,7 @@
background-color: #ffffff;
border: 1px solid #bbbbbb;
}
.wiki-preview p.empty-preview {color:#999; font-style:italic; margin-top:1em; text-align:center;}
.jstElements button {
margin-right: 4px;