Skip to content

Commit

Permalink
put feed title icon on to the left for better consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
levito committed Mar 16, 2014
1 parent d44cce0 commit ec9efba
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions feedly.css
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,7 @@ a:hover {
}
#headlines-toolbar .r img {
vertical-align: top !important;
}
#headlines-toolbar .r a > img {
float: right;
margin: 1px -21px 0 0;
margin: 1px 6px 0 0;
}
#headlines-toolbar .main {
width: 100%;
Expand All @@ -483,7 +480,7 @@ a:hover {
}
/*#headlines-toolbar .main*/ #selected_prompt {
float: left;
margin: 1px 0 0 29px;
margin: 1px 0 0 12px;
}
#headlines-toolbar .main > * {
color: #b2b2b2;
Expand Down Expand Up @@ -1677,7 +1674,7 @@ hack inspired by browserhacks.com */

#cancel_search {
font-size: 0;
margin-left: 5px;
margin-left: 12px;
}
/* standard button styling applied to various elements */
#ttrssPrefs #header a,
Expand Down

0 comments on commit ec9efba

Please sign in to comment.