diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 02:49:51 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 02:49:51 +0000 |
commit | 03221906071c7669b6c1d8a7ab5afc0deb4f26f8 (patch) | |
tree | d49b082d33690a10d5432ae20b0bba99da7bf388 /theme/base | |
parent | 8f25e4b48a5a578720baac0bc26dd5b9ba8fe3e3 (diff) |
Readjusted location and size for logo, form_notice,
site_nav_global_primary
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 8685bdc87..b58a5b09c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -316,6 +316,7 @@ padding:18px 4px 18px 18px; /*Start: FORM NOTICE*/ #form_notice { width:384px; +width:458px; float:left; margin-left:68px; position:relative; @@ -331,7 +332,9 @@ display:none; #form_notice textarea { -moz-border-radius:4px; width:304px; +width:377px; height:95px; +height:86px; line-height:1.5; padding:7px 7px 14px 7px; } @@ -357,6 +360,7 @@ margin-left:4px; #form_notice .form_note { position:absolute; top:125px; +top:116px; right:98px; z-index:9; } @@ -385,6 +389,7 @@ text-indent:-9999px; #form_notice .form_actions { position:absolute; top:107px; +top:98px; right:0; } #form_notice li { @@ -1076,7 +1081,6 @@ text-align:center; } -c #testimonials { clear:both; } |