diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-07-29 15:48:53 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-07-29 15:48:53 +0000 |
commit | dbb8645353531257efad5301c1c9333d6bf362d9 (patch) | |
tree | 772c2ec383cc47c84df606c3371b247f38ffad88 /public/stylesheets | |
parent | 702b7296a08819094c0f095a30e08b76460cb0f2 (diff) | |
download | redmine-dbb8645353531257efad5301c1c9333d6bf362d9.tar.gz redmine-dbb8645353531257efad5301c1c9333d6bf362d9.zip |
RTL theme for reference (thanks to Orgad Shaneh, #5972)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3898 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b3dbfd7f2..59a2c3edd 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -903,6 +903,10 @@ td.username img.gravatar { clear: left; } +.journal-link { + float: right; +} + h2 img { vertical-align:middle; } .hascontextmenu { cursor: context-menu; } |