File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
app/assets/stylesheets/sections Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ input.check_all_issues {
65
65
}
66
66
}
67
67
68
+ @media (min-width : 800px ) { .issues_filters select { width :160px ; } }
69
+ @media (min-width : 1000px ) { .issues_filters select { width :200px ; } }
70
+ @media (min-width : 1200px ) { .issues_filters select { width :220px ; } }
71
+
72
+
68
73
#issues-table-holder {
69
74
.issues_filters {
70
75
form {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ul.main_menu {
6
6
border-radius : 4px ;
7
7
margin : auto ;
8
8
margin :30px 0 ;
9
- border :1px solid #bbb ;
9
+ border :1px solid #AAA ;
10
10
height :37px ;
11
11
@include bg-gray-gradient ;
12
12
position :relative ;
@@ -85,7 +85,7 @@ ul.main_menu {
85
85
line-height :36px ;
86
86
color : $style_color ;
87
87
text-shadow :0 1px 1px white ;
88
-
88
+ padding : 0 10 px ;
89
89
}
90
90
}
91
91
/*
You can’t perform that action at this time.
0 commit comments