diff options
author | Adam Strzelecki <ono@java.pl> | 2015-12-02 23:48:36 +0100 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-12-02 23:48:36 +0100 |
commit | 314664892c42741e2ff905bead8b7e8105aecaca (patch) | |
tree | 639b0b5b2fcc1b9a831e7d30238af484ba4f0081 /public/less | |
parent | 3eae4ecde76d3196b8fb5c7d4482c74e438d5a87 (diff) | |
download | gitea-314664892c42741e2ff905bead8b7e8105aecaca.tar.gz gitea-314664892c42741e2ff905bead8b7e8105aecaca.zip |
UI: Keep repo URL action right of ref combo & path
Just use secondary menu instead custom ".head.meta", which simplifies code.
Also do not display repo URL action when we are in subdirectory or viewing a
file.
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 7f66948c42..25a71078e1 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -139,22 +139,6 @@ font-size: 1.4em; } } - .head.meta { - padding: 0; - li { - list-style: none; - display: inline-block; - - .ui.breadcrumb { - margin-top: -5px; - - span, - a { - font-size: 16px; - } - } - } - } #repo-files-table { thead { |