summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-03 14:48:33 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-03 14:48:33 +0100
commit3b5972019c7f4d8a512693f9762c58776bedea8e (patch)
tree125ee7c67a78cc442caf3f0dcc7c5eb4aef017a3 /css
parent469b977658c45c9cfa9511b22dfaededb57d4d38 (diff)
adjust address fields layout, other small fixes
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css26
1 files changed, 22 insertions, 4 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 63fce654..5986c233 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -62,6 +62,7 @@
detailsitem {
display: block;
+ position: relative;
}
detailsitem label {
@@ -75,15 +76,32 @@ detailsitem label {
text-overflow: ellipsis;
vertical-align: middle;
}
-detailsitem label ~ textarea {
+
+detailsitem.details-item-note label {
vertical-align: top;
+ padding-top: 10px;
}
-detailsitem .details-item-telephone label {
+detailsitem.details-item-note .icon-delete {
+ vertical-align: top;
+}
+detailsitem.details-item-tel label {
opacity: 1;
+ padding: 0;
}
-detailsitem .details-item-telephone select {
+detailsitem.details-item-tel select {
width: 80px;
}
+detailsitem.details-item-tel .icon-delete {
+ vertical-align: middle;
+}
+detailsitem.details-item-adr {
+ padding: 20px 0;
+}
+detailsitem.details-item-adr .icon-delete {
+ position: absolute;
+ top: 57px;
+ left: 290px;
+}
detailsitem .url-link {
padding: 8px 5px;
opacity: .5;
@@ -112,7 +130,7 @@ detailsitem textarea,
detailsitem .icon-delete {
background-color: transparent;
border: none;
- padding: 20px;
+ padding: 16px;
opacity: .3;
}