mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-16 21:38:51 -04:00
fix font-sizes of input fields for exotic browsers
This commit is contained in:
@@ -88,6 +88,7 @@ input.extend:focus {
|
||||
input, select, textarea {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
font-size: inital;
|
||||
}
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
@@ -345,7 +346,7 @@ a.btn {
|
||||
/*=== Tree */
|
||||
.tree {
|
||||
margin: 0;
|
||||
padding: 0 0 15em 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user