cfoe
2012-07-05 cbbf0dd48ff53924b8686eda5d6b1edadc6b14c4
added magnifier glass icon to search input
1 files modified
5 ■■■■■ changed files
interface/web/themes/default/css/screen/content_ispc.css 5 ●●●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/content_ispc.css
@@ -775,9 +775,10 @@
        font-size: 1em;
    }
    div.gs-container input{
                background: url("../../icons/x16/magnifier_left.png") no-repeat 4px 3px #FFFFFF;
        height:20px;
        border:1px solid #444;
        padding:0 5px 2px 5px;
        padding:0 22px 2px;
        color:#444;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
@@ -1051,6 +1052,6 @@
        }
        p.value {
            float:left;
            margin: 0;
            margin: 0 0 0 2px;
        }
}