diff options
author | Michael <icarus@dabo.de> | 2012-02-26 23:39:29 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-02-26 23:39:29 +0100 |
commit | fe3dfbee5638dd2988bd8b126652b3138572f02c (patch) | |
tree | d22540e6b2534321c1ba38385608a9729179ac33 /view | |
parent | 437e18d7a7433ea5a9e3388c39ba32c7fe25eb18 (diff) | |
download | volse-hubzilla-fe3dfbee5638dd2988bd8b126652b3138572f02c.tar.gz volse-hubzilla-fe3dfbee5638dd2988bd8b126652b3138572f02c.tar.bz2 volse-hubzilla-fe3dfbee5638dd2988bd8b126652b3138572f02c.zip |
Mail: New options for actions after importing mails.
Diffstat (limited to 'view')
-rwxr-xr-x | view/settings_connectors.tpl | 2 | ||||
-rw-r--r-- | view/theme/vier/style.css | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/view/settings_connectors.tpl b/view/settings_connectors.tpl index 0f3357873..9493c8bf7 100755 --- a/view/settings_connectors.tpl +++ b/view/settings_connectors.tpl @@ -23,6 +23,8 @@ $settings_connectors {{inc field_password.tpl with $field=$mail_pass }}{{endinc}} {{inc field_input.tpl with $field=$mail_replyto }}{{endinc}} {{inc field_checkbox.tpl with $field=$mail_pubmail }}{{endinc}} + {{inc field_select.tpl with $field=$mail_action }}{{endinc}} + {{inc field_input.tpl with $field=$mail_movetofolder }}{{endinc}} <div class="settings-submit-wrapper" > <input type="submit" id="imap-submit" name="imap-submit" class="settings-submit" value="$submit" /> diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 5ffb02f48..39f4ffea4 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -593,15 +593,15 @@ nav #nav-apps-link.selected { #nav-notifications-mark-all { /* padding: 1px 1px 2px 26px; */ /* border-bottom: 1px solid #364E59; */ - margin: 0px 0px 2px 0px; - padding: 5px 10px; + /* margin: 0px 0px 2px 0px; + padding: 5px 10px; */ } #nav-notifications-see-all { /* padding: 1px 1px 2px 26px; */ /* border-bottom: 1px solid #364E59; */ - margin: 0px 0px 2px 0px; - padding: 5px 10px; + /* margin: 0px 0px 2px 0px; + padding: 5px 10px; */ } ul.menu-popup { @@ -677,14 +677,14 @@ ul.menu-popup .empty { max-height: 550px; overflow: auto; } -#nav-notifications-menu a { +/* #nav-notifications-menu a { display: inline; padding: 5px 0px; margin: 0px 0px 2px 0px; } #nav-notifications-menu li:hover { background-color: #bdcdd4; -} +}*/ #nav-notifications-menu img { float: left; @@ -1054,6 +1054,7 @@ section { .shiny { /* border-right: 10px solid #fce94f; */ border-right: 1px solid #A7C7F7; + padding-right: 12px; } #jot-preview-content .tread-wrapper { background-color: #fce94f; |