| Index: skin/options.css |
| =================================================================== |
| --- a/skin/options.css |
| +++ b/skin/options.css |
| @@ -334,14 +334,19 @@ |
| .table li |
| { |
| display: flex; |
| - padding: 14px 0px; |
| + padding: 12px 0px; |
| -webkit-padding-start: 16px; |
| -moz-padding-start: 16px; |
| + border-radius: 3px; |
| } |
| .table.list li .display |
| { |
| flex: 1; |
| + line-height: 16px; |
| + overflow: hidden; |
| + text-overflow: ellipsis; |
| + white-space: nowrap; |
| } |
| .table.list li:nth-child(odd) |
| @@ -382,27 +387,6 @@ |
| -moz-padding-start: 38px; |
| } |
| -.table::-webkit-scrollbar, |
| -#custom-wrapper::-webkit-scrollbar |
| -{ |
| - -webkit-padding-end: 10px; |
| - width: 5px; |
| -} |
| - |
| -.table::-webkit-scrollbar-thumb, |
| -#custom-wrapper::-webkit-scrollbar-thumb |
| -{ |
| - background-color: #CDCDCD; |
| - border-radius: 5px; |
| - padding: 0px 40px; |
| -} |
| - |
| -.table::-webkit-scrollbar-thumb:hover, |
| -#custom-wrapper::-webkit-scrollbar-thumb:hover |
| -{ |
| - background-color: #A1A1A1; |
| -} |
| - |
| .table input[type="checkbox"] |
| { |
| margin-top: 0px; |
| @@ -938,7 +922,7 @@ |
| { |
| display: none; |
| background-color: white; |
| - position: absolute; |
| + position: fixed; |
| opacity: 0.7; |
| top: 0px; |
| right: 0px; |
| @@ -958,8 +942,8 @@ |
| border: 2px solid #4D9D4B; |
| border-radius: 3px; |
| margin: auto; |
| - position:absolute; |
| - top:100px; |
| + position: fixed; |
| + top: 100px; |
| left: 0px; |
| right: 0px; |
| z-index: 2; |
| @@ -970,7 +954,7 @@ |
| { |
| background-color: #4D9D4B; |
| display: flex; |
| - height: 25px; |
| + min-height: 25px; |
| padding: 10px; |
| } |
| @@ -1025,9 +1009,8 @@ |
| width: 100%; |
| } |
| -#dialog #other-language .table |
| +#dialog #dialog-content-language .table |
| { |
| - height: 200px; |
| overflow: auto; |
| } |
| @@ -1082,6 +1065,18 @@ |
| display: none; |
| } |
| +#dialog-content-language .dialog-content-block |
| +{ |
| + display: flex; |
| + flex-direction: column; |
| + height: 120px; |
| +} |
| + |
| +#dialog-content-language #other-language |
| +{ |
| + height: 200px; |
| +} |
| + |
| #other-language .button-add |
| { |
| background-color: transparent; |