diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-27 17:44:55 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-27 17:44:55 +0100 |
commit | c370f0aadffd136ac80ad732bab05e415afd20c8 (patch) | |
tree | a3f0fd4f8879c053201cb5d42584549e542e61b3 /theme | |
parent | 0c8990b435695654131d6ae7a734e3059febb0b6 (diff) |
Removed attachment UI
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/facebookapp.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/theme/base/css/facebookapp.css b/theme/base/css/facebookapp.css index 47c63d823..8cd06f78a 100644 --- a/theme/base/css/facebookapp.css +++ b/theme/base/css/facebookapp.css @@ -34,15 +34,9 @@ background-color:#D0DFE7; background-color:#FAFBFC; } -#form_notice .form_note + label { -position:absolute; -top:25px; -right:10.5%; -cursor:pointer; -text-indent:-9999px; -width:16px; -height:16px; -background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px; +#form_notice .form_note + label, +#form_notice #notice_data-attach { +display:none; } #form_notice #notice_action-submit { |