diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
| commit | 76aa4bd1efc3db62326fa2c008de568b53b8710e (patch) | |
| tree | 9be160a244c592d32a3f0f0e39ad5166e0fb783d /lib/gallery.common.css | |
| parent | 6403becb3f466288192f852d5191d62801e6b6f0 (diff) | |
Move comment and recaptcha CSS to their respective modules.
Diffstat (limited to 'lib/gallery.common.css')
| -rw-r--r-- | lib/gallery.common.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 235c5604..be12af55 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -9,6 +9,8 @@ * 4) States and interactions * 5) Positioning and order * 6) Containers/widgets + * + * @todo Remove extra white space at the top of the add comment form, above the first field */ /** ******************************************************************* @@ -58,10 +60,6 @@ input[type="hidden"] { display: none; } -textarea { - height: 12em; -} - input.textbox, input[type="text"], input[type="password"], @@ -74,6 +72,11 @@ textarea { width: 50%; } +textarea { + height: 12em; + width: 97%; +} + input:focus, input.textbox:focus, input[type=text]:focus, |
