diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 20:27:23 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 20:27:23 +0000 |
commit | e7b3717614621f14695ab6ca6dda6dd17ba3d65c (patch) | |
tree | c8e6061aef3ff7bad5a17e1aecaf441d35e282cb /h-source/Public/Css | |
parent | 0de74c6879d263645770de3d6b3ce7123f5241d6 (diff) |
added new easygiant library
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index fc2b042..a159733 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -823,12 +823,12 @@ ins margin:20px 0px; } -.formEntry input,.formEntry textarea { +.form_input_text input,.form_textarea textarea { width:450px; padding:3px; border: 1px solid #CECECE; } -.formEntry textarea +.form_textarea textarea { height:100px; } |