summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-08 12:04:04 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-08 15:30:52 +0100
commit7edd6d1792c846319c86028ecee101d4535c4fd9 (patch)
treefec33a84b3e09eedcbde6768712952512acc6ee4 /css
parent30775a793000304419b0d7c4e402ac1e0a5eeb39 (diff)
Org and title are now part of the header - fixes #103
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 2f4f8a99..2026d3f8 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -19,6 +19,24 @@
background: transparent !important;
border: none !important;
}
+.contactdetails__header .contactdetails__org {
+ font-size: inherit !important;
+ width: 100% !important;
+ color: #fff !important;
+ background: transparent !important;
+ border: none !important;
+ position: absolute;
+ left: 102px;
+}
+.contactdetails__header .contactdetails__title {
+ font-size: inherit !important;
+ width: 100% !important;
+ color: #fff !important;
+ background: transparent !important;
+ border: none !important;
+ position: absolute;
+ left: 202px;
+}
.contactdetails__header .icon-delete-white {
position: absolute;