diff options
author | modmew8 <modmew8@gmail.com> | 2018-02-06 11:22:31 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-02-06 12:22:31 +0200 |
commit | ffd0062438a07dff73c949a0a963e62c5a29abf8 (patch) | |
tree | 7ae9488f8720d7e6af69d8d43d9d229d3cc6403e /public/less/_repository.less | |
parent | a2648281a044f33da5492c9d7aaddb6523b65f3a (diff) | |
download | gitea-ffd0062438a07dff73c949a0a963e62c5a29abf8.tar.gz gitea-ffd0062438a07dff73c949a0a963e62c5a29abf8.zip |
Fix checklist padding (#3460)
* Changed style of checklist in issuelist.
* Adjusted padding for progressbar, updated index.css.
* Fixed another wrong tab to spaces.
Signed-off-by: modmew8 <modmew8@gmail.com>
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index b4d0ae2f9e..53ad337f51 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -1491,20 +1491,24 @@ .desc { padding-top: 5px; color: #999; - .progress-bar { - width: 80px; - height: 6px; - display: inline-block; - background-color: #eee; - overflow: hidden; - border-radius: 3px; - vertical-align: middle !important; - .progress { - background-color: #ccc; - display: block; - height: 100%; - } - } + .checklist { + padding-left: 5px; + .progress-bar { + margin-left: 2px; + width: 80px; + height: 6px; + display: inline-block; + background-color: #eee; + overflow: hidden; + border-radius: 3px; + vertical-align: 2px !important; + .progress { + background-color: #ccc; + display: block; + height: 100%; + } + } + } a.milestone { padding-left: 5px; color: #999!important; |