Fix search box style for mobile

This commit is contained in:
Naoki Takezoe
2016-02-16 15:02:34 +09:00
parent 1af5611159
commit 8494c682a7

View File

@@ -1971,17 +1971,16 @@ div.container.blame-container{
/* Adjust issue search box size and position */ /* Adjust issue search box size and position */
#search-filter-box { #search-filter-box {
width: 98% !important; width: 100% !important;
position: absolute;
left: 4px;
margin-top: 42px;
} }
form#search-filter-form { form#search-filter-form {
float: none !important; float: none !important;
margin-bottom: 80px !important; margin-bottom: 10px;
}
form#search-filter-form>div.form-group {
width: 100% !important;
margin-bottom: 10px;
} }
.table-issues a.button-link { .table-issues a.button-link {
width: 42px; width: 42px;
height: 16px; height: 16px;