Skip to content

Commit

Permalink
Merge pull request #390 from tortuetorche/patch-fix-css
Browse files Browse the repository at this point in the history
Fix CSS
  • Loading branch information
ArtificialOwl authored Apr 9, 2020
2 parents e1167c8 + ea06838 commit e9bdc84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
}

#circles_new_type_definition div {
margin-top: 20px;
margin-top: 10px;
position: absolute;
width: 190px;
width: 250px;
color: #474747b0;
word-wrap: break-word;
}
Expand Down Expand Up @@ -209,7 +209,8 @@ div.circle .owner, div.circle .type, div.circle .resume {
}

.members_search, .groups_search {
padding: 10px;
padding: 12px;
padding-top: 5px;
border-top: solid 1px #00000022;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in;
Expand Down Expand Up @@ -363,7 +364,6 @@ DIV.result_top {

DIV.result_bot {
font-size: 12px;
padding: 5px;
height: 10px;
font-style: italic;
}

0 comments on commit e9bdc84

Please sign in to comment.