diff options
author | Unknwon <u@gogs.io> | 2015-08-06 22:48:11 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-06 22:48:11 +0800 |
commit | 39a3b768bc8b0288cb4aa91d27485f46cfbfeb29 (patch) | |
tree | bef625e010018151863344d9da3ff22d2dfbc8f9 /public/less | |
parent | 9f12ab0e8847682a686fdb843922a761bbb5c225 (diff) |
#334: Add Deployment Key Support
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_form.less | 6 | ||||
-rw-r--r-- | public/less/_install.less | 3 | ||||
-rw-r--r-- | public/less/_repository.less | 30 |
3 files changed, 36 insertions, 3 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 3cc1c7f5..8b2c30b1 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -5,4 +5,10 @@ padding-bottom: .6em; display: inline-block; } +} +.ui.attached.header { + background: #f0f0f0; + .right { + margin-top: -5px; + } }
\ No newline at end of file diff --git a/public/less/_install.less b/public/less/_install.less index 244f7c0d..ffc53252 100644 --- a/public/less/_install.less +++ b/public/less/_install.less @@ -1,9 +1,6 @@ .install { padding-top: 45px; padding-bottom: @footer-margin * 3; - .attached.header { - background: #f0f0f0; - } form { label { text-align: right; diff --git a/public/less/_repository.less b/public/less/_repository.less index db245e93..bdea35c0 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -217,6 +217,36 @@ height: 200px; } } + + &.settings { + .content { + padding-left: 20px!important; + } + } +} + +.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; + } + .activity { + color: #666; + } } .edit-label.modal { |