diff options
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 70 |
1 files changed, 37 insertions, 33 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 176c9e9d..003192f8 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -160,42 +160,46 @@ } } } - // &.new.milestone { - // textarea { - // height: 200px; - // } - // } + &.new.milestone { + textarea { + height: 200px; + } + #deadline { + width: 150px; + } + } +} - // &.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; + } } -// .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; -// } -// } +.ui.vertical.menu { + .header.item { + font-size: 1.1em; + background: #f0f0f0; + } +} .edit-label.modal, .new-label.segment { |