diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/dispy/style.css | 1 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 6 |
3 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 17b3a61b6..a0f860494 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -223,6 +223,7 @@ aside #viewcontacts { text-align: right;} * contacts block */ .contact-block-div { width: 50px; height: 50px; float: left; } +.contact-block-textdiv { width: 150px; height: 34px; float: left; } #contact-block-end { clear: both; } /** diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 4c9f389e2..de5c77299 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2054,6 +2054,12 @@ a.mail-list-link { width: 52px; height: 52px; } +.contact-block-textdiv { + float: left; + width: 150px; + height: 34px; +} + #contact-block-end { clear: both; } diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index f38b6e6d4..9404a632c 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2087,6 +2087,12 @@ a.mail-list-link { width: 52px; height: 52px; } +.contact-block-textdiv { + float: left; + width: 150px; + height: 34px; +} + #contact-block-end { clear: both; } |