issue search styleup

This commit is contained in:
gitlabhq 2011-10-26 07:34:02 +03:00
parent 7d773ecb40
commit fb01f45890
3 changed files with 49 additions and 30 deletions

View file

@ -681,3 +681,20 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
}
}
}
.top_panel_issues{
#issue_search_form {
margin:5px 0;
input {
border:1px solid #D3D3D3;
padding: 3px;
height: 20px;
width: 300px;
&:focus {
border-color:#c2e1ef;
}
}
}
}