[PR #3460] [MERGED] Fix checklist padding #16948

Closed
opened 2025-11-02 12:22:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3460
Author: @modmew8
Created: 2/5/2018
Status: Merged
Merged: 2/6/2018
Merged by: @lafriks

Base: masterHead: fixChecklistPadding


📝 Commits (5)

  • bbe97b9 Changed style of checklist in issuelist.
  • 5dba067 Adjusted padding for progressbar, updated index.css.
  • ef7ffec Fixed another wrong tab to spaces.
  • 317c0b8 Merge branch 'master' into fixChecklistPadding
  • 36d551a Merge branch 'master' into fixChecklistPadding

📊 Changes

4 files changed (+25 additions, -17 deletions)

View changed files

📝 public/css/index.css (+1 -1)
📝 public/less/_repository.less (+18 -14)
📝 templates/repo/issue/list.tmpl (+3 -1)
📝 templates/user/dashboard/issues.tmpl (+3 -1)

📄 Description

padding

The offset bugged me a lot.

I wrapped the checklist&progressbar in one checklist span, added the same padding as for the milestone style and adjusted the position of the progressbar a little bit.

Also corrected fmt for the less file.

Checked style in firefox, chrome, IE11, and edge.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3460 **Author:** [@modmew8](https://github.com/modmew8) **Created:** 2/5/2018 **Status:** ✅ Merged **Merged:** 2/6/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fixChecklistPadding` --- ### 📝 Commits (5) - [`bbe97b9`](https://github.com/go-gitea/gitea/commit/bbe97b93be92e61a18850c16e778192a2b8072d1) Changed style of checklist in issuelist. - [`5dba067`](https://github.com/go-gitea/gitea/commit/5dba067bf65a6c09a71689e695474c0a63e5347d) Adjusted padding for progressbar, updated index.css. - [`ef7ffec`](https://github.com/go-gitea/gitea/commit/ef7ffece3f12b77f1a83fa890a83e2100cb3204c) Fixed another wrong tab to spaces. - [`317c0b8`](https://github.com/go-gitea/gitea/commit/317c0b8b66ef029b410279729c4ff4c7be5c828d) Merge branch 'master' into fixChecklistPadding - [`36d551a`](https://github.com/go-gitea/gitea/commit/36d551ac3bf7b9fa3827028eb99c25bfe8247852) Merge branch 'master' into fixChecklistPadding ### 📊 Changes **4 files changed** (+25 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+1 -1) 📝 `public/less/_repository.less` (+18 -14) 📝 `templates/repo/issue/list.tmpl` (+3 -1) 📝 `templates/user/dashboard/issues.tmpl` (+3 -1) </details> ### 📄 Description ![padding](https://user-images.githubusercontent.com/6024058/35810916-7806fa1e-0a8d-11e8-9e0a-ce1b671911c8.png) The offset bugged me a lot. I wrapped the checklist&progressbar in one checklist span, added the same padding as for the milestone style and adjusted the position of the progressbar a little bit. Also corrected fmt for the less file. Checked style in firefox, chrome, IE11, and edge. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:22:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16948