Browse Source

Style Changes

undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
b07242e4ad
2 changed files with 15 additions and 1 deletions
  1. +1
    -1
      design/publicfooter.php
  2. +14
    -0
      static/styles/global.css

+ 1
- 1
design/publicfooter.php View File

@@ -3,7 +3,7 @@
</table> </table>
</div> </div>
<div id="foot"> <div id="foot">
<span><a href="#"><?=SITE_NAME?></a> | <a href="https://what.cd/gazelle/">Project Gazelle</a></span>
<span><a href="#"><?=SITE_NAME?></a> | <a href="https://git.oppaiti.me/Oppaitime/Gazelle">Project Gazelle</a></span>
</div> </div>
</body> </body>
</html> </html>

+ 14
- 0
static/styles/global.css View File

@@ -105,6 +105,11 @@ button, input[type=button], input[type=submit] {
color: #000; color: #000;
} }


.spoilerButton {
overflow: hidden;
text-overflow: ellipsis;
}

.selected a { .selected a {
font-weight: bold; font-weight: bold;
text-decoration: underline; text-decoration: underline;
@@ -759,6 +764,15 @@ tr.torrent .bookmark>a:after {
max-width: 830px; 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 { #userform img {
max-width: 490px; max-width: 490px;
} }


Loading…
Cancel
Save