am b61c601b
: am 2452b062
: am 0c81a130
: provide more width for buttons in training top nav to accomodate longer strings from translation
* commit 'b61c601b57cc2867500c7a6503e3a8dfdfbee229': provide more width for buttons in training top nav to accomodate longer strings from translation
This commit is contained in:
commit
a67b7aa5ae
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue