summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin.php2
-rw-r--r--admin_pgv_to_wt.php2
-rw-r--r--calendar.php10
-rw-r--r--includes/functions/functions_charts.php19
-rw-r--r--includes/functions/functions_print_lists.php2
-rw-r--r--library/WT/DB.php6
-rw-r--r--lifespan.php8
-rw-r--r--medialist.php4
-rw-r--r--modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php2
-rw-r--r--modules_v3/googlemap/module.php4
-rw-r--r--themes/_administration/css-1.5.3/style.css26
-rw-r--r--themes/clouds/css-1.5.3/style.css18
-rw-r--r--themes/colors/css-1.5.3/css/colors.css16
-rw-r--r--themes/fab/css-1.5.3/style.css24
-rw-r--r--themes/minimal/css-1.5.3/style.css32
-rw-r--r--themes/xenea/css-1.5.3/style.css26
-rw-r--r--timeline.php6
17 files changed, 105 insertions, 102 deletions
diff --git a/admin.php b/admin.php
index b9ba1d5dbd..a363f27799 100644
--- a/admin.php
+++ b/admin.php
@@ -96,7 +96,7 @@ $user_languages = WT_DB::prepare(
$stats = new WT_Stats(WT_GEDCOM);
?>
-<div id="content_container" style="visibility:hidden">
+<div id="content_container" style="visibility: hidden;">
<div id="x">
<h2><?php echo WT_WEBTREES, ' ', WT_VERSION; ?></h2>
<div id="about">
diff --git a/admin_pgv_to_wt.php b/admin_pgv_to_wt.php
index 5445a0c5be..c3d15ccc77 100644
--- a/admin_pgv_to_wt.php
+++ b/admin_pgv_to_wt.php
@@ -103,7 +103,7 @@ echo
.good {color: green;}
.bad {color: red !important;}
.indifferent {color: blue;}
- #container p.pgv {color: black; font-size: 12px; font-style: normal; font-weight:normal; padding:0; margin:10px 0 0 320px}
+ #container p.pgv {color: black; font-size: 12px; font-style: normal; font-weight:normal; padding:0; margin:10px 0 0 320px;}
</style>';
if ($error || !$PGV_PATH) {
diff --git a/calendar.php b/calendar.php
index 33bd24d818..e2234060e2 100644
--- a/calendar.php
+++ b/calendar.php
@@ -477,10 +477,10 @@ case 'calendar':
echo "<td class=\"optionbox wrap\">";
if ($d<1 || $d>$days_in_month)
if (count($cal_facts[0])>0) {
- echo "<span class=\"cal_day\">", WT_I18N::translate('Day not set'), "</span><br style=\"clear: both\">";
- echo "<div class=\"details1\" style=\"height: 150px; overflow: auto;\">";
- echo calendar_list_text($cal_facts[0], "", "", false);
- echo "</div>";
+ echo '<span class="cal_day">', WT_I18N::translate('Day not set'), '</span><br style="clear: both;">';
+ echo '<div class="details1" style="height: 150px; overflow: auto;">';
+ echo calendar_list_text($cal_facts[0], '', '', false);
+ echo '</div>';
$cal_facts[0]=array();
} else
echo '&nbsp;';
@@ -501,7 +501,7 @@ case 'calendar':
break;
}
}
- echo '<br style="clear: both"><div class="details1" style="height: 150px; overflow: auto;">';
+ echo '<br style="clear: both;"><div class="details1" style="height: 150px; overflow: auto;">';
echo calendar_list_text($cal_facts[$d], "", "", false);
echo '</div>';
}
diff --git a/includes/functions/functions_charts.php b/includes/functions/functions_charts.php
index a97b4701c2..b471c027d8 100644
--- a/includes/functions/functions_charts.php
+++ b/includes/functions/functions_charts.php
@@ -401,7 +401,7 @@ function print_sosa_family($famid, $childid, $sosa, $label="", $parid="", $gpari
global $pbwidth, $pbheight;
echo "<hr>";
- echo "<p style='page-break-before:always'>";
+ echo "<p style='page-break-before: always;'>";
if (!empty($famid)) echo "<a name=\"{$famid}\"></a>";
print_family_parents(WT_Family::getInstance($famid), $sosa, $label, $parid, $gparid, $personcount);
$personcount++;
@@ -526,13 +526,16 @@ function print_cousins($famid, $personcount=1) {
$i = 1;
foreach ($fchildren as $fchil) {
if ($i==1) {
- echo '<td><img width="10px" height="3px" align="top" style="padding-';
- } else {
- echo '<td><img width="10px" height="3px" style="padding-';
- }
- if ($TEXT_DIRECTION=='ltr') echo 'right';
- else echo 'left';
- echo ': 2px;" src="', $WT_IMAGES["hline"], '" alt=""></td><td>';
+ echo '<td><img width="10px" height="3px" align="top"';
+ } else {
+ echo '<td><img width="10px" height="3px"';
+ }
+ if ($TEXT_DIRECTION=='ltr') {
+ echo ' style="padding-right: 2px;"';
+ } else {
+ echo ' style="padding-left: 2px;"';
+ }
+ echo ' src="', $WT_IMAGES['hline'], '" alt=""></td><td>';
print_pedigree_person($fchil, 1 , 0, $personcount);
$personcount++;
echo '</td></tr>';
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php
index 886d330b1a..79072a365d 100644
--- a/includes/functions/functions_print_lists.php
+++ b/includes/functions/functions_print_lists.php
@@ -1552,7 +1552,7 @@ function print_changes_list($change_ids, $sort) {
$html = '';
foreach ($arr as $value) {
$html .= '<a href="' . $value['record']->getHtmlUrl() . '" class="list_item name2">' . $value['record']->getFullName() . '</a>';
- $html .= '<div class="indent" style="margin-bottom:5px">';
+ $html .= '<div class="indent" style="margin-bottom: 5px;">';
if ($value['record'] instanceof WT_Individual) {
if ($value['record']->getAddName()) {
$html .= '<a href="' . $value['record']->getHtmlUrl() . '" class="list_item">' . $value['record']->getAddName() . '</a>';
diff --git a/library/WT/DB.php b/library/WT/DB.php
index 5d273a7147..5082a0513f 100644
--- a/library/WT/DB.php
+++ b/library/WT/DB.php
@@ -138,11 +138,11 @@ class WT_DB {
// Highlight slow queries
$microtime*=1000; // convert to milliseconds
if ($microtime>1000) {
- $microtime=sprintf('<span style="background-color:red">%.3f</span>', $microtime);
+ $microtime=sprintf('<span style="background-color: #ff0000;">%.3f</span>', $microtime);
} elseif ($microtime>100) {
- $microtime=sprintf('<span style="background-color:orange">%.3f</span>', $microtime);
+ $microtime=sprintf('<span style="background-color: #ffa500;">%.3f</span>', $microtime);
} elseif ($microtime>1) {
- $microtime=sprintf('<span style="background-color:yellow">%.3f</span>', $microtime);
+ $microtime=sprintf('<span style="background-color: #ffff00;">%.3f</span>', $microtime);
} else {
$microtime=sprintf('%.3f', $microtime);
}
diff --git a/lifespan.php b/lifespan.php
index 73bb34e399..829ea395f5 100644
--- a/lifespan.php
+++ b/lifespan.php
@@ -141,17 +141,17 @@ $people = count($controller->people);
<input type="hidden" name="ged" value="<?php echo WT_Filter::escapeHtml(WT_GEDCOM); ?>">
<table>
<tr>
- <td class="person0" style="padding: 5px" valign="top">
+ <td class="person0" style="padding: 5px;" valign="top">
<?php echo WT_I18N::translate('Add another individual to the chart'); ?>
<br>
<input class="pedigree_form" type="text" size="5" id="newpid" name="newpid">
<?php print_findindi_link('newpid'); ?>
<br>
- <div style="text-align: center">
+ <div style="text-align: center;">
<?php echo WT_I18N::translate('Include the individual’s immediate family?'); ?>
<input type="checkbox" checked="checked" value="yes" name="addFamily">
</div>
- <div style="text-align: center">
+ <div style="text-align: center;">
<input type="submit" value="<?php echo WT_I18N::translate('Add'); ?>">
</div>
</td>
@@ -209,7 +209,7 @@ $people = count($controller->people);
</div>
<!-- Floating div controls START -->
<div dir="ltr" style="position:relative; z-index: 100; filter: alpha(opacity=67); -moz-opacity: 0.67; opacity: 0.67; width:180px; top: 80px;">
- <table style="margin-left: 20px" dir="ltr" border="0" cellpadding="0">
+ <table style="margin-left: 20px;" dir="ltr" border="0" cellpadding="0">
<tr>
<td></td>
<td align="center"><a href="#" onclick="return false;" onmousedown="startScroll('down')" onmouseup="stopScroll()" class="icon-lsuparrow"></a></td>
diff --git a/medialist.php b/medialist.php
index dde4c19ec6..ac1c5888b8 100644
--- a/medialist.php
+++ b/medialist.php
@@ -170,7 +170,7 @@ if ($search) {
$ct = '0';
}
- echo '<div><p style="text-align:center">', WT_I18N::translate('Media Objects found'), ' ', $ct, '</p>';
+ echo '<div><p style="text-align: center;">', WT_I18N::translate('Media Objects found'), ' ', $ct, '</p>';
if ($ct>0) {
$currentPage = ((int) ($start / $max)) + 1;
@@ -248,7 +248,7 @@ if ($search) {
echo '<table><tr><td style="vertical-align:top; white-space:normal;">';
echo $mediaobject->displayImage();
- echo '</td><td class="list_value_wrap width100" style="border:none; padding-left:5px">';
+ echo '</td><td class="list_value_wrap width100" style="border: none; padding-left: 5px;">';
if (WT_USER_CAN_EDIT) {
echo WT_Controller_Media::getMediaListMenu($mediaobject);
}
diff --git a/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php b/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php
index 0a1d65b0a9..f65a0477a1 100644
--- a/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php
+++ b/modules_v3/GEDFact_assistant/_MEDIA/media_0_inverselink.php
@@ -164,7 +164,7 @@ if ($action == 'choose' && $paramok) {
echo '<table><tr><td>';
echo "<input type=\"text\" name=\"gid\" id=\"gid\" size=\"6\" value=\"\">";
// echo ' Enter Name or ID &nbsp; &nbsp; &nbsp; <b>OR</b> &nbsp; &nbsp; &nbsp;Search for ID ';
- echo '</td><td style=" padding-bottom:2px; vertical-align:middle">';
+ echo '</td><td style="padding-bottom: 2px; vertical-align: middle;">';
echo '&nbsp;';
if (isset($WT_IMAGES["add"])) {
echo '<img style="border-style:none;" src="', $WT_IMAGES["add"], '" alt="', WT_I18N::translate('Add'), ' " title="', WT_I18N::translate('Add'), '" align="middle" name="addLink" value="" onclick="blankwin(); return false;">';
diff --git a/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php
index e7684f0fed..0555eba8f9 100644
--- a/modules_v3/googlemap/module.php
+++ b/modules_v3/googlemap/module.php
@@ -2578,7 +2578,7 @@ class googlemap_WT_Module extends WT_Module implements WT_Module_Config, WT_Modu
?>
<div>
- <iframe style="background:transparent; margin-top:-3px; margin-left:2px; width:530px;height:405px;padding:0;border:0" src="module.php?mod=googlemap&amp;mod_action=wt_v3_street_view&amp;x=<?php echo $sv_lng; ?>&amp;y=<?php echo $sv_lat; ?>&amp;z=18&amp;t=2&amp;c=1&amp;s=1&amp;b=<?php echo $sv_dir; ?>&amp;p=<?php echo $sv_pitch; ?>&amp;m=<?php echo $sv_zoom; ?>&amp;j=1&amp;k=1&amp;v=1" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
+ <iframe style="background: transparent; margin-top: -3px; margin-left: 2px; width: 530px; height: 405px; padding: 0; border: 0;" src="module.php?mod=googlemap&amp;mod_action=wt_v3_street_view&amp;x=<?php echo $sv_lng; ?>&amp;y=<?php echo $sv_lat; ?>&amp;z=18&amp;t=2&amp;c=1&amp;s=1&amp;b=<?php echo $sv_dir; ?>&amp;p=<?php echo $sv_pitch; ?>&amp;m=<?php echo $sv_zoom; ?>&amp;j=1&amp;k=1&amp;v=1" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
</div>
<?php
@@ -3820,7 +3820,7 @@ class googlemap_WT_Module extends WT_Module implements WT_Module_Config, WT_Modu
<table class="facts_table">
<tr>
<td class="optionbox" colspan="3">
- <center><div id="map_pane" style="width: 100%; height: 300px"></div></center>
+ <center><div id="map_pane" style="width: 100%; height: 300px;"></div></center>
</td>
</tr>
<tr>
diff --git a/themes/_administration/css-1.5.3/style.css b/themes/_administration/css-1.5.3/style.css
index f9f2886097..22e3d83722 100644
--- a/themes/_administration/css-1.5.3/style.css
+++ b/themes/_administration/css-1.5.3/style.css
@@ -78,7 +78,7 @@ html[dir=rtl] .ui-tabs .ui-tabs-nav li {float: right;}
html[dir=rtl] .dataTables_paginate {float:right;}
html[dir=rtl] .dataTables_processing {float:right;}
html[dir=rtl] .dataTables_filter {float:left;}
-html[dir=rtl] .dataTables_info {float:right}
+html[dir=rtl] .dataTables_info {float:right;}
html[dir=rtl] .dataTables_length {float:left;}
/* Drag-n-drop sorting for modules, etc. */
@@ -171,7 +171,7 @@ table.site_logs, table.site_change {background:#fdf5e6; border-collapse:separate
.site_logs td, .site_change td {text-align:center; vertical-align:middle;}
input.log-date {text-align:center; width:70px;}
input.log-filter {width:120px;}
-table#log_list {width:100%}
+table#log_list {width:100%;}
#log_list th {min-width:80px;white-space:nowrap;}
#log_list pre {margin:0 0 20px 0;max-width:250px;white-space:pre-wrap;word-wrap: break-word;-ms-word-break: break-all;word-break: break-all;-webkit-hyphens: auto;-moz-hyphens: auto; hyphens: auto;}
#log_list a {color:#0000ff;}
@@ -257,7 +257,7 @@ table#log_list {width:100%}
/* PHP INFO */
div.php_info {padding:10px; text-align:center; width:100%;}
-table.php_info {border-collapse:separate; border-spacing:0; text-align:left; width:98%}
+table.php_info {border-collapse:separate; border-spacing:0; text-align:left; width:98%;}
html[dir=rtl] table.php_info {text-align:right;}
.php_info td {border-bottom:1px solid #d3d3d3; border-right:0;}
html[dir=rtl] .php_info td {border-left:0;}
@@ -292,7 +292,7 @@ html[dir=rtl] #merge3 th {text-align:right;}
table.gedcom_table {background:#fdf5e6; border:1px inset #d9d6c4; border-collapse:separate; border-spacing:0; padding:5px; width:100%;}
.gedcom_table th {font-weight:bold; font-size:105%; text-align:left; width:15%;}
html[dir=rtl] .gedcom_table th {text-align:right;}
-.gedcom_table th+th {font-weight:normal; width:80%}
+.gedcom_table th+th {font-weight:normal; width:80%;}
table.gedcom_table2 {background:#fdf5e6; border:1px inset #d9d6c4; border-collapse:separate; border-spacing:0; margin:20px 0; width:100%;}
.gedcom_table2 th {font-weight:bold; font-size:105%; padding:5px; text-align:center;}
.gedcom_table2 td {text-align:center;}
@@ -336,7 +336,7 @@ html[dir=rtl] #tree-download dt {clear:right; float:right; padding:5px 0 5px 5px
html[dir=rtl] #tree-download dd {margin-right:300px;}
/* USER LIST */
-table#list {width:100%}
+table#list {width:100%;}
#list img {padding-left:15px; width:25px; vertical-align:middle;}
html[dir=rtl] #list img {padding-right:15px;}
#access img {width:11px;}
@@ -431,13 +431,13 @@ html[dir=rtl] #batch_update th {text-align:right;}
#batch_update td {border-bottom:1px solid #d3d3d3; margin-left:20px;}
html[dir=rtl] #batch_update td {margin-right:20px;}
table#batch_update2 {background:#fdf5e6; border:1px inset #d9d6c4; border-collapse:separate; border-spacing:0; margin:10px 0 0 0; width:98%;}
-#batch_update2 th {font-size:115%; font-weight:bold; padding:5px; text-align:left; width:100%}
+#batch_update2 th {font-size:115%; font-weight:bold; padding:5px; text-align:left; width:100%;}
html[dir=rtl] #batch_update2 th {text-align:right;}
#batch_update2 td {text-align:center;}
#batch_update2 td+td {text-align:left; border:2px inset #d3d3d3;}
html[dir=rtl] #batch_update2 td+td {text-align:right;}
#batch_update2 pre {margin:0; padding:5px;}
-.added_text {background:#808080; color:#ffffff; border:1px solid grey}
+.added_text {background:#808080; color:#ffffff; border:1px solid grey;}
.deleted_text {text-decoration:line-through;}
/* FAQ MODULE */
@@ -510,7 +510,7 @@ table#story_module, table#story_module2 {background:#fdf5e6; border:1px inset #d
html[dir=rtl] #story_module th {text-align:right;}
#story_module2 th, #story_module2 td {vertical-align:top; text-align:left;}
html[dir=rtl] #story_module2 th, html[dir=rtl] #story_module2 td {text-align:right;}
-table#story_table {width:100%}
+table#story_table {width:100%;}
#story_table_wrapper {margin-top: 20px;}
#admin_content form {padding:10px 0;}
@@ -618,8 +618,8 @@ a.icon-uarrow:hover {background-position:-100px -94px; width:20px; height:20px;}
#cboxClose:hover {background-position:-25px -25px;}
#cboxCurrent {bottom: 4px;color: #949494;left: 58px;position: absolute;}
-html[dir=rtl] #cboxPrevious {right:27px;left:auto}
-html[dir=rtl] #cboxNext {right:0;left:auto}
-html[dir=rtl] #cboxCurrent {right:auto;left:0}
-html[dir=rtl] #cboxClose {right:auto;left:0}
-html[dir=rtl] #cboxSlideshow {right:57px;left:0; }
+html[dir=rtl] #cboxPrevious {right:27px;left:auto;}
+html[dir=rtl] #cboxNext {right:0;left:auto;}
+html[dir=rtl] #cboxCurrent {right:auto;left:0;}
+html[dir=rtl] #cboxClose {right:auto;left:0;}
+html[dir=rtl] #cboxSlideshow {right:57px;left:0;}
diff --git a/themes/clouds/css-1.5.3/style.css b/themes/clouds/css-1.5.3/style.css
index 43ae0ea732..60f89a297a 100644
--- a/themes/clouds/css-1.5.3/style.css
+++ b/themes/clouds/css-1.5.3/style.css
@@ -719,7 +719,7 @@ html[dir=rtl] #descendancy_chart ul {background-position:right top;margin:0 15px
#familybook_chart table {border-collapse: collapse; empty-cells: show;}
#familybook_chart td {margin:0; padding:0;}
#familybook_chart h2 {text-align:center;}
-#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px}
+#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px;}
#familybook_chart img.line4 {width: 7px; vertical-align:middle;}
[ID^="vline"] {width:3px;}
@@ -931,7 +931,7 @@ font-weight:bold;
a:hover .name1,a:hover.name2,a:hover .nameZoom {
color:#ff0000;
-font-weight:bold
+font-weight:bold;
}
.details1 {
@@ -2307,7 +2307,7 @@ html[dir=rtl] .css_right {float:right;}
html[dir=rtl] .dataTables_paginate {float:right;}
html[dir=rtl] .dataTables_processing {float:right;}
html[dir=rtl] .dataTables_filter {float:left;}
-html[dir=rtl] .dataTables_info {float:right}
+html[dir=rtl] .dataTables_info {float:right;}
html[dir=rtl] .dataTables_length {float:left;}
html[dir=rtl] .DataTables_sort_wrapper {margin-right:20px;}
html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20px;}
@@ -2828,7 +2828,7 @@ html[dir=rtl] #edituser-table .value {margin:0 260px 0 0;}
#content {padding:0;}
#header,#footer,.noprint{display:none !important;}
#pedigree_chart {left:-80px;}
- #header_accordion1 {width: 510px!important}
+ #header_accordion1 {width: 510px !important;}
html[dir=rtl] #pedigree_chart {left:auto;right:-80px;}
#topMenu,#header select,#header input,#footer select,#backprint,#sidebar,form,button,input,#CB_All, #separator {display:none;}
#familybook_chart h3 {margin-bottom: 10px; vertical-align:middle;}
@@ -3043,11 +3043,11 @@ html[dir=rtl] #save-cancel .cancel {float:left;}
#cboxClose:hover {background-position:-25px -25px;}
#cboxCurrent {bottom: 4px;color: #949494;left: 58px;position: absolute;}
-html[dir=rtl] #cboxPrevious {right:27px;left:auto}
-html[dir=rtl] #cboxNext {right:0;left:auto}
-html[dir=rtl] #cboxCurrent {right:auto;left:0}
-html[dir=rtl] #cboxClose {right:auto;left:0}
-html[dir=rtl] #cboxSlideshow {right:57px;left:0; }
+html[dir=rtl] #cboxPrevious {right:27px;left:auto;}
+html[dir=rtl] #cboxNext {right:0;left:auto;}
+html[dir=rtl] #cboxCurrent {right:auto;left:0;}
+html[dir=rtl] #cboxClose {right:auto;left:0;}
+html[dir=rtl] #cboxSlideshow {right:57px;left:0;}
/* Census assistant module */
table.table-census-assistant th {
diff --git a/themes/colors/css-1.5.3/css/colors.css b/themes/colors/css-1.5.3/css/colors.css
index f6abd61834..06d9d37ada 100644
--- a/themes/colors/css-1.5.3/css/colors.css
+++ b/themes/colors/css-1.5.3/css/colors.css
@@ -319,7 +319,7 @@ html[dir=rtl] #descendancy_chart ul {background-position:right top;margin:0 15px
#familybook_chart table {border-collapse: collapse; empty-cells: show;}
#familybook_chart td {margin:0; padding:0;}
#familybook_chart h2 {text-align:center;}
-#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px}
+#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px;}
#familybook_chart .line4 {width: 7px; vertical-align:middle;}
[ID^="vline"] {width:3px;}
#familybook_chart h3 {font-size: 16px;text-align:center;}
@@ -833,7 +833,7 @@ html[dir=rtl] .css_right {float:right;}
html[dir=rtl] .dataTables_paginate {float:right;}
html[dir=rtl] .dataTables_processing {float:right;}
html[dir=rtl] .dataTables_filter {float:left;}
-html[dir=rtl] .dataTables_info {float:right}
+html[dir=rtl] .dataTables_info {float:right;}
html[dir=rtl] .dataTables_length {float:left;}
html[dir=rtl] .DataTables_sort_wrapper {margin-right:20px;}
html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20px;}
@@ -988,7 +988,7 @@ html[dir=rtl] #edituser-table .value {margin:0 260px 0 0;}
#header,#footer,.noprint {display:none!important;}
#CB_All {display:none;}
#familybook_chart h3 {margin-bottom: 10px;}
- #header_accordion1 {width: 510px!important}
+ #header_accordion1 {width: 510px !important;}
#pedigree_chart {left:-90px;}
html[dir=rtl] #pedigree_chart {left:auto;right:-90px;}
.lifespan_outer {position:relative;width:auto;height:auto;overflow:visible;border:none;}
@@ -1196,11 +1196,11 @@ html[dir=rtl] #save-cancel .cancel {float:left;}
#cboxClose:hover {background-position:-25px -25px;}
#cboxCurrent {bottom: 4px;color: #949494;left: 58px;position: absolute;}
-html[dir=rtl] #cboxPrevious {right:27px;left:auto}
-html[dir=rtl] #cboxNext {right:0;left:auto}
-html[dir=rtl] #cboxCurrent {right:auto;left:0}
-html[dir=rtl] #cboxClose {right:auto;left:0}
-html[dir=rtl] #cboxSlideshow {right:57px;left:0; }
+html[dir=rtl] #cboxPrevious {right:27px;left:auto;}
+html[dir=rtl] #cboxNext {right:0;left:auto;}
+html[dir=rtl] #cboxCurrent {right:auto;left:0;}
+html[dir=rtl] #cboxClose {right:auto;left:0;}
+html[dir=rtl] #cboxSlideshow {right:57px;left:0;}
/* Census assistant module */
table.table-census-assistant th {
diff --git a/themes/fab/css-1.5.3/style.css b/themes/fab/css-1.5.3/style.css
index 86eec1eca4..b835f97110 100644
--- a/themes/fab/css-1.5.3/style.css
+++ b/themes/fab/css-1.5.3/style.css
@@ -487,7 +487,7 @@ html[dir=rtl] #index_small_blocks {
#familybook_chart .line3,
#familybook_chart .pvline,
#familybook_chart .spacer {
- width: 3px
+ width: 3px;
}
#familybook_chart .line4 {
width: 7px; vertical-align:middle;
@@ -532,8 +532,8 @@ html[dir=rtl] #pedigree_chart {
border: solid #888 1px;
background: #fff;
}
- #header_accordion1 {width: 510px!important}
- .noprint {display:none!important;}
+ #header_accordion1 {width: 510px !important;}
+ .noprint {display:none !important;}
#header,
#footer,
#pedigree-page #people,
@@ -876,7 +876,7 @@ html[dir=rtl] #ancestry_chart li {
}
.vmiddle {
- vertical-align: middle
+ vertical-align: middle;
}
/* Colors */
@@ -1013,7 +1013,7 @@ a.showit:hover > span {
left: -10px;
top: -65px;
z-index: 2;
- background-color: #fff
+ background-color: #fff;
}
.lifespan_people {
@@ -1928,7 +1928,7 @@ html[dir=rtl] .dataTables_filter {
float: left;
}
html[dir=rtl] .dataTables_info {
- float: right
+ float: right;
}
html[dir=rtl] .dataTables_length {
float: left;
@@ -2057,7 +2057,7 @@ html[dir=rtl] .DataTables_sort_wrapper span {
}
.filtersH,
.filtersF {
- margin: 4px
+ margin: 4px;
}
.filtersH img {
margin-bottom: 2px;
@@ -2102,7 +2102,7 @@ html[dir=rtl] .repo-list th:last-child {
/* ========= Sidebar ============== */
#main {
min-width: 600px;
- width: 100%
+ width: 100%;
}
#indi_left {
float: left;
@@ -3414,19 +3414,19 @@ html[dir=rtl] #save-cancel .cancel {
html[dir=rtl] #cboxPrevious {
right: 27px;
- left: auto
+ left: auto;
}
html[dir=rtl] #cboxNext {
right: 0;
- left: auto
+ left: auto;
}
html[dir=rtl] #cboxCurrent {
right: auto;
- left: 0
+ left: 0;
}
html[dir=rtl] #cboxClose {
right: auto;
- left: 0
+ left: 0;
}
html[dir=rtl] #cboxSlideshow {
right: 57px;
diff --git a/themes/minimal/css-1.5.3/style.css b/themes/minimal/css-1.5.3/style.css
index 47fb552d61..b4e35566b6 100644
--- a/themes/minimal/css-1.5.3/style.css
+++ b/themes/minimal/css-1.5.3/style.css
@@ -129,7 +129,7 @@ img {
}
.button {
- width:60px
+ width:60px;
}
input, textarea {
@@ -572,7 +572,7 @@ width:100%;
#familybook_chart table {border-collapse: collapse; empty-cells: show;}
#familybook_chart td {margin:0; padding:0;}
#familybook_chart h2 {text-align:center;}
-#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px}
+#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px;}
#familybook_chart .line4 {width: 7px; vertical-align:middle;}
[ID^="vline"] {width:3px;}
#familybook_chart h3 {font-size: 16px;text-align:center;}
@@ -773,7 +773,7 @@ margin:20px;
}
.vmiddle {
- vertical-align:middle
+ vertical-align:middle;
}
/* colors */
@@ -907,7 +907,7 @@ a.showit:hover > span {
left:-10px;
top:-65px;
z-index:2;
- background-color:white
+ background-color:white;
}
.lifespan_people {
@@ -1315,7 +1315,7 @@ html[dir=rtl].field .editlink, html[dir=rtl].field .deletelink {float:left;}
#indi_header {float:left;width:98%;margin:5px 0;padding:0 10px 0 0;}
#indi_header h3 {font-weight:bold;margin:0;padding:0 10px 0 30px;text-align:left;}
#indi_header h3.name_one {overflow:hidden;position:relative;font-size:1.5em;}
-#indi_header h3.name_two {background:#DDD;border:1px solid #888}
+#indi_header h3.name_two {background:#DDD;border:1px solid #888;}
#indi_header h3.person_box, #indi_header h3.person_boxF , #indi_header h3.person_boxNN {background:#DDD;border:1px solid #888888;}
#indi_header h3 .header_age {padding:7px 0 5px 5px;float:right;font-weight:normal;font-size:65%;}
#indi_header h3 span.details1 {font-size:1em;}
@@ -1415,7 +1415,7 @@ html[dir=rtl] .media-display-title {float:right;}
.ui-accordion .ui-accordion-header .ui-icon {position:absolute;left:.5em;top:50%;margin-top:-8px;}
.ui-accordion .ui-accordion-content {border-top:0;margin-top:1px;position:relative;top:1px;padding:0 5px;overflow:visible;display:none;}
.ui-accordion .ui-accordion-content-active {display:block;}
-.ui-accordion .ui-accordion-header a {padding:.5em}
+.ui-accordion .ui-accordion-header a {padding:.5em;}
.ui-helper-reset {line-height:1.5;}
.ui-state-highlight a {color:#ff0000;}
@@ -1450,7 +1450,7 @@ html[dir=rtl] .css_right {float:right;}
html[dir=rtl] .dataTables_paginate {float:right;}
html[dir=rtl] .dataTables_processing {float:right;}
html[dir=rtl] .dataTables_filter {float:left;}
-html[dir=rtl] .dataTables_info {float:right}
+html[dir=rtl] .dataTables_info {float:right;}
html[dir=rtl] .dataTables_length {float:left;}
html[dir=rtl] .DataTables_sort_wrapper {margin-right:20px;}
html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20px;}
@@ -1471,7 +1471,7 @@ html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20p
#statistics_chart {margin:auto;visibility:hidden;width:90%;}
#source-edit, #note-edit, #repo-edit, #media-edit {overflow-x:auto;}
.media-list td img {display:block;height:40px;width:auto;margin:3px auto;}
-.filtersH, .filtersF {margin:4px}
+.filtersH, .filtersF {margin:4px;}
.filtersH img {margin-bottom:2px;}
.filtersH .ui-state-default,.filtersF .ui-state-default {margin:0 2px;padding:2px;}
.loading-image {background:transparent url(images/loading.gif) 50% 50% no-repeat;height:50px;margin:50px;}
@@ -1483,7 +1483,7 @@ html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20p
html[dir=rtl] .source-list th:last-child, html[dir=rtl] .note-list th:last-child, html[dir=rtl] .repo-list th:last-child {margin:0 1px 1px -2px;}
/* ========= Sidebar ============== */
-#main {min-width:600px;width:100%}
+#main {min-width:600px;width:100%;}
#indi_left {float:left;width:98%;}
#tabs {background-color:#ffffff;border-color:#DDD;width:98%;overflow:auto;}
#sidebarAccordion, #sidebarAccordion2 {width:auto;}
@@ -1597,13 +1597,13 @@ html[dir=rtl] #edituser-table .value {margin:0 260px 0 0;}
@media print {
#backprint, #header, #topMenu, #separator {display:none;}
#pedigree_chart {left:-80px;}
- #header_accordion1 {width: 510px!important}
+ #header_accordion1 {width: 510px !important;}
html[dir=rtl] #pedigree_chart {left:auto;right:-80px;}
#header, #footer, .noprint {display:none !important;}
#familybook_chart h3 {margin-bottom: 10px;}
form, button, input {display:none;} /* buttons and input are used out of forms in sortable tables*/
.lifespan_outer {position:relative;width:auto;height:auto;overflow:visible;border:none;}
- .lifespan_people {position:absolute;width:auto;left:-10px;top:-60px;z-index:1}
+ .lifespan_people {position:absolute;width:auto;left:-10px;top:-60px;z-index:1;}
#CB_All {display:none;}
}
@@ -1808,11 +1808,11 @@ html[dir=rtl] #save-cancel .cancel {float:left;}
#cboxClose:hover {background-position:-25px -25px;}
#cboxCurrent {bottom: 4px;color: #949494;left: 58px;position: absolute;}
-html[dir=rtl] #cboxPrevious {right:27px;left:auto}
-html[dir=rtl] #cboxNext {right:0;left:auto}
-html[dir=rtl] #cboxCurrent {right:auto;left:0}
-html[dir=rtl] #cboxClose {right:auto;left:0}
-html[dir=rtl] #cboxSlideshow {right:57px;left:0; }
+html[dir=rtl] #cboxPrevious {right:27px;left:auto;}
+html[dir=rtl] #cboxNext {right:0;left:auto;}
+html[dir=rtl] #cboxCurrent {right:auto;left:0;}
+html[dir=rtl] #cboxClose {right:auto;left:0;}
+html[dir=rtl] #cboxSlideshow {right:57px;left:0;}
/* Census assistant module */
table.table-census-assistant th {
diff --git a/themes/xenea/css-1.5.3/style.css b/themes/xenea/css-1.5.3/style.css
index 5a83a16722..d21898a266 100644
--- a/themes/xenea/css-1.5.3/style.css
+++ b/themes/xenea/css-1.5.3/style.css
@@ -91,7 +91,7 @@ html[dir=rtl] .hsearch {float:left;padding-left:10px;}
/* LTR to RTL Translation */
html[dir=rtl] #theme-menu {position:absolute;margin-right:10px;}
html[dir=rtl] #fav-menu {position:absolute;right:80px;}
-html[dir=rtl] #login-menu {position:absolute;left:auto;right:50%}
+html[dir=rtl] #login-menu {position:absolute;left:auto;right:50%;}
html[dir=rtl] #lang-menu {float:left;margin-left:10px;text-align:left;}
html[dir=rtl] #lang-menu .makeMenu li ul {right:auto;left:0;}
@@ -143,7 +143,7 @@ html[dir=rtl] #extra-menu.makeMenu li ul {left:0;right:auto;}
height:23px;left:auto;
line-height:23px;
text-align:left;
- text-indent:26px;width:100%
+ text-indent:26px;width:100%;
}
/* Reverse left and right on RTL pages */
@@ -833,7 +833,7 @@ width:100%;
#familybook_chart table {border-collapse: collapse; empty-cells: show;}
#familybook_chart td {margin:0; padding:0;}
#familybook_chart h2 {text-align:center;}
-#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px}
+#familybook_chart .line3, #familybook_chart .pvline, #familybook_chart .spacer {width: 3px;}
#familybook_chart .line4 {width: 7px; vertical-align:middle;}
[ID^="vline"] {width:3px;}
#familybook_chart h3 {font-size: 16px;text-align:center;}
@@ -1427,7 +1427,7 @@ html[dir=rtl] .person_box_template i[class^="icon-silhouette"] {
.lb-menu > li:hover ul {display:block; top:36px;}
.lb-menu a {display:block;}
.lb-menu li a {color:#0000ff;font-weight:normal;padding-top:24px;}
-.lb-menu li a:hover {color:#ff0000;font-weight:normal}
+.lb-menu li a:hover {color:#ff0000;font-weight:normal;}
.lb-menu li li a {padding:1px 10px 1px 5px;}
.lb-image_edit, .lb-image_link {padding-right:5px;}
html[dir=rtl] .lb-menu > li {float:right;}
@@ -1759,7 +1759,7 @@ html[dir=rtl] .css_right {float:right;}
html[dir=rtl] .dataTables_paginate {float:right;}
html[dir=rtl] .dataTables_processing {float:right;}
html[dir=rtl] .dataTables_filter {float:left;}
-html[dir=rtl] .dataTables_info {float:right}
+html[dir=rtl] .dataTables_info {float:right;}
html[dir=rtl] .dataTables_length {float:left;}
html[dir=rtl] .DataTables_sort_wrapper {margin-right:20px;}
html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20px;}
@@ -1780,7 +1780,7 @@ html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20p
#statistics_chart {margin:auto;visibility:hidden;width:90%;}
#source-edit, #note-edit, #repo-edit, #media-edit {overflow-x:auto;}
.media-list td img {display:block;height:40px;width:auto;margin:3px auto;}
-.filtersH, .filtersF {margin:4px}
+.filtersH, .filtersF {margin:4px;}
.filtersH img {margin-bottom:2px;}
.filtersH .ui-state-default,.filtersF .ui-state-default {margin:0 2px;padding:2px;}
.loading-image {background:transparent url(images/loading.gif) 50% 50% no-repeat;height:50px;margin:50px;}
@@ -1792,7 +1792,7 @@ html[dir=rtl] .DataTables_sort_wrapper span {left:auto;right:0;margin-right:-20p
html[dir=rtl] .source-list th:last-child, html[dir=rtl] .note-list th:last-child, html[dir=rtl] .repo-list th:last-child {margin:0 1px 1px -2px;}
/* ========= Sidebar ============== */
-#main {min-width:600px;width:100%}
+#main {min-width:600px;width:100%;}
#indi_left {float:left;width:98%;}
#tabs {background-color:#ffffff;border-color:#dddddd;float:left;width:100%;overflow:visible;}
#sidebar {border-color:#dddddd;display:none;margin:5px 2px 0 0;height:auto;}
@@ -1906,7 +1906,7 @@ html[dir=rtl] #edituser-table .value {margin:0 260px 0 0;}
#header, #footer, .noprint {display:none !important;}
form, button, input {display:none;}
#pedigree_chart {right:auto;left:-80px;}
- #header_accordion1 {width: 500px!important}
+ #header_accordion1 {width: 500px !important;}
html[dir=rtl] #pedigree_chart {left:auto;right:-80px;}
#familybook_chart h3 {margin-bottom: 10px;}
.lifespan_outer {position:relative;width:auto;height:auto;overflow:visible;border:none;}
@@ -2117,11 +2117,11 @@ html[dir=rtl] #save-cancel .cancel {float:left;}
#cboxClose:hover {background-position:-25px -25px;}
#cboxCurrent {bottom: 4px;color: #949494;left: 58px;position: absolute;}
-html[dir=rtl] #cboxPrevious {right:27px;left:auto}
-html[dir=rtl] #cboxNext {right:0;left:auto}
-html[dir=rtl] #cboxCurrent {right:auto;left:0}
-html[dir=rtl] #cboxClose {right:auto;left:0}
-html[dir=rtl] #cboxSlideshow {right:57px;left:0; }
+html[dir=rtl] #cboxPrevious {right:27px;left:auto;}
+html[dir=rtl] #cboxNext {right:0;left:auto;}
+html[dir=rtl] #cboxCurrent {right:auto;left:0;}
+html[dir=rtl] #cboxClose {right:auto;left:0;}
+html[dir=rtl] #cboxSlideshow {right:57px;left:0;}
/* Census assistant module */
table.table-census-assistant th {
diff --git a/timeline.php b/timeline.php
index 1a4f5f66b8..9b86eb3c80 100644
--- a/timeline.php
+++ b/timeline.php
@@ -272,19 +272,19 @@ $controller->checkPrivacy();
<?php }
if (!isset($col)) $col = 0;
?>
- <td class="person<?php echo $col; ?>" style="padding: 5px" valign="top">
+ <td class="person<?php echo $col; ?>" style="padding: 5px;" valign="top">
<?php echo WT_I18N::translate('Add another individual to the chart'), '<br>'; ?>
<input class="pedigree_form" type="text" size="5" id="newpid" name="newpid">
<?php echo print_findindi_link('newpid'); ?>
<br>
<br>
- <div style="text-align: center"><input type="submit" value="<?php echo WT_I18N::translate('Add'); ?>"></div>
+ <div style="text-align: center;"><input type="submit" value="<?php echo WT_I18N::translate('Add'); ?>"></div>
</td>
<?php
if (count($controller->people)>0) {
$scalemod = round($controller->scale*.2) + 1;
?>
- <td class="list_value" style="padding: 5px">
+ <td class="list_value" style="padding: 5px;">
<a href="<?php echo WT_SCRIPT_NAME."?".$controller->pidlinks."scale=".($controller->scale+$scalemod); ?>&amp;ged=<?php echo WT_GEDURL; ?>" class="icon-zoomin" title="<?php echo WT_I18N::translate('Zoom in'); ?>"></a><br>
<a href="<?php echo WT_SCRIPT_NAME."?".$controller->pidlinks."scale=".($controller->scale-$scalemod); ?>&amp;ged=<?php echo WT_GEDURL; ?>" class="icon-zoomout" title="<?php echo WT_I18N::translate('Zoom out'); ?>"></a><br>
<input type="button" value="<?php echo WT_I18N::translate('Clear chart'); ?>" onclick="window.location = 'timeline.php?ged=<?php echo WT_GEDURL; ?>';">