From 5c7cb1594b6904657bc63c50abc8b72056a85e4b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 11 Mar 2017 01:43:45 -0500 Subject: repo/branches: overview and all (#2310) --- public/less/_repository.less | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'public/less') diff --git a/public/less/_repository.less b/public/less/_repository.less index 41ab594d..2af2e1e0 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -150,6 +150,36 @@ } } + &.branches { + .ui.list { + padding: 0; + >.item { + margin: 0; + line-height: 2em; + &:not(:last-child) { + border-bottom: 1px solid #DDD; + } + .column { + padding: 5px 15px; + .octicon { + vertical-align: text-bottom; + } + code { + padding: 4px 0; + font-size: 12px; + } + .ui.text:not(i) { + font-size: 12px; + } + .ui.button { + font-size: 12px; + padding: 8px 10px; + } + } + } + } + } + &.file.list { #repo-desc { font-size: 1.2em; @@ -174,7 +204,7 @@ width: 100%; .item { margin-left: 0; - width: 50%; + width: 33.33%; .text b { font-size: 15px; } -- cgit v1.2.3