1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Fixed zoom background position for search input box.

git-svn-id: file:///home/svn/framework3/trunk@4030 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
lmh 2006-10-16 02:55:37 +00:00
parent 6cbdecf870
commit 240a565bf0

View File

@ -61,9 +61,13 @@ table .itemDescription:hover {
}
#module-search-box input {
background: url(/images/zoom.png) left no-repeat;
background-image: url(/images/zoom.png);
background-position: 5px;
background-repeat: no-repeat;
padding-left: 2em;
height: 18px;
border: 1px solid #444;
margin-bottom: 0.2em;
}
table.moduleInfo tr td {