Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix CSS
Signed-off-by: Tortue Torche <[email protected]>
  • Loading branch information
tortuetorche authored and backportbot[bot] committed Apr 9, 2020
commit eff479c5ab91c77b1be80f5012bcd6523af85359
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;
}