summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2015-12-04 08:17:37 -0600
committermakitso <makitso@gmail.com>2015-12-04 08:17:37 -0600
commitbc4e138b0a322c93809d18c98c04997c38ce2941 (patch)
tree3f1a76124ee188bd8eb4e753866ead3c15b12c86
parent51eab068a73558421c329b3b24e0c0f068f718a5 (diff)
downloadwebtrees-bc4e138b0a322c93809d18c98c04997c38ce2941.tar.gz
webtrees-bc4e138b0a322c93809d18c98c04997c38ce2941.tar.bz2
webtrees-bc4e138b0a322c93809d18c98c04997c38ce2941.zip
Cosmetics for colors and clouds themes
Allow default of 10 top 10 surnames to not have scroll bar. Resolve block alignment on home page for Chrome browser that sets width in percentage.
-rw-r--r--themes/clouds/css-1.7.0/style.css4
-rw-r--r--themes/colors/css-1.7.0/style.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css
index 881c7d37e8..9b9c705b7d 100644
--- a/themes/clouds/css-1.7.0/style.css
+++ b/themes/clouds/css-1.7.0/style.css
@@ -1608,12 +1608,14 @@ background-color: #fff;
clear: none;
width: 66%;
float: left;
+ display: table;
}
#index_small_blocks {
clear: none;
width: 33%;
float: right;
+ display: table;
}
#index_full_blocks {
@@ -1630,7 +1632,7 @@ background-color: #fff;
}
.small_inner_block {
- max-height: 200px;
+ max-height: 250px;
overflow: auto;
}
diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css
index 71e657b52d..789c8a3b0a 100644
--- a/themes/colors/css-1.7.0/style.css
+++ b/themes/colors/css-1.7.0/style.css
@@ -1611,6 +1611,7 @@ a:hover .nameZoom {
#index_main_blocks {
clear: none;
width: 66%;
+ display: table;
float: left;
}
@@ -1618,6 +1619,7 @@ a:hover .nameZoom {
clear: none;
width: 33%;
float: right;
+ display: table;
}
#index_full_blocks {
@@ -1634,7 +1636,7 @@ a:hover .nameZoom {
}
.small_inner_block {
- max-height: 200px;
+ max-height: 250px;
overflow: auto;
}