summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/js-1.7.4/webtrees.js2
-rw-r--r--themes/clouds/css-1.7.5/style.css11
-rw-r--r--themes/colors/css-1.7.5/style.css11
-rw-r--r--themes/fab/css-1.7.5/style.css11
-rw-r--r--themes/minimal/css-1.7.5/style.css11
-rw-r--r--themes/webtrees/css-1.7.5/style.css20
-rw-r--r--themes/xenea/css-1.7.5/style.css11
7 files changed, 76 insertions, 1 deletions
diff --git a/assets/js-1.7.4/webtrees.js b/assets/js-1.7.4/webtrees.js
index 76627c3f4c..e1bfd17749 100644
--- a/assets/js-1.7.4/webtrees.js
+++ b/assets/js-1.7.4/webtrees.js
@@ -21,7 +21,7 @@ var indx_window_specs = 'width=600,height=600,left=75,top=50,resizable=1,scrollb
var news_window_specs = 'width=620,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_news.php
var find_window_specs = 'width=550,height=600,left=75,top=50,resizable=1,scrollbars=1'; // find.php, inverse_link.php
var mesg_window_specs = 'width=620,height=600,left=75,top=50,resizable=1,scrollbars=1'; // message.php
-var chan_window_specs = 'width=500,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_changes.php
+var chan_window_specs = 'width=600,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_changes.php
var mord_window_specs = 'width=500,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_interface.php, media reorder
var assist_window_specs = 'width=800,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_interface.php, used for census assistant
var gmap_window_specs = 'width=650,height=600,left=75,top=50,resizable=1,scrollbars=1'; // googlemap module place editing
diff --git a/themes/clouds/css-1.7.5/style.css b/themes/clouds/css-1.7.5/style.css
index 0b0f76d71f..ee52a60cbf 100644
--- a/themes/clouds/css-1.7.5/style.css
+++ b/themes/clouds/css-1.7.5/style.css
@@ -935,6 +935,17 @@ a:hover .nameZoom {
margin-top: 20px;
}
+#pending .list_value {
+ padding: 3px;
+ text-align: center;
+ vertical-align: middle;
+ white-space: nowrap;
+}
+
+#pending .indent {
+ padding: 0px;
+}
+
/* ======== Person box ======= */
.gedcom_favorites_block,
.user_favorites_block,
diff --git a/themes/colors/css-1.7.5/style.css b/themes/colors/css-1.7.5/style.css
index 6cdf1ef09c..7e36b95fbb 100644
--- a/themes/colors/css-1.7.5/style.css
+++ b/themes/colors/css-1.7.5/style.css
@@ -940,6 +940,17 @@ a:hover .nameZoom {
margin-top: 20px;
}
+#pending .list_value {
+ padding: 3px;
+ text-align: center;
+ vertical-align: middle;
+ white-space: nowrap;
+}
+
+#pending .indent {
+ padding: 0px;
+}
+
/* ======== Person box ======= */
.gedcom_favorites_block,
.user_favorites_block,
diff --git a/themes/fab/css-1.7.5/style.css b/themes/fab/css-1.7.5/style.css
index 3b638f1b18..c4d26ac6b0 100644
--- a/themes/fab/css-1.7.5/style.css
+++ b/themes/fab/css-1.7.5/style.css
@@ -892,6 +892,17 @@ a:hover .nameZoom {
margin-top: 20px;
}
+#pending .list_value {
+ padding: 3px;
+ text-align: center;
+ vertical-align: middle;
+ white-space: nowrap;
+}
+
+#pending .indent {
+ padding: 0px;
+}
+
/* ======== Person box ======= */
.gedcom_favorites_block,
.user_favorites_block,
diff --git a/themes/minimal/css-1.7.5/style.css b/themes/minimal/css-1.7.5/style.css
index 6bf8eb2c7c..b2b721ab2a 100644
--- a/themes/minimal/css-1.7.5/style.css
+++ b/themes/minimal/css-1.7.5/style.css
@@ -885,6 +885,17 @@ a:hover .nameZoom {
margin-top: 20px;
}
+#pending .list_value {
+ padding: 3px;
+ text-align: center;
+ vertical-align: middle;
+ white-space: nowrap;
+}
+
+#pending .indent {
+ padding: 0px;
+}
+
/* ======== Person box ======= */
.gedcom_favorites_block,
.user_favorites_block,
diff --git a/themes/webtrees/css-1.7.5/style.css b/themes/webtrees/css-1.7.5/style.css
index 4b98b901d4..f0c16a5de1 100644
--- a/themes/webtrees/css-1.7.5/style.css
+++ b/themes/webtrees/css-1.7.5/style.css
@@ -893,6 +893,26 @@ td.descriptionbox a {
margin-top: 20px;
}
+#pending a {
+ font-weight: 700;
+ color: #555;
+}
+
+#pending a:hover {
+ color: #f00;
+}
+
+#pending .list_value {
+ padding: 3px;
+ text-align: center;
+ vertical-align: middle;
+ white-space: nowrap;
+}
+
+#pending .indent {
+ padding: 0px;
+}
+
/* ======== Person box ======= */
.gedcom_favorites_block,
.user_favorites_block,
diff --git a/themes/xenea/css-1.7.5/style.css b/themes/xenea/css-1.7.5/style.css
index 7abd39e8ad..b63a66f27e 100644
--- a/themes/xenea/css-1.7.5/style.css
+++ b/themes/xenea/css-1.7.5/style.css
@@ -904,6 +904,17 @@ a:hover .nameZoom {
margin-top: 20px;
}
+#pending .list_value {
+ padding: 3px;
+ text-align: center;
+ vertical-align: middle;
+ white-space: nowrap;
+}
+
+#pending .indent {
+ padding: 0px;
+}
+
/* ======== Person box ======= */
.gedcom_favorites_block,
.user_favorites_block,