summaryrefslogtreecommitdiff
path: root/themes/colors/css
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-07-27 22:40:34 +0000
committerRob Peters <makitso@gmail.com>2010-07-27 22:40:34 +0000
commit94c0ecc31dce007fb62431d71a0c461ec7b6f9f6 (patch)
tree3b7edd5cce4d5633b52fff7bdb437a61773fc710 /themes/colors/css
parentbd38566a5990d4f1db8675b8e36c0a1f5b97c504 (diff)
downloadwebtrees-94c0ecc31dce007fb62431d71a0c461ec7b6f9f6.tar.gz
webtrees-94c0ecc31dce007fb62431d71a0c461ec7b6f9f6.tar.bz2
webtrees-94c0ecc31dce007fb62431d71a0c461ec7b6f9f6.zip
Bug #610347 - Missing small edit image for user lists
Diffstat (limited to 'themes/colors/css')
-rw-r--r--themes/colors/css/aquamarine.css4
-rw-r--r--themes/colors/css/ash.css4
-rw-r--r--themes/colors/css/belgianchocolate.css6
-rw-r--r--themes/colors/css/bluelagoon.css6
-rw-r--r--themes/colors/css/bluemarine.css6
-rw-r--r--themes/colors/css/coldday.css6
-rw-r--r--themes/colors/css/greenbeam.css4
-rw-r--r--themes/colors/css/mediterranio.css6
-rw-r--r--themes/colors/css/mercury.css6
-rw-r--r--themes/colors/css/nocturnal.css6
-rw-r--r--themes/colors/css/olivia.css6
-rw-r--r--themes/colors/css/pinkplastic.css6
-rw-r--r--themes/colors/css/shinytomato.css6
-rw-r--r--themes/colors/css/tealtop.css6
14 files changed, 67 insertions, 11 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css
index b8d18879eb..59525470df 100644
--- a/themes/colors/css/aquamarine.css
+++ b/themes/colors/css/aquamarine.css
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css
index a594b9ca08..981627f515 100644
--- a/themes/colors/css/ash.css
+++ b/themes/colors/css/ash.css
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css
index 3d39388d6a..223f017cb0 100644
--- a/themes/colors/css/belgianchocolate.css
+++ b/themes/colors/css/belgianchocolate.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css
index a5803126df..b104b1f8aa 100644
--- a/themes/colors/css/bluelagoon.css
+++ b/themes/colors/css/bluelagoon.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css
index be7feb5eb1..f41a8f501d 100644
--- a/themes/colors/css/bluemarine.css
+++ b/themes/colors/css/bluemarine.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css
index 40271b45ed..648e2cb1e6 100644
--- a/themes/colors/css/coldday.css
+++ b/themes/colors/css/coldday.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css
index 39edbb6d5d..71146a9c2a 100644
--- a/themes/colors/css/greenbeam.css
+++ b/themes/colors/css/greenbeam.css
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css
index fd5d25583d..a48d8323ff 100644
--- a/themes/colors/css/mediterranio.css
+++ b/themes/colors/css/mediterranio.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css
index 26d2dd16df..3f3e94c7ae 100644
--- a/themes/colors/css/mercury.css
+++ b/themes/colors/css/mercury.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css
index 8d079c021b..122d014eb4 100644
--- a/themes/colors/css/nocturnal.css
+++ b/themes/colors/css/nocturnal.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css
index 57925b84c9..aa3a85ae76 100644
--- a/themes/colors/css/olivia.css
+++ b/themes/colors/css/olivia.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css
index 4170ff6fc3..fddba0e53b 100644
--- a/themes/colors/css/pinkplastic.css
+++ b/themes/colors/css/pinkplastic.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css
index 39442671f8..ddfd4eb8e8 100644
--- a/themes/colors/css/shinytomato.css
+++ b/themes/colors/css/shinytomato.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css
index c4885179dc..f98fc3df00 100644
--- a/themes/colors/css/tealtop.css
+++ b/themes/colors/css/tealtop.css
@@ -3,7 +3,7 @@
*
* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team.
*
-* $Id: ash.css 9128 2010-07-20 23:57:58Z rob $
+* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $
*/
.something {
@@ -288,6 +288,10 @@ margin-left: auto;
margin-right: auto;
}
+.edit_link:after {
+ content: url(../images/edit_sm.png);
+}
+
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse {