diff options
author | cglatot <[email protected]> | 2020-10-12 16:09:56 +0100 |
---|---|---|
committer | cglatot <[email protected]> | 2020-10-12 16:09:56 +0100 |
commit | 5b5a462f6e8db1219fb12db84384557db519851e (patch) | |
tree | c1cb4ec18ef6262caaf5b15251eb241bf4b9dbcc /css | |
parent | f4427997bba84348c63bb16abba34ab9fa7f1ef0 (diff) | |
download | pasta-5b5a462f6e8db1219fb12db84384557db519851e.tar.gz pasta-5b5a462f6e8db1219fb12db84384557db519851e.zip |
add support for non english characters
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css index 9bb7175..007c02a 100644 --- a/css/main.css +++ b/css/main.css @@ -240,8 +240,15 @@ label, p { cursor: default; } +#alphabetGroup { + border-radius: 0.25rem; + overflow: hidden; + max-width: 990px; +} + #alphabetGroup button { margin-left: 0; + border-radius: 0; } #alphabetGroup .btn-outline-dark { @@ -397,11 +404,11 @@ table, td, tr, th { } @media only screen and (max-width: 1199px) { - #alphabetGroup.btn-group .btn:not(:last-child):not(.dropdown-toggle) { + /*#alphabetGroup.btn-group .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-left-radius: 0; } #alphabetGroup.btn-group .btn:not(:first-child) { border-top-right-radius: 0; - } + }*/ }
\ No newline at end of file |