diff options
author | Unknwon <u@gogs.io> | 2015-11-30 20:45:55 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-30 20:45:55 -0500 |
commit | 830d00066785d131413d1de11ce301bf1f0b818a (patch) | |
tree | dd22bc4ecc89692146776d335d08c04722650f3f /public/less | |
parent | 5d1f5f32d069ee58a9eb89072231d92dc9ec5f74 (diff) | |
download | gitea-830d00066785d131413d1de11ce301bf1f0b818a.tar.gz gitea-830d00066785d131413d1de11ce301bf1f0b818a.zip |
finish wiki
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 486e0b8267..928d5cf357 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -91,6 +91,31 @@ } } + #clone-panel { + margin-top: -8px; + width: 100%; + + input { + border-radius: 0; + padding: 5px 10px; + } + + .clone.button { + font-size: 13px; + padding: 0 5px; + &:first-child { + border-radius: .28571429rem 0 0 .28571429rem; + } + } + .icon.button { + padding: 0 10px; + } + .dropdown .menu { + right: 0!important; + left: auto!important; + } + } + &.file.list { #repo-desc { font-size: 1.2em; @@ -117,31 +142,6 @@ } } - .clone.input { - margin-top: -8px; - width: 100%; - - input { - border-radius: 0; - padding: 5px 10px; - } - - .clone.button { - font-size: 13px; - padding: 0 5px; - &:first-child { - border-radius: .28571429rem 0 0 .28571429rem; - } - } - .icon.button { - padding: 0 10px; - } - .dropdown .menu { - right: 0!important; - left: auto!important; - } - } - #repo-files-table { .table.list { width: 80% !important; @@ -972,9 +972,10 @@ } &.view { - .header:not(.sub) { - // padding-left: 30px; + .choose.page { + margin-top: -5px; } + .ui.sub.header { text-transform: none; } |