From 5edebdabd054e61521aff70ebd0c9be90bfa5602 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 3 May 2010 11:47:31 +0200 Subject: [PATCH] Added style for select boxes --- flask_website/static/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flask_website/static/style.css b/flask_website/static/style.css index d999e7a7..e2997630 100644 --- a/flask_website/static/style.css +++ b/flask_website/static/style.css @@ -26,12 +26,12 @@ blockquote { margin: 0; font-style: italic; color: #444; } margin: 10px -30px; } /* forms */ -input, textarea { border: 1px solid black; padding: 2px; background: white; - font-family: 'Georgia', serif; font-size: 17px; color: #004B6B; } -textarea { width: 99%; } -input[type="submit"] { background: #DEEBF3; border-color: #004B6B; } -input.openid { background: url(openid.png) no-repeat 4px center; - padding-left: 26px; } +input, textarea, select { border: 1px solid black; padding: 2px; background: white; + font-family: 'Georgia', serif; font-size: 17px; color: #004B6B; } +textarea { width: 99%; } +input[type="submit"] { background: #DEEBF3; border-color: #004B6B; } +input.openid { background: url(openid.png) no-repeat 4px center; + padding-left: 26px; } /* snippets */ .snippet-author { margin: 0 0 20px 0; font-size: 0.9em; }