diff --git a/_includes/sidebar.html b/_includes/sidebar.html index cbed538..0cf42ff 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -2,9 +2,14 @@ Copy license text to clipboard

Suggest this license

-
- -
+
+

You can suggest this license to a Github repository to make it easier for other people to + contribute - this is done by opening a pull request, therefore you need to authenticate with + your Github account to do this.

+
+ +
+
diff --git a/assets/css/application.scss b/assets/css/application.scss index a5836b2..e462748 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -301,11 +301,11 @@ strong { margin-right: 12px; } -.repository-suggestion { +.input-wrapper { position: relative; } -.repository-suggestion .status-indicator { +.input-wrapper .status-indicator { position: absolute; right: 5px; top: 6px; @@ -317,12 +317,12 @@ strong { border: 4px solid #ddd; } -.repository-suggestion .status-indicator.fetching { +.input-wrapper .status-indicator.fetching { border-right-color: transparent; animation: rotate 0.8s infinite linear; } -.repository-suggestion .status-indicator.error { +.input-wrapper .status-indicator.error { border: 4px solid #c6403d; }