summaryrefslogtreecommitdiffstats
path: root/clouds
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 /clouds
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 'clouds')
-rwxr-xr-xclouds/clouds.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/clouds/clouds.css b/clouds/clouds.css
index 80d93c0..7b0b6b9 100755
--- a/clouds/clouds.css
+++ b/clouds/clouds.css
@@ -354,6 +354,9 @@ body {
margin-left: 230px;
padding-bottom: 5px;
}
+#content table form {
+ display: inline-block;
+}
#content .submit {
width: 100px;
border-right: 1px solid #cacaca;