ソースを参照

Merge pull request #1550 from mszkb/dev

fix font-sizes of input fields for exotic browsers
Alexandre Alapetite 8 年 前
コミット
2b0c9100ea
3 ファイル変更4 行追加1 行削除
  1. 1 0
      CREDITS.md
  2. 2 1
      p/themes/BlueLagoon/template.css
  3. 1 0
      p/themes/base-theme/template.css

+ 1 - 0
CREDITS.md

@@ -44,3 +44,4 @@ People are sorted by name so please keep this order.
 * [Thomas Citharel](https://github.com/tcitworld): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:tomgue), [Web](https://www.tcit.fr/)
 * [tomgue](https://github.com/tomgue): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=tomgue)
 * [Wanabo](https://github.com/Wanabo): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=Wanabo)
+* [mszkb](https://github.com/mszkb): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=mszkb)

+ 2 - 1
p/themes/BlueLagoon/template.css

@@ -2,7 +2,7 @@
 
 /*=== GENERAL */
 /*============*/
-html, body { 
+html, body {
 	margin: 0;
 	padding: 0;
 	font-size: 92%;
@@ -79,6 +79,7 @@ textarea {
 input, select, textarea {
 	display: inline-block;
 	max-width: 100%;
+	font-size: 0.8rem;
 }
 input[type="radio"],
 input[type="checkbox"] {

+ 1 - 0
p/themes/base-theme/template.css

@@ -88,6 +88,7 @@ input.extend:focus {
 input, select, textarea {
 	display: inline-block;
 	max-width: 100%;
+	font-size: 0.8rem;
 }
 input[type="radio"],
 input[type="checkbox"] {