From a5c3feda234e37b2d926b5c4fb7a2baf4cb6c9ba Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 13 2015 21:24:59 +0000 Subject: Make pagure prettier on high def display --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 1abf368..2a67ca8 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -9,6 +9,22 @@ h4 { margin: 0.8em 0 0.4em; } +input { + font-size: 100%; +} + +textarea { + font-size: 100%; +} + +button { + font-size: 100%; +} + +select { + font-size: 100%; +} + textarea { border: 1px #ccc solid; background: rgba(255, 255, 255, 0.5);