Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
b007dc80
Unverified
Commit
b007dc80
authored
1 year ago
by
Saurabh Kumar
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Make the spacing around buttons and section consistent (#3360)
parent
417057ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!18
Fix application form submit button remaining disabled (#3483)
,
!13
Merge in v4.1.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hypha/apply/funds/templates/funds/includes/admin_primary_actions.html
+3
-3
3 additions, 3 deletions
...funds/templates/funds/includes/admin_primary_actions.html
hypha/static_src/src/sass/apply/components/_wrapper.scss
+0
-1
0 additions, 1 deletion
hypha/static_src/src/sass/apply/components/_wrapper.scss
with
3 additions
and
4 deletions
hypha/apply/funds/templates/funds/includes/admin_primary_actions.html
+
3
−
3
View file @
b007dc80
...
@@ -51,15 +51,15 @@
...
@@ -51,15 +51,15 @@
<a
data-fancybox
data-src=
"#update-status"
class=
"button button--primary button--full-width {% if progress_form.should_show %}is-not-disabled{% else %}is-disabled{% endif %}"
href=
"#"
>
{% trans "Update status" %}
</a>
<a
data-fancybox
data-src=
"#update-status"
class=
"button button--primary button--full-width {% if progress_form.should_show %}is-not-disabled{% else %}is-disabled{% endif %}"
href=
"#"
>
{% trans "Update status" %}
</a>
<
p
class=
"sidebar__separator"
>
{% trans "Assign" %}
</
p
>
<
div
class=
"sidebar__separator
mt-4
"
>
{% trans "Assign" %}
</
div
>
<div
class=
"wrapper wrapper--sidebar-buttons"
>
<div
class=
"wrapper wrapper--sidebar-buttons
mt-2
"
>
<a
data-fancybox
data-src=
"#update-reviewers"
class=
"button button--half-width button--white"
href=
"#"
>
{% trans "Reviewers" %}
</a>
<a
data-fancybox
data-src=
"#update-reviewers"
class=
"button button--half-width button--white"
href=
"#"
>
{% trans "Reviewers" %}
</a>
<a
data-fancybox
data-src=
"#update-partners"
class=
"button button--half-width button--white"
href=
"#"
>
{% trans "Partners" %}
</a>
<a
data-fancybox
data-src=
"#update-partners"
class=
"button button--half-width button--white"
href=
"#"
>
{% trans "Partners" %}
</a>
<a
data-fancybox
data-src=
"#assign-lead"
class=
"button button--half-width button--white"
href=
"#"
>
{% trans "Lead" %}
</a>
<a
data-fancybox
data-src=
"#assign-lead"
class=
"button button--half-width button--white"
href=
"#"
>
{% trans "Lead" %}
</a>
</div>
</div>
<details>
<details
class=
"mt-4"
>
<summary
class=
"sidebar__separator sidebar__separator--medium"
>
{% trans "More actions" %}
</summary>
<summary
class=
"sidebar__separator sidebar__separator--medium"
>
{% trans "More actions" %}
</summary>
<a
class=
"button button--white button--full-width button--bottom-space"
href=
"{% url 'funds:submissions:revisions:list' submission_pk=object.id %}"
>
{% trans "Revisions" %}
</a>
<a
class=
"button button--white button--full-width button--bottom-space"
href=
"{% url 'funds:submissions:revisions:list' submission_pk=object.id %}"
>
{% trans "Revisions" %}
</a>
...
...
This diff is collapsed.
Click to expand it.
hypha/static_src/src/sass/apply/components/_wrapper.scss
+
0
−
1
View file @
b007dc80
...
@@ -216,7 +216,6 @@
...
@@ -216,7 +216,6 @@
&
--sidebar-buttons
{
&
--sidebar-buttons
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-bottom
:
20px
;
}
}
&
--cta-box
{
&
--cta-box
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment