diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-25 15:44:17 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-25 15:44:17 -0700 |
commit | b47a1b3b578021d4d857c8030a5b6ee0101eae41 (patch) | |
tree | a72f65a94202e557ba32e18b45a5eddba4a48d72 /theme/base | |
parent | 37796a8dc637d1fd787961fad3a40a5e1dbdb6bc (diff) | |
parent | b53b6b8769d5531c16ba58d4560119bcee8b39ff (diff) |
Merge branch '0.8.x' into attachment-fixup
* 0.8.x:
Added functionality to remove the notice data attachment
max public page
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index c8f23e4f5..78fcd7ece 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -517,8 +517,19 @@ clear:both; width:81.5%; margin-bottom:0; line-height:1.618; +} +#form_notice #notice_data-attach_selected code { +float:left; +width:90%; +display:block; +font-size:1.1em; +line-height:1.8; overflow:auto; } +#form_notice #notice_data-attach_selected button { +float:right; +font-size:0.8em; +} /* entity_profile */ .entity_profile { |