diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-07-11 22:46:20 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-07-11 22:46:28 +0100 |
| commit | 20b87e8070095057f1c14a52560159ed1c353393 (patch) | |
| tree | 28ee7a840c5bdb74b9243981caae12d948cb8355 /themes | |
| parent | 89f2277013c5ada483143c6c25654467535d1345 (diff) | |
| download | webtrees-20b87e8070095057f1c14a52560159ed1c353393.tar.gz webtrees-20b87e8070095057f1c14a52560159ed1c353393.tar.bz2 webtrees-20b87e8070095057f1c14a52560159ed1c353393.zip | |
Convert change-family-members to http/controller
Diffstat (limited to 'themes')
| -rwxr-xr-x | themes/minimal/css-2.0.0/style.css | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/themes/minimal/css-2.0.0/style.css b/themes/minimal/css-2.0.0/style.css index d91d9601e9..e884d8085d 100755 --- a/themes/minimal/css-2.0.0/style.css +++ b/themes/minimal/css-2.0.0/style.css @@ -1767,30 +1767,7 @@ div.faq_body { width: 300px; } -#edit_interface-page #changefam { - padding: 5px; -} - -#edit_interface-page #changefam table { - margin: 10px auto; - min-width: 400px; - max-width: 650px; -} - -#edit_interface-page #changefam span { - margin: 0; -} - -#edit_interface-page #changefam td { - padding: 5px; - white-space: normal; -} - -#edit_interface-page #changefam td.child { - text-align: center; -} - -#save-cancel { +save-cancel { position: fixed; bottom: 0; background-color: #fff; |
