diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-07-31 19:53:31 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-07-31 19:53:31 +0200 |
commit | 44e099ad18f30b2f0df3c4a9546e3b254eafb638 (patch) | |
tree | 4a46bfc75e2220e5740cf1edc2d0f370ae2949f8 /lib | |
parent | 852896dac73e74fd791a001b8ea6bf23aa9e7791 (diff) | |
download | rpg-44e099ad18f30b2f0df3c4a9546e3b254eafb638.tar.gz rpg-44e099ad18f30b2f0df3c4a9546e3b254eafb638.tar.bz2 |
another try at the uploadform
darcs-hash:20060731175331-7ad00-7cfe2aa927bb837368c07e01a85ad9ffe697956d.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/media.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css index c36c48452..105083d38 100644 --- a/lib/tpl/default/media.css +++ b/lib/tpl/default/media.css @@ -154,17 +154,15 @@ it's dirty, so any "real" fixes are welcome */ } #media__content form.upload label { float: left; - width: 12.0em; - margin-right: .5em; -} -#media__content form.upload input { + width: 30%; } #media__content form.upload label.check { float: none; width: auto; } #media__content form.upload input.check { - margin-left: 12.0em; + //margin-left: 12.0em; + margin-left: 30%; } /* --- meta edit form --- */ |