diff options
| author | makitso <makitso@gmail.com> | 2017-09-25 08:15:18 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-09-25 08:15:43 -0700 |
| commit | c4a64ad7c48a77ac8aac9c019b8871fde0e92782 (patch) | |
| tree | 64b0f5a39d0a3667a5e70b08624589c58098d1ac /themes/_common/css-2.0.0/style.css | |
| parent | 1fa06fe34905b0dc4f5e9ab15f6583066b4aeb25 (diff) | |
| download | webtrees-c4a64ad7c48a77ac8aac9c019b8871fde0e92782.tar.gz webtrees-c4a64ad7c48a77ac8aac9c019b8871fde0e92782.tar.bz2 webtrees-c4a64ad7c48a77ac8aac9c019b8871fde0e92782.zip | |
Add flex to individual and family lists
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index 4293ff3d27..a097e414b2 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -82,6 +82,20 @@ .wt-site-title { } +.wt-page-options-individual-list, .wt-page-options-family-list, .wt-page-content { + padding: 1rem 0; + display: flex; + flex-direction: column; + align-items: center; +} + +.wt-initials-list { + width: auto; + padding: 0 5px; + display: flex; + flex-wrap: wrap; +} + .wt-header-search { } @@ -117,11 +131,6 @@ .wt-page-title { } -.wt-page-options { - flex: 1 1 0; - padding: 1rem 0; -} - .wt-page-content { } |
