Aleksander Machniak
2012-07-05 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089
Small improvement for quicksearch box height/position
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: 8px;
    top: 10px;
}
#searchfilter select {
skins/larry/styles.css
@@ -1285,8 +1285,8 @@
#quicksearchbar input {
    width: 176px;
    margin: 0;
    margin-top: 7px;
    padding: 3px 30px 3px 34px;
    margin-top: 10px;
    padding: 2px 30px 2px 34px;
    height: 18px;
    background: #f1f1f1;
    border-color: #ababab;
@@ -1296,13 +1296,13 @@
#quicksearchbar #searchmenulink {
    position: absolute;
    top: 12px;
    top: 14px;
    left: 6px;
}
#quicksearchbar #searchreset {
    position: absolute;
    top: 11px;
    top: 13px;
    right: 1px;
}