Thomas Bruederli
2012-07-05 14ee44e0917fbf4f2856485c668b31a7eb6c2460
Revert "Small improvement for quicksearch box height/position"

This reverts commit 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089.
2 files modified
10 ■■■■ changed files
skins/larry/mail.css 2 ●●● patch | view | raw | blame | history
skins/larry/styles.css 8 ●●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -325,7 +325,7 @@
    position: absolute;
    right: 256px;
    width: auto;
    top: 10px;
    top: 8px;
}
#searchfilter select {
skins/larry/styles.css
@@ -1285,8 +1285,8 @@
#quicksearchbar input {
    width: 176px;
    margin: 0;
    margin-top: 10px;
    padding: 2px 30px 2px 34px;
    margin-top: 7px;
    padding: 3px 30px 3px 34px;
    height: 18px;
    background: #f1f1f1;
    border-color: #ababab;
@@ -1296,13 +1296,13 @@
#quicksearchbar #searchmenulink {
    position: absolute;
    top: 14px;
    top: 12px;
    left: 6px;
}
#quicksearchbar #searchreset {
    position: absolute;
    top: 13px;
    top: 11px;
    right: 1px;
}