A little more IE style cleanup.
This commit is contained in:
parent
bcb0709401
commit
39cf27c0e9
@ -10,13 +10,11 @@ top:0;
|
||||
}
|
||||
|
||||
.threaded-replies .form_notice textarea {
|
||||
width: 385px;
|
||||
width: 395px;
|
||||
}
|
||||
|
||||
.form_notice .form_note + label {
|
||||
position:absolute;
|
||||
top:25px;
|
||||
left:83%;
|
||||
text-indent:-9999px;
|
||||
height:16px;
|
||||
width:16px;
|
||||
@ -52,10 +50,6 @@ display:block;
|
||||
width: 468px;
|
||||
}
|
||||
|
||||
.threaded-replies .form_notice textarea {
|
||||
width: 395px;
|
||||
}
|
||||
|
||||
.notice-options input.submit {
|
||||
font-size:0;
|
||||
text-align:right;
|
||||
@ -102,28 +96,3 @@ line-height:auto;
|
||||
.notice .addressees:before {
|
||||
content: '\003E';
|
||||
}
|
||||
|
||||
/* IE7 */
|
||||
|
||||
*+html .input_forms {
|
||||
margin-bottom: -20px;
|
||||
}
|
||||
|
||||
*+html .notice .addressees {
|
||||
background: url(../images/icons/arrow_right.png) no-repeat top left;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
/* IE6 */
|
||||
|
||||
#content {
|
||||
_width: 520px;
|
||||
}
|
||||
|
||||
#aside_primary {
|
||||
_width: 190px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
_clear: left;
|
||||
}
|
||||
|
@ -1,30 +1,30 @@
|
||||
/**
|
||||
* @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/
|
||||
*/
|
||||
/* IE6 specific styles */
|
||||
address {
|
||||
margin-left:7px;
|
||||
}
|
||||
address .fn {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#wrap {
|
||||
width:1003px;
|
||||
margin:0 auto;
|
||||
}
|
||||
/* LTE IE6 styles */
|
||||
|
||||
#content {
|
||||
width:66%;
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
#aside_primary {
|
||||
padding:1.8%;
|
||||
width:24%;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
address .fn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#header-search {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
#header-search input {
|
||||
height: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.entity_profile .entity_nickname,
|
||||
.entity_profile .entity_location,
|
||||
.entity_profile .entity_url,
|
||||
@ -38,10 +38,23 @@ margin-bottom:123px;
|
||||
.entity_actions {
|
||||
width:20%;
|
||||
}
|
||||
|
||||
.notice div.entry-content {
|
||||
width:65%;
|
||||
margin-left:30px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.notice-source-activity div.entry-content {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.threaded-replies {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
#content .notice .threaded-replies .notice div.entry-content {
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
.notice-options a {
|
||||
width:16px;
|
||||
}
|
||||
|
22
theme/base/css/ie7.css
Normal file
22
theme/base/css/ie7.css
Normal file
@ -0,0 +1,22 @@
|
||||
/* LTE IE7 styles */
|
||||
|
||||
#core {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
#header-search input[type="submit"] {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.input_forms {
|
||||
margin-bottom: -20px;
|
||||
}
|
||||
|
||||
.notice .addressees {
|
||||
background: url(../images/icons/arrow_right.png) no-repeat top left;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
#content .notice .threaded-replies .notice-data {
|
||||
margin-left: 0px;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 271 B |
Loading…
Reference in New Issue
Block a user