diff options
| author | Rob Peters <makitso@gmail.com> | 2010-09-06 13:41:30 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-09-06 13:41:30 +0000 |
| commit | 5d2074a2245597c94bf6d3aee92002509c4ef7bf (patch) | |
| tree | 6a4ab4b212f60238b6d30193862be3bef714fe1a /themes/colors/opera.css | |
| parent | 5ef401a03d722fec07eda20b6631cd89fc262202 (diff) | |
| download | webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.tar.gz webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.tar.bz2 webtrees-5d2074a2245597c94bf6d3aee92002509c4ef7bf.zip | |
Fix position problems with sidebar for IE7
Diffstat (limited to 'themes/colors/opera.css')
| -rw-r--r-- | themes/colors/opera.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/colors/opera.css b/themes/colors/opera.css index 6281492418..c9e6a8013b 100644 --- a/themes/colors/opera.css +++ b/themes/colors/opera.css @@ -2,8 +2,8 @@ * @version $Id:S$
*/ -.ui-accordion .ui-accordion-header a { margin-top: 10px; } -#sidebar_pin img, #sidebar_open img {margin-top: 9px;} +.ui-accordion .ui-accordion-header a { margin-top: 12px; } +#sidebar_pin img, #sidebar_open img {margin-top: 12px;} select { background: #f0ebe2; |
