Slight change to the style of formatting buttons.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6334 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-08-01 16:13:05 +00:00
parent c00635e560
commit 978c789193
1 changed files with 5 additions and 4 deletions

View File

@ -13,11 +13,11 @@
} }
.jstElements { .jstElements {
padding: 3px 3px; padding: 3px 3px 3px 0;
} }
.jstElements button { .jstElements button {
margin-right : 6px; margin-right: 4px;
width : 24px; width : 24px;
height: 24px; height: 24px;
padding: 4px; padding: 4px;
@ -29,7 +29,8 @@
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.jstElements button:hover { .jstElements button:hover {
border-color : #000; border-color: #bbb;
background-color: #e5e5e5;
} }
.jstElements button span { .jstElements button span {
display : none; display : none;
@ -41,7 +42,7 @@
.jstSpacer { .jstSpacer {
width : 0px; width : 0px;
font-size: 1px; font-size: 1px;
margin-right: 4px; margin-right: 6px;
} }
.jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; } .jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }