summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2017-06-18 06:56:12 -0500
committermakitso <makitso@gmail.com>2017-06-18 06:56:12 -0500
commit8bc566157074003dcfc3b0747efe756687a4be4b (patch)
treee2f8805a4df520368896d92d84a0097849f4864c /themes
parent02a64fe28c47a50441e1e87a24505b2160919ecd (diff)
downloadwebtrees-8bc566157074003dcfc3b0747efe756687a4be4b.tar.gz
webtrees-8bc566157074003dcfc3b0747efe756687a4be4b.tar.bz2
webtrees-8bc566157074003dcfc3b0747efe756687a4be4b.zip
Align image and text for popup
Diffstat (limited to 'themes')
-rw-r--r--themes/_common/css-1.7.8/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/_common/css-1.7.8/style.css b/themes/_common/css-1.7.8/style.css
index 8db2ee4e71..5b7421e327 100644
--- a/themes/_common/css-1.7.8/style.css
+++ b/themes/_common/css-1.7.8/style.css
@@ -357,3 +357,9 @@ fieldset.row > legend, fieldset.row > div {
font-weight: bold;
}
+/* Popups */
+.popup .nav-link {
+ display: inline;
+ vertical-align: top;
+ padding: 5px;
+}