mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 01:55:44 +00:00
Bug 337998 - don't force the chrome direction on the whole feed preview (but do set it on the UI parts of it), also includes some RTL-compat fixes on the themes side of things. r=mconnor.
This commit is contained in:
parent
5d417d4587
commit
6763d282ad
@ -36,7 +36,7 @@ html {
|
||||
|
||||
#feedIntroText {
|
||||
display: none;
|
||||
margin-left: 2em;
|
||||
-moz-margin-start: 2em;
|
||||
}
|
||||
|
||||
#feedHeader[firstrun="true"] #feedIntroText {
|
||||
@ -49,7 +49,7 @@ html {
|
||||
}
|
||||
|
||||
#feedHeader[firstrun="true"] #feedSubscribeLine {
|
||||
margin-left: 1.7em;
|
||||
-moz-margin-start: 1.7em;
|
||||
background: -moz-Field;
|
||||
}
|
||||
|
||||
@ -66,7 +66,7 @@ html {
|
||||
|
||||
#feedSubscribeLink {
|
||||
background: url("chrome://browser/skin/places/livemarkItem.png") left 0 no-repeat;
|
||||
padding-left: 18px;
|
||||
-moz-padding-start: 18px;
|
||||
font-weight: bold;
|
||||
-moz-margin-end: .4em;
|
||||
}
|
||||
@ -128,7 +128,10 @@ h2 {
|
||||
|
||||
#feedTitleLink {
|
||||
float: right;
|
||||
margin: 0 0 0 .6em;
|
||||
-moz-margin-start: .6em;
|
||||
-moz-margin-end: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
a[href] img {
|
||||
@ -136,11 +139,17 @@ a[href] img {
|
||||
}
|
||||
|
||||
#feedTitleContainer {
|
||||
margin: 0 .6em 0 0;
|
||||
-moz-margin-start: 0;
|
||||
-moz-margin-end: .6em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#feedTitleImage {
|
||||
margin: 0 0 0 .6em;
|
||||
-moz-margin-start: .6em;
|
||||
-moz-margin-end: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.feedEntryContent {
|
||||
|
Loading…
Reference in New Issue
Block a user