diff options
| author | makitso <makitso@gmail.com> | 2015-01-21 07:14:40 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-21 07:14:40 -0700 |
| commit | 70c9b2051396e9a9d2c5b61be3d0e11032e20805 (patch) | |
| tree | 83b174cc98fd600e3bc23618ceb65ed66e672ab6 /themes/colors | |
| parent | 7f6d562aff23e167d532b8e218ef121d6fb154af (diff) | |
| download | webtrees-70c9b2051396e9a9d2c5b61be3d0e11032e20805.tar.gz webtrees-70c9b2051396e9a9d2c5b61be3d0e11032e20805.tar.bz2 webtrees-70c9b2051396e9a9d2c5b61be3d0e11032e20805.zip | |
Sidebar style changes to themes
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index 59ee1d3a73..3a9c48a05a 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -548,7 +548,6 @@ a:hover .nameZoom { height: 20px; text-decoration: none; background-color: #fff; - border: 1px solid #ccc; padding: 1px; white-space: nowrap; } @@ -2194,6 +2193,7 @@ dd .deletelink { /* === jquery-ui.css changes === */ .ui-accordion .ui-accordion-content { + border: 0; position: relative; padding: 0 5px; overflow: visible; @@ -2506,7 +2506,7 @@ dd .deletelink { /* Sidebar*/ #sb_content_descendancy { - margin-top: 5px; + margin-top: 2px; } #sb_desc_content { @@ -2546,7 +2546,7 @@ dd .deletelink { /* Individuals and Families */ #sb_content_individuals, #sb_content_families { - margin-top: 5px; + margin-top: 2px; } .sb_indi_surname_li, @@ -2573,7 +2573,7 @@ dd .deletelink { /* Clippings */ #sb_content_clippings { - margin-top: 5px; + margin-top: 2px; } #sb_clippings_content ul { |
