Commit 671756e9ff3695ee28513e51f636779e1aa49089

Authored by Dmitriy Zaporozhets
2 parents 554c4844 b9c6ca14

Merge branch 'improve-mr-tabs' into 'master'

Improve MR tabs UI/UX

![Screenshot 2014-06-04 12.29.19](https://dev.gitlab.org/uploads/dzaporozhets/gitlabhq/b75785b28f/Screenshot_2014-06-04_12.29.19.png)
app/assets/stylesheets/sections/merge_requests.scss
... ... @@ -21,13 +21,15 @@
21 21  
22 22 .merge-request .merge-request-tabs{
23 23 border-bottom: 2px solid $border_primary;
24   - padding-bottom: 10px;
25 24 margin-bottom: 20px;
26 25  
27 26 li {
28 27 a {
29   - padding: 20px 40px;
  28 + padding: 18px 40px;
30 29 font-size: 14px;
  30 + margin-bottom: -2px;
  31 + border-bottom: 2px solid $border_primary;
  32 + @include border-radius(0px);
31 33 }
32 34 }
33 35 }
... ...