Skip to content

Commit

Permalink
Merge half of PR #867
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Mar 25, 2016
1 parent 42bd339 commit 1147b21
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions note.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@

<div id="note-edit">
<table class="facts_table">
<colgroup>
<col class="width20">
<col class="width80">
</colgroup>
<tr>
<td class="descriptionbox">
<?php if (Auth::isEditor($controller->record->getTree())) { ?>
Expand Down
1 change: 1 addition & 0 deletions themes/clouds/css-1.7.4/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2162,6 +2162,7 @@ dd .deletelink {
clear: both;
}

#note-edit .facts_table,
#notes_content .facts_table,
#personal_facts_content .facts_table {
table-layout: fixed;
Expand Down
1 change: 1 addition & 0 deletions themes/colors/css-1.7.4/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,7 @@ dd .deletelink {
clear: both;
}

#note-edit .facts_table,
#notes_content .facts_table,
#personal_facts_content .facts_table {
table-layout: fixed;
Expand Down
1 change: 1 addition & 0 deletions themes/fab/css-1.7.4/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2081,6 +2081,7 @@ dd .deletelink {
clear: both;
}

#note-edit .facts_table,
#notes_content .facts_table,
#personal_facts_content .facts_table {
table-layout: fixed;
Expand Down
1 change: 1 addition & 0 deletions themes/minimal/css-1.7.4/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2067,6 +2067,7 @@ dd .deletelink {
clear: both;
}

#note-edit .facts_table,
#notes_content .facts_table,
#personal_facts_content .facts_table {
table-layout: fixed;
Expand Down
1 change: 1 addition & 0 deletions themes/webtrees/css-1.7.4/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2077,6 +2077,7 @@ dd .deletelink {
clear: both;
}

#note-edit .facts_table,
#notes_content .facts_table,
#personal_facts_content .facts_table {
table-layout: fixed;
Expand Down
1 change: 1 addition & 0 deletions themes/xenea/css-1.7.4/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2091,6 +2091,7 @@ dd .deletelink {
clear: both;
}

#note-edit .facts_table,
#notes_content .facts_table,
#personal_facts_content .facts_table {
table-layout: fixed;
Expand Down

0 comments on commit 1147b21

Please sign in to comment.