summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-04-08 14:25:00 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-04-08 14:25:00 +0200
commit91feba047c602b52c4b42d3670ef134b41b9c96f (patch)
tree27541752c4fde19e2b1736e839b543e36800388b /css
parente01603c4f58b5062425d7913882294919418594a (diff)
fix delete button alignment of address fields delete button
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 0ef26a1f..d3606293 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -194,7 +194,7 @@ detailsitem.details-item-adr {
}
detailsitem.details-item-adr .icon-delete {
top: 57px;
- left: 290px;
+ left: 331px;
}
detailsitem.details-item-email select {
@@ -485,17 +485,17 @@ detailsitem .select2-container {
box-shadow: 0 0 100px rgba(100, 100, 100, .9);
position: absolute;
}
-
+
.wrapper-show:not(.mobile-show),
.contacts-list:not(.mobile-show) {
display: none;
}
-
-
+
+
#app-navigation-toggle.showdetails {
transform: translate(-50px, 0);
}
-
+
#app-navigation-toggle-back {
position: fixed;
display: inline-block !important;
@@ -522,4 +522,4 @@ detailsitem .select2-container {
}
#app-navigation-toggle-back {
display: none;
-} \ No newline at end of file
+}