Commit 4aceb27a0b99947b2fe16475775d0321b6841299
1 parent
fbe3a9b8
Exists in
master
and in
2 other branches
Minor fixes in breadcrumbs font and size
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
... | ... | @@ -422,6 +422,16 @@ a:focus { |
422 | 422 | margin-bottom: 0px; |
423 | 423 | font-style: italic; |
424 | 424 | } |
425 | + | |
426 | +#mobile_breadcrumb_btn { | |
427 | + clip: rect(0,0,0,0); | |
428 | + position: absolute; | |
429 | +} | |
430 | + | |
431 | +.bread_label { | |
432 | + width: 100%; | |
433 | + font-weight: inherit; | |
434 | +} | |
425 | 435 | /* End Breadcrumbs */ |
426 | 436 | |
427 | 437 | .courseHome{ | ... | ... |