From 3ed393e837830cff7ed7ba17967de0f996aa3147 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 26 Apr 2014 13:02:19 +0000 Subject: Modify skins to display forms inline-block when in tables --- snow/snow.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'snow') diff --git a/snow/snow.css b/snow/snow.css index 6c985de..97de059 100644 --- a/snow/snow.css +++ b/snow/snow.css @@ -275,6 +275,10 @@ body { border-bottom: none; } +#content table form { + display: inline-block; +} + #content .item p,input.text,select,textarea,input.password { background: #eee; width: 97%; -- cgit v1.2.3