Skip to content

Commit

Permalink
RESOLVED #JJ226: Upgrade to webtrees 1.7.8 - Adapt MyArtJaub add-ons
Browse files Browse the repository at this point in the history
  • Loading branch information
jon48 committed Oct 1, 2016
1 parent 83d9720 commit ac6cb52
Show file tree
Hide file tree
Showing 138 changed files with 7 additions and 7 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions css-1.7.5/style_old.css → css-1.7.8/style_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ h2, .helpheader {color: #7B983C;font: 18px tahoma, arial, helvetica, sans-serif;
.givn-list th{cursor:pointer;white-space: nowrap;padding:2px;text-align:center;}
.givn-list th{cursor:pointer;white-space: nowrap;padding:2px;text-align:center;}
#source-details h2, #sourcelist-page h2, #note-details h2, #notelist-page h2, #repo-details h2, #repolist-page h2, #media-details h2, #medialist-page h2, #statistics-page h2 {margin-bottom:20px; text-align:center;}
#source-tabs, #note-tabs, #repo-tabs, #media-tabs {margin:auto; visibility:hidden; width:95%;}
#source-tabs, #note-tabs, #repo-tabs, #media-tabs {visibility:hidden;}
#source-edit, #note-edit, #repo-edit, #media-edit {overflow-x:auto;}
#statistics_chart {margin:auto; visibility:hidden; width:90%;}
#statistics_chart {visibility:hidden;}
.media-list td img {display:block; height:40px;width:auto;margin:3px auto;}
.loading-image{background:transparent url(images/loading.gif) 50% 50% no-repeat; height:50px; margin:50px;}
.list-charts{text-align:center;}
Expand Down Expand Up @@ -493,10 +493,10 @@ html[dir="rtl"] .person_box_template i[class^="icon-silhouette"]{float:right;}
#login-register-page h2,#login-page .confirm {text-align:center;}
#login-register-page .warning {margin:20px auto; text-align:center;}
#login-register-page .back {font-weight:bold; font-size:14px; text-align:center;}
#login-register-page .confirm {margin: 20px auto; text-align: justify; width: 500px;}
#login-register-page .confirm {margin: 20px auto; width: 500px;}
#login-register-page .confirm p {font-size:14px;font-weight:bold;}
#login-register-page .confirm p+p {font-size:12px;font-weight:normal;}
#login-text, #register-text, #user-verify {margin:0 auto; width: 40%; text-align: justify; min-width: 450px;}
#login-text, #register-text, #user-verify {margin:0 auto; width: 40%; min-width: 450px;}
#login-box, #register-box { text-align:center; color: black;}
#login-box a, #register-box a {color : #62584D;}
#login-box a:hover, #register-box a:hover {color : #9F8C77;}
Expand Down
4 changes: 2 additions & 2 deletions less/compile.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
call lessc ./style.less ./../css-1.7.5/style-ltr.css --verbose --no-color --rtl="dir=LTR" --clean-css
call lessc ./style.less ./../css-1.7.8/style-ltr.css --verbose --no-color --rtl="dir=LTR" --clean-css

call lessc ./style.less ./../css-1.7.5/style-rtl.css --verbose --no-color --rtl="dir=RTL" --clean-css
call lessc ./style.less ./../css-1.7.8/style-rtl.css --verbose --no-color --rtl="dir=RTL" --clean-css
2 changes: 1 addition & 1 deletion theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function themeName() {

/** {@inheritdoc} */
public function assetUrl() {
return 'themes/rural/css-1.7.5/';
return 'themes/rural/css-1.7.8/';
}

/** {@inheritdoc} */
Expand Down

0 comments on commit ac6cb52

Please sign in to comment.