Aleksander Machniak
2014-06-05 778d2363f1a0cb5b6bebae1864de76d1c31669d8
Merge branch 'master' of github.com:roundcube/roundcubemail
3 files modified
25 ■■■■ changed files
program/lib/Roundcube/html.php 4 ●●●● patch | view | raw | blame | history
skins/larry/mail.css 18 ●●●●● patch | view | raw | blame | history
skins/larry/styles.css 3 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/html.php
@@ -283,11 +283,11 @@
                continue;
            }
            // ignore not allowed attributes, except data-*
            // ignore not allowed attributes, except aria-* and data-*
            if (!empty($allowed)) {
                $is_data_attr = @substr_compare($key, 'data-', 0, 5) === 0;
                $is_aria_attr = @substr_compare($key, 'aria-', 0, 5) === 0;
                if (!$is_aria_attr && !isset($allowed_f[$key]) && (!$is_data_attr || !isset($allowed_f['data-*']))) {
                if (!$is_aria_attr && !$is_data_attr && !isset($allowed_f[$key])) {
                    continue;
                }
            }
skins/larry/mail.css
@@ -1389,34 +1389,16 @@
    background-position: 6px -1555px;
}
#contacts-table.focus tr.focused td.contactgroup {
    background-position: 4px -1555px;
}
#contacts-table tr.unfocused td.contactgroup,
#contacts-table tr.selected td.contactgroup {
    background-position: 6px -1579px;
}
#contacts-table.focus tr.selected.focused td.contactgroup {
    background-position: 4px -1579px;
}
#contacts-table td.contact {
    background-position: 6px -1603px;
}
#contacts-table.focus tr.focused td.contact {
    background-position: 4px -1603px;
}
#contacts-table tr.unfocused td.contact,
#contacts-table tr.selected td.contact {
    background-position: 6px -1627px;
}
#contacts-table.focus tr.selected.focused td.contact {
    background-position: 4px -1627px;
}
#compose-content {
skins/larry/styles.css
@@ -36,7 +36,8 @@
}
.voice {
    display: none;
    position: absolute;
    top: -1000px;
}
input[type="text"],