Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3d0104a authored by Scott Main's avatar Scott Main
Browse files

DO NOT MERGE

cherrypick from jb-dev Change-Id: Iaab2b30349943a236607d54394019fa8d89de800

provide more width for buttons in training top nav to accomodate longer
strings from translation

Change-Id: Ia1d8f7caa532ad1060d8a54fda082ada754c1f48
parent 6eb95f1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -437,9 +437,9 @@ video.with-shadow {
  .training-nav-top a {
    display:block;
    float:left;
    width:108px;
    width:122px;
    height:28px;
    padding: 8px 15px;
    padding: 8px;
    line-height:28px;
    text-align:center;
    border:1px solid #DADADA;
@@ -448,7 +448,7 @@ video.with-shadow {
      
  .training-nav-top a.next-page-link {
    border-left:0;
    width:109px;
    width:123px;
  }
      
  .training-nav-top a.disabled,