forked from cypht-org/cypht
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cypht-org#1086 from David-Muhasa/user-repositories
added functionality : query the user's repositories and add them to the user settings on github connect
- Loading branch information
Showing
2 changed files
with
36 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
.github_connect_section { padding: 20px; padding-bottom: 40px; display: none; padding-left: 40px; } | ||
.github_connect_section .add_server { width: 180px; } | ||
.github_connect_section .server_title { margin-bottom: 10px; } | ||
.github_disconnect { margin-left: 20px; margin-top: 20px; } | ||
.configured_repo { margin-bottom: 5px; } | ||
.github_link { margin-left: 10px; display: inline; } | ||
.github_all_setting { display: none; } | ||
.github_para { white-space: pre; border-bottom: solid 1px #ccc; padding-bottom: 20px; margin-bottom: 20px; } |