From 2d88b213758d1d2aa14d33bef580941540fb17bd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 14 2015 14:36:50 +0000 Subject: Some more CSS fixes to make pagure looks pretty Both on high resolution display and regular display --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 2a67ca8..2403303 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -13,6 +13,10 @@ input { font-size: 100%; } +.issue_action input[type="submit"] { + font-size: 75%; +} + textarea { font-size: 100%; } @@ -22,7 +26,7 @@ button { } select { - font-size: 100%; + font-size: 75%; } textarea {