diff options
author | Unknwon <u@gogs.io> | 2015-08-15 20:55:03 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-15 20:55:03 +0800 |
commit | 7bb5cb444ce433ce2c971f32b7a95e612580f4ee (patch) | |
tree | fdfb295e0c72648fc183d5fc9c938de2fa7cddcb /public/less | |
parent | 2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8 (diff) | |
download | gitea-7bb5cb444ce433ce2c971f32b7a95e612580f4ee.tar.gz gitea-7bb5cb444ce433ce2c971f32b7a95e612580f4ee.zip |
fix css styles
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_form.less | 2 | ||||
-rw-r--r-- | public/less/_repository.less | 49 |
2 files changed, 30 insertions, 21 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 26928fd190..03c0144d98 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -9,7 +9,7 @@ .ui.attached.header { background: #f0f0f0; .right { - margin-top: -5px; + margin-top: -6px; } } .repository { diff --git a/public/less/_repository.less b/public/less/_repository.less index 4b228cd18b..8d9394ec61 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -411,27 +411,36 @@ } } -.settings .key.list { - .item:not(:first-child) { - border-top: 1px solid #eaeaea; - } - .ssh-key-state-indicator { - float: left; - color: gray; - padding-left: 10px; - padding-top: 10px; - &.active { - color: #6cc644; - } - } - .meta { - padding-top: 5px; - } - .print { - color: #767676; +.settings { + .content { + margin-top: 2px; + .header, + .segment { + box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); + } } - .activity { - color: #666; + .key.list { + .item:not(:first-child) { + border-top: 1px solid #eaeaea; + } + .ssh-key-state-indicator { + float: left; + color: gray; + padding-left: 10px; + padding-top: 10px; + &.active { + color: #6cc644; + } + } + .meta { + padding-top: 5px; + } + .print { + color: #767676; + } + .activity { + color: #666; + } } } |