summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}