Commit 5ba00d950bb15fde71f58ac08ec22e04cc9437d6
1 parent
d54d3324
Exists in
spb-stable
and in
2 other branches
Add old ui-box style to panels
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
4 changed files
with
17 additions
and
8 deletions
Show diff stats
app/assets/stylesheets/gl_bootstrap.scss
| ... | ... | @@ -227,7 +227,10 @@ ul.breadcrumb { |
| 227 | 227 | * |
| 228 | 228 | */ |
| 229 | 229 | .panel { |
| 230 | + @include border-radius(0px); | |
| 231 | + | |
| 230 | 232 | .panel-heading { |
| 233 | + @include border-radius(0px); | |
| 231 | 234 | font-size: 14px; |
| 232 | 235 | line-height: 18px; |
| 233 | 236 | |
| ... | ... | @@ -248,4 +251,16 @@ ul.breadcrumb { |
| 248 | 251 | background: #FFF; |
| 249 | 252 | } |
| 250 | 253 | } |
| 254 | + | |
| 255 | + &.panel-small { | |
| 256 | + .panel-heading { | |
| 257 | + padding: 6px 15px; | |
| 258 | + } | |
| 259 | + } | |
| 260 | + | |
| 261 | + &.panel-default { | |
| 262 | + .panel-heading { | |
| 263 | + background-color: #EEE; | |
| 264 | + } | |
| 265 | + } | |
| 251 | 266 | } | ... | ... |
app/assets/stylesheets/sections/merge_requests.scss
app/views/shared/_issues.html.haml
app/views/shared/_merge_requests.html.haml