diff --git a/design/publicfooter.php b/design/publicfooter.php index 4ae0a06..41517ff 100755 --- a/design/publicfooter.php +++ b/design/publicfooter.php @@ -3,7 +3,7 @@ diff --git a/static/styles/global.css b/static/styles/global.css index 145e3e0..694debd 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -105,6 +105,11 @@ button, input[type=button], input[type=submit] { color: #000; } +.spoilerButton { + overflow: hidden; + text-overflow: ellipsis; +} + .selected a { font-weight: bold; text-decoration: underline; @@ -759,6 +764,15 @@ tr.torrent .bookmark>a:after { max-width: 830px; } +#inbox .search_form input[type="search"] { + width: 100%; + margin: 10px 0px 0px; +} + +#inbox .manage_form input[type="submit"] { + margin: 10px 7px 10px 0px; +} + #userform img { max-width: 490px; }