diff options
| author | makitso <makitso@gmail.com> | 2017-09-07 08:38:46 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-09-07 08:38:46 -0700 |
| commit | add6e3bdeed4dab69bd63cb5676a908c6a2a3a05 (patch) | |
| tree | ff9881ad53807bac0bdd0f3652da939959aced09 /themes/xenea | |
| parent | c587934547ac61091b7f1b41565557b439f8fa88 (diff) | |
| download | webtrees-add6e3bdeed4dab69bd63cb5676a908c6a2a3a05.tar.gz webtrees-add6e3bdeed4dab69bd63cb5676a908c6a2a3a05.tar.bz2 webtrees-add6e3bdeed4dab69bd63cb5676a908c6a2a3a05.zip | |
Upgrade advanced search to be bootstrap compliant
Improve style for search and advance search
Diffstat (limited to 'themes/xenea')
| -rwxr-xr-x | themes/xenea/css-2.0.0/style.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/themes/xenea/css-2.0.0/style.css b/themes/xenea/css-2.0.0/style.css index a272ec14ea..8f3d85df18 100755 --- a/themes/xenea/css-2.0.0/style.css +++ b/themes/xenea/css-2.0.0/style.css @@ -2865,46 +2865,6 @@ div.faq_body { float: left; } -/* ===== search.php ===== */ -#search-page h2 { - margin: 20px; - text-align: center; -} - -#search-page-table { - background-color: #c3dfff; - border: 1px outset #ccc; - border-top: 0; - margin: 20px auto 0; - width: 580px; -} - -#search-page-table .label { - border-top: 1px solid #ccc; - color: #006; - float: left; - font-weight: bold; - padding: 5px 10px 0; -} - -#search-page-table .value { - background-color: #edf7fd; - border-top: 1px solid #ccc; - padding: 5px; -} - -#search-page-table p { - margin: 0; -} - -[dir=rtl] #search-page-table .label { - float: right; -} - -[dir=rtl] #search-page-table .value { - margin: 0 170px 0 0; -} - /* edituser.php */ #edituser-page h2, #edituser_submit { |
