diff options
author | Samantha Doherty <sammy@status.net> | 2010-09-23 10:50:45 -0400 |
---|---|---|
committer | Samantha Doherty <sammy@status.net> | 2010-09-23 10:50:45 -0400 |
commit | a2bfcc9734f5fc699961fd5fe63daf42f099e99b (patch) | |
tree | 66cd68c1cbfea14ddeeec5b34c158fbee32aa00a /theme/rebase/css/ie.css | |
parent | 5f409a0d7caa3b075657eef947deb7b62452b82d (diff) |
Provisional versions of two new themes (plus new base).
Diffstat (limited to 'theme/rebase/css/ie.css')
-rw-r--r-- | theme/rebase/css/ie.css | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/theme/rebase/css/ie.css b/theme/rebase/css/ie.css new file mode 100644 index 000000000..48b5cd6af --- /dev/null +++ b/theme/rebase/css/ie.css @@ -0,0 +1,60 @@ +/** + * @package StatusNet + * @author Sarven Capadisli <csarven@status.net> + * @copyright 2009-2010 StatusNet, Inc. + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported + * @link http://status.net/ + */ +/* IE specific styles */ +input.checkbox, +input.radio { +top:0; +} +.form_notice textarea { +width:78%; +} +.form_notice .form_note + label { +position:absolute; +top:25px; +left:83%; +text-indent:-9999px; +height:16px; +width:16px; +display:block; +} +.form_notice #notice_action-submit { +width:17%; +max-width:17%; +} +.form_notice #notice_data-attach_selected, +.form_notice #notice_data-geo_selected { +width:78.75%; +} +.form_notice #notice_data-attach_selected button, +.form_notice #notice_data-geo_selected button { +padding:0 4px; +} +.notice-options input.submit { +font-size:0; +text-align:right; +text-indent:0; +} +.notice div.entry-content .timestamp a { +margin-right:4px; +} +.entity_profile { +width:64%; +} +.notice { +z-index:1; +} +.notice:hover { +z-index:9999; +} +.notice .thumbnail img { +z-index:9999; +} + +.form_settings fieldset fieldset legend { +line-height:auto; +} |