diff options
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 2 | ||||
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 2 | ||||
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 4 | ||||
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 9 | ||||
| -rw-r--r-- | themes/webtrees/css-1.7.0/style.css | 1 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 1 |
6 files changed, 9 insertions, 10 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index a78c88bb9b..4138f3a49f 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -463,6 +463,7 @@ a:hover .nameZoom { .icon { border: 0; + padding: 0 5px } .sublinks_cell { @@ -2207,7 +2208,6 @@ dd .deletelink { } .ui-widget-header { - border: 1px solid #fff; padding: 3px; } diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index feee09feca..59ee1d3a73 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -473,6 +473,7 @@ a:hover .nameZoom { .icon { border: 0; + padding: 0 5px; } .sublinks_cell { @@ -2208,7 +2209,6 @@ dd .deletelink { } .ui-widget-header { - border: 1px solid #fff; padding: 3px; } diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 03e5b47c0d..ae04eeb806 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -421,6 +421,10 @@ a:hover .nameZoom { padding: 3px; } +.icon { + border: 0; + padding: 0 5px; +} .sublinks_cell { background-color: #ccc; diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index c0737e1b69..e030bbc21a 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -390,19 +390,12 @@ a .name1:hover { .icon { display: none; border: 0; - padding-left: 0; - padding-right: 5pt; + padding: 0 5px; } #head_icon { display: block; float: left; - margin-right: 15px; -} - -[dir=rtl] .icon { - padding-left: 5pt; - padding-right: 0; } .link { diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css index 53c6ee9af6..7a4c7cd5a9 100644 --- a/themes/webtrees/css-1.7.0/style.css +++ b/themes/webtrees/css-1.7.0/style.css @@ -416,6 +416,7 @@ a:hover .nameZoom { .icon { border: 0; + padding: 0 5px; } .sublinks_cell { diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index 34316f4174..58b7d1bd4a 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -432,6 +432,7 @@ a:hover .nameZoom { .icon { border: 0; + padding: 0 5px; } .sublinks_cell { |
