diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-08-01 16:13:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-08-01 16:13:05 +0000 |
commit | 978c789193dcce99616cd2234878afda56d29481 (patch) | |
tree | 4defc4f596feffaff90d1fa55ab7905c62bf43fc /public | |
parent | c00635e5605557333363e80c5d27b03550431d95 (diff) | |
download | redmine-978c789193dcce99616cd2234878afda56d29481.tar.gz redmine-978c789193dcce99616cd2234878afda56d29481.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/jstoolbar.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index 91eae7b5b..d7452fb2a 100644 --- a/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css @@ -13,11 +13,11 @@ } .jstElements { - padding: 3px 3px; + padding: 3px 3px 3px 0; } .jstElements button { - margin-right : 6px; + margin-right: 4px; width : 24px; height: 24px; padding: 4px; @@ -29,7 +29,8 @@ background-repeat: no-repeat; } .jstElements button:hover { - border-color : #000; + border-color: #bbb; + background-color: #e5e5e5; } .jstElements button span { display : none; @@ -41,7 +42,7 @@ .jstSpacer { width : 0px; font-size: 1px; - margin-right: 4px; + margin-right: 6px; } .jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; } |