summaryrefslogtreecommitdiffstats
path: root/wik
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-26 13:02:19 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-26 13:02:19 +0000
commit3ed393e837830cff7ed7ba17967de0f996aa3147 (patch)
tree67125d7da064438f506c41fd26ef76829585a7d7 /wik
parentc19c674073da4349a653dfc0ae050498807ed6ab (diff)
downloadacf-skins-3ed393e837830cff7ed7ba17967de0f996aa3147.tar.bz2
acf-skins-3ed393e837830cff7ed7ba17967de0f996aa3147.tar.xz
Modify skins to display forms inline-block when in tables
Diffstat (limited to 'wik')
-rw-r--r--wik/wik.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/wik/wik.css b/wik/wik.css
index 8080c93..d47428b 100644
--- a/wik/wik.css
+++ b/wik/wik.css
@@ -319,6 +319,10 @@ body {
padding-bottom: 5px;
}
+#content table form {
+ display: inline-block;
+}
+
/*
#content .tailer {
clear: both;