File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -2601,12 +2601,26 @@ table.integrations {
2601
2601
.primary-filters {
2602
2602
padding-right : 15px ;
2603
2603
margin-bottom : 10px ;
2604
+ margin-top : -14px ;
2604
2605
}
2605
2606
.search {
2606
2607
margin-bottom : -5px ;
2608
+ margin-left : -15px ;
2609
+ margin-right : -15px ;
2607
2610
.search-input {
2608
2611
font-size : 12px ;
2609
- line-height : 22px ;
2612
+ line-height : 24px ;
2613
+ border-radius : 0 ;
2614
+ border-right : 0 ;
2615
+ border-left : 0 ;
2616
+ }
2617
+ .search-dropdown {
2618
+ right : 0 ;
2619
+ left : 0 ;
2620
+ }
2621
+
2622
+ .icon-search {
2623
+ top : 13px ;
2610
2624
}
2611
2625
}
2612
2626
Original file line number Diff line number Diff line change 7
7
8
8
{% block page_header %}
9
9
{{ block.super }}
10
- < a href ="{% url 'sentry' team.slug %} " class ="back-button icon-arrow-left "> </ a >
11
- < ul class ="nav nav-tabs project-nav " style ="margin-bottom: 20px; ">
10
+ < a href ="{% url 'sentry' team.slug %} " class ="back-button icon-arrow-left hidden-xs "> </ a >
11
+ < ul class ="nav nav-tabs project-nav hidden-xs " style ="margin-bottom: 20px; ">
12
12
< li class ="pull-right hidden-xs broadcast ">
13
13
< broadcast > </ broadcast >
14
14
</ li >
You can’t perform that action at this time.
0 commit comments