1
0
mirror of https://github.com/Llewellynvdm/front-end-frameworks.git synced 2024-06-01 20:40:47 +00:00

improve the search input

This commit is contained in:
Hosein Emrani 2013-12-15 21:41:07 +03:30
parent a159ebe690
commit fe65fd2142

View File

@ -142,19 +142,24 @@ section p:last-child {
margin-top: -7px; margin-top: -7px;
} }
/* Search */ /* Search */
/* Search */
#noSearch { #noSearch {
display: none; display: none;
text-align: center; text-align: center;
} }
#search { #search {
width: 100%; width: 957px;
margin-top: 20px; margin-top: 20px;
font-size: 16px; font-size: 16px;
line-height: 25px; line-height: 25px;
font-family: 'Droid Sans'; font-family: 'Droid Sans';
outline: none;
border: 2px solid #c0c0c0;
padding: 10px;
border-radius: 0;
} }
#search:focus { #search:focus {
outline: auto 5px #900; outline: none;
outline-offset: -2px; outline-offset: -2px;
} }
/* Table */ /* We should use nav and ul li for collapsing details */ /* Table */ /* We should use nav and ul li for collapsing details */