diff --git a/www/css/app.css b/www/css/app.css index 74a3bbd4a..adb88bd02 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -269,6 +269,35 @@ iframe._invert, iframe._mwInvert { font-weight: bold; } +.btn-group.btn-block { + padding-left: 5%; +} + +.dropdown-menu.flex-container { + overflow-y:auto; + padding: 2px 4px; + position: absolute; + margin: 0 !important; +} + +/* to fix its alignment with other buttons */ +.dropup button{ + padding-top: 12px; +} +@media (max-width:768px) { + .dropup button{ + padding-top: 0px; + } +} + +#ToCList{ + line-height: 1.7; +} + +#ToCList a { + display: block; +} + .container { margin-bottom: 1.5em; } diff --git a/www/index.html b/www/index.html index 9bf43f634..9b67e4f7e 100644 --- a/www/index.html +++ b/www/index.html @@ -800,6 +800,13 @@

Expert settings