Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Aug 29, 2017
1 parent f57e145 commit 23805b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1638,9 +1638,9 @@ body.page-upcoming table tr td.logo img{
border-radius: 6px 0 6px 6px;
}

.news select {
.newsi select {
width: 60% !important;
}
.news input[type="url"] {
.newsi input[type="url"] {
width: 100% !important;
}
4 changes: 2 additions & 2 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@
</fieldset>
</div>
</fieldset>
<fieldset id="news">
<fieldset id="newsi">
<legend>News</legend>
<table class="news table" id="NewsTable">
<table class="newsi table" id="NewsTable">
<thead>
<tr>
<td>RSS/Atom URL</td>
Expand Down

0 comments on commit 23805b8

Please sign in to comment.