fedora_elections/static/elections.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
New commits: commit dc2d372f64d184fb45a006928c7a203af0880500 Merge: ce7c56b a0b79b3 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Tue Apr 14 23:44:35 2015 +0200
Merge pull request #42 from fedora-infra/css_fix
Make elections prettier on high resolution display
commit a0b79b3bf691deb72002f3a6ba1446e21648a63f Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Mon Apr 13 23:19:21 2015 +0200
Make elections prettier on high resolution display
diff --git a/fedora_elections/static/elections.css b/fedora_elections/static/elections.css index 18a2e2b..cd90a28 100644 --- a/fedora_elections/static/elections.css +++ b/fedora_elections/static/elections.css @@ -14,6 +14,22 @@ color: #FF8000; }
+input { + font-size: 100%; +} + +textarea { + font-size: 100%; +} + +button { + font-size: 100%; +} + +select { + font-size: 100%; +} + #galleria{ height: 250px; }
elections-devel@lists.stg.fedorahosted.org