Skip to content

Commit

Permalink
Some layout adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Sep 11, 2015
1 parent f9655c7 commit 47721ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 10 additions & 2 deletions client/stylesheets/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -2157,12 +2157,19 @@ a.github-fork {
height: 23px;
font-size: 11px;
padding: 3px;
display: inline-block;
white-space: nowrap;
display: -webkit-flex;
display: flex;
align-items: center;
overflow: hidden;
position: absolute;
right: 20px;
opacity: .5;
.transition(opacity .2 linear);
> * {
margin: 0 3px;
}
&:hover {
opacity: 1;
}
q {
padding: 0 0 0 3px;
Expand Down Expand Up @@ -3386,6 +3393,7 @@ a.github-fork {
border-radius: 4px;
padding: 0px 3px 2px 2px;
font-weight: bold;
border: 1px solid #8FD1F9;
}

.avatar-suggestions {
Expand Down
5 changes: 1 addition & 4 deletions client/stylesheets/utils/_colors.import.less
Original file line number Diff line number Diff line change
Expand Up @@ -744,10 +744,7 @@ a.github-fork {
background: #FCFCFC;
}
.formatting-tips {
color: #888888;
&:hover {
color: #444444;
}
color: #444444;
q {
border-left-color: #ccc;
}
Expand Down

0 comments on commit 47721ed

Please sign in to comment.