diff options
| author | makitso <makitso@gmail.com> | 2015-06-03 16:03:35 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-06-03 16:03:42 -0500 |
| commit | 3410eb64feac2dcad6c3616b18e162ac4b5772f4 (patch) | |
| tree | 24174f92e36ae5fd0f8a85eace22bc3d60167306 /themes/fab | |
| parent | 56fa4cd30c9367eb266b42c068749d7dff4307cf (diff) | |
| download | webtrees-3410eb64feac2dcad6c3616b18e162ac4b5772f4.tar.gz webtrees-3410eb64feac2dcad6c3616b18e162ac4b5772f4.tar.bz2 webtrees-3410eb64feac2dcad6c3616b18e162ac4b5772f4.zip | |
Remaining themes mobile changes for front an indi pages
Diffstat (limited to 'themes/fab')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
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; |
