diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-29 09:46:13 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-29 09:46:13 +0000 |
| commit | 800068fe5247352bcb1b3c086af78af40eb992af (patch) | |
| tree | b63f224b663666a62850070b7f0c078f89c584b6 | |
| parent | 5a5695ede73662b36dacb0e531c72100af3c0d58 (diff) | |
- Fix #taskbar background (#1486879)
git-svn-id: https://svn.roundcube.net/trunk@3839 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 13b3bc091..2585c980f 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -153,6 +153,7 @@ img top: 0px; right: 0px; height: 24px; + width: 100%; background: url(images/taskbar.png) top right no-repeat; padding: 10px 4px 5px 0px; text-align: right; |
