diff options
| author | makitso <makitso@gmail.com> | 2015-01-19 15:40:30 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-19 15:40:30 -0700 |
| commit | 7123ae3bdede4e1ab3db6d59ed461ecaa87855f7 (patch) | |
| tree | 8e848e34fa5afcbd91d1dcf2745c559396c55148 | |
| parent | 64bd5db7e8394ec48dc0fa8e7e542b1434e92f24 (diff) | |
| download | webtrees-7123ae3bdede4e1ab3db6d59ed461ecaa87855f7.tar.gz webtrees-7123ae3bdede4e1ab3db6d59ed461ecaa87855f7.tar.bz2 webtrees-7123ae3bdede4e1ab3db6d59ed461ecaa87855f7.zip | |
Update image file and registration form
| -rw-r--r-- | themes/colors/css-1.7.0/images/pedigree.png | bin | 149 -> 207 bytes | |||
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 13 |
2 files changed, 7 insertions, 6 deletions
diff --git a/themes/colors/css-1.7.0/images/pedigree.png b/themes/colors/css-1.7.0/images/pedigree.png Binary files differindex 6127a9411a..6ddf84588d 100644 --- a/themes/colors/css-1.7.0/images/pedigree.png +++ b/themes/colors/css-1.7.0/images/pedigree.png diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index 83f4aaa3cd..feee09feca 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -1246,6 +1246,7 @@ a.showit:hover > span { #register-form label input, #register-form label select, #register-form textarea { + background-color: #fff; width: 220px; margin: 0 10px; padding: 3px; @@ -1311,7 +1312,7 @@ a.showit:hover > span { .popup { position: absolute; - top: 20px; + top: 21px; right: 0; left: auto; visibility: hidden; @@ -5135,7 +5136,7 @@ footer { } .icon-indis { - width: 22px; + width: 25px; height: 25px; background-image: url(images/mypage.png); } @@ -5147,8 +5148,8 @@ footer { } .icon-pedigree { - width: 20px; - height: 20px; + width: 25px; + height: 25px; background-image: url(images/pedigree.png); } @@ -5195,8 +5196,8 @@ footer { } .icon-user_add { - width: 20px; - height: 20px; + width: 25px; + height: 25px; background-image: url(images/user_add.png); } |
