summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/clouds/css-1.7.0/style.css33
-rw-r--r--themes/fab/css-1.7.0/style.css33
-rw-r--r--themes/minimal/css-1.7.0/style.css33
-rw-r--r--themes/webtrees/css-1.7.0/style.css32
-rw-r--r--themes/xenea/css-1.7.0/style.css38
5 files changed, 168 insertions, 1 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css
index 8e17e173d8..749df5f024 100644
--- a/themes/clouds/css-1.7.0/style.css
+++ b/themes/clouds/css-1.7.0/style.css
@@ -5410,6 +5410,7 @@ footer .error {
}
@media (max-width: 480px) {
+ /* Header */
header {
height: 83px;
}
@@ -5420,6 +5421,38 @@ footer .error {
.primary-menu > li > a {
height: 20px;
}
+ /* Front Page */
+ #index_main_blocks {
+ float: left;
+ width: 100%;
+ }
+ #index_small_blocks {
+ float: left;
+ width: 100%;
+ }
+ .stat-table1, .stat-table2{
+ width: 100%;
+ }
+ /* Indi Page */
+ #indi_left {
+ float: left;
+ width: 100%;
+ font-size: 10px;
+ }
+ #header_accordion1 {
+ font-size: 10px;
+ }
+ #main {
+ display: inline;
+ }
+ #separator {
+ display: none;
+ }
+ #sidebar {
+ float: left;
+ width: 100%;
+ display: inline;
+ }
/* Lists */
#place_hierarchy td {
white-space: normal;
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css
index c2c30cbb85..afa26793ba 100644
--- a/themes/fab/css-1.7.0/style.css
+++ b/themes/fab/css-1.7.0/style.css
@@ -4568,6 +4568,7 @@ footer {
}
@media (max-width: 500px) {
+ /* Header */
header {
text-align: left;
height: 150px;
@@ -4591,6 +4592,38 @@ footer {
.secondary-menu li:last-child:before {
content: " ";
}
+ /* Front Page */
+ #index_main_blocks {
+ float: left;
+ width: 100%;
+ }
+ #index_small_blocks {
+ float: left;
+ width: 100%;
+ }
+ .stat-table1, .stat-table2{
+ width: 100%;
+ }
+ /* Indi Page */
+ #indi_left {
+ float: left;
+ width: 100%;
+ font-size: 10px;
+ }
+ #header_accordion1 {
+ font-size: 10px;
+ }
+ #main {
+ display: inline;
+ }
+ #separator {
+ display: none;
+ }
+ #sidebar {
+ float: left;
+ width: 100%;
+ display: inline;
+ }
/* Lists */
#place_hierarchy td {
white-space: normal;
diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css
index 89e9dd0f71..fec192792e 100644
--- a/themes/minimal/css-1.7.0/style.css
+++ b/themes/minimal/css-1.7.0/style.css
@@ -4462,6 +4462,39 @@ footer {
/* Mobile low resolution viewport */
@media (max-width: 480px) {
+ /* Front Page */
+ #index_main_blocks {
+ float: left;
+ width: 100%;
+ }
+ #index_small_blocks {
+ float: left;
+ width: 100%;
+ }
+ .stat-table1, .stat-table2{
+ width: 100%;
+ }
+ /* Indi Page */
+ #indi_left {
+ float: left;
+ width: 100%;
+ font-size: 10px;
+ }
+ #header_accordion1 {
+ font-size: 10px;
+ }
+ #main {
+ display: inline;
+ }
+ #separator {
+ display: none;
+ }
+ #sidebar {
+ float: left;
+ width: 100%;
+ display: inline;
+ }
+
/* Search */
#search-page-table {
width: auto;
diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css
index f50b386158..3b348f80ba 100644
--- a/themes/webtrees/css-1.7.0/style.css
+++ b/themes/webtrees/css-1.7.0/style.css
@@ -5275,6 +5275,38 @@ footer {
}
}
@media (max-width: 400px) {
+ /* Front Page */
+ #index_main_blocks {
+ float: left;
+ width: 100%;
+ }
+ #index_small_blocks {
+ float: left;
+ width: 100%;
+ }
+ .stat-table1, .stat-table2{
+ width: 100%;
+ }
+ /* Indi Page */
+ #indi_left {
+ float: left;
+ width: 100%;
+ font-size: 10px;
+ }
+ #header_accordion1 {
+ font-size: 10px;
+ }
+ #main {
+ display: inline;
+ }
+ #separator {
+ display: none;
+ }
+ #sidebar {
+ float: left;
+ width: 100%;
+ display: inline;
+ }
/* Lists */
#place_hierarchy td {
white-space: normal;
diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css
index dc1c797b08..b47b3e937b 100644
--- a/themes/xenea/css-1.7.0/style.css
+++ b/themes/xenea/css-1.7.0/style.css
@@ -5257,7 +5257,11 @@ footer {
}
@media (max-width: 400px) {
-nav ul {margin: 0; padding: 0;}
+/* Header */
+ nav ul {
+ margin: 0;
+ padding: 0;
+ }
header h1 {
margin: 10px 12px 0 10px;
}
@@ -5271,4 +5275,36 @@ nav ul {margin: 0; padding: 0;}
header nav {
height: 40px;
}
+ /* Front Page */
+ #index_main_blocks {
+ float: left;
+ width: 100%;
+ }
+ #index_small_blocks {
+ float: left;
+ width: 100%;
+ }
+ .stat-table1, .stat-table2{
+ width: 100%;
+ }
+ /* Indi Page */
+ #indi_left {
+ float: left;
+ width: 100%;
+ font-size: 10px;
+ }
+ #header_accordion1 {
+ font-size: 10px;
+ }
+ #main {
+ display: inline;
+ }
+ #separator {
+ display: none;
+ }
+ #sidebar {
+ float: left;
+ width: 100%;
+ display: inline;
+ }
}