You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
wxiaoguang cc00fd50f3
Clarify "text-align" CSS helpers, fix clone button padding (#25763)
Changes:

* Rename gt-tl/gt-tc/gt-tr to gt-text-left/gt-text-center/gt-text-right
* The gt-ab and gt-br-0 are removed because they are not needed anymore
* Fix the clone dropdown button padding by ":not(.icon)"

Before:

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/eb030633-622c-4ca7-8e88-ce010d9f51a6)

</details>

After:

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/64c09403-bf21-439c-88f1-780b34ccab6b)

</details>

Fixes #25758

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
admin Replace fomantic divider module with our own (#25539) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Align language menu icon and fit the footer area (#25556) 1 year ago
code Fix inconsistent user profile layout across tabs (#25625) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) 1 year ago
explore Fix inconsistent user profile layout across tabs (#25625) 1 year ago
mail Add template linting via djlint (#25212) 1 year ago
org Following up fixes for "Fix inconsistent user profile layout across tabs" (#25739) 1 year ago
package Reformat some templates (#25756) 1 year ago
projects Clarify "text-align" CSS helpers, fix clone button padding (#25763) 1 year ago
repo Clarify "text-align" CSS helpers, fix clone button padding (#25763) 1 year ago
shared Following up fixes for "Fix inconsistent user profile layout across tabs" (#25739) 1 year ago
status Replace fomantic divider module with our own (#25539) 1 year ago
swagger Fix bug of branches API with tests (#25578) 1 year ago
user Clarify "text-align" CSS helpers, fix clone button padding (#25763) 1 year ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 1 year ago
install.tmpl Disable run user change in installation page (#22499) 1 year ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 1 year ago