Skip to content

Commit

Permalink
twitter-server: remove index.css's "form input" selector
Browse files Browse the repository at this point in the history
Problem

RB 779102 changed index.css to set the width for all elements matching `table input`. This has negative effects on other elements rendered in the twitter-server admin page outside of the intended effect.

Solution

Remove that rule, since it didn't affect any elements anyway (.form-control took precedence)

Result

The "Events" page still renders as it should, and other pages are not affected by that CSS rule.

RB_ID=788778
  • Loading branch information
Matt Landis authored and jenkins committed Jan 18, 2016
1 parent 2e65aea commit ed69f95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/twitter-server/css/index.css
Expand Up @@ -210,10 +210,6 @@ caption {
text-align: left;
}

table input {
width: 95%;
}

.filter-input-group {
position: relative;
display: inline-block;
Expand Down

0 comments on commit ed69f95

Please sign in to comment.