diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-25 21:01:07 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-25 21:01:07 +0000 |
commit | 6a0571d51b0cafb0dbc7caf3aa61cdfd17d6c7ce (patch) | |
tree | 0097a5ba2e7572f02c87d3bf1ff5cda4dd72f783 /theme/base | |
parent | d1d5347ba3a567205fef36633b52f19a24485a42 (diff) |
Added functionality to remove the notice data attachment
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 { |