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/css | |
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/css')
-rwxr-xr-x | public/css/gogs.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index eba8454a1c..eb6188b37f 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1854,20 +1854,6 @@ footer .container .links > *:first-child { .repository.file.list .choose.reference .header .icon { font-size: 1.4em; } -.repository.file.list .head.meta { - padding: 0; -} -.repository.file.list .head.meta li { - list-style: none; - display: inline-block; -} -.repository.file.list .head.meta li .ui.breadcrumb { - margin-top: -5px; -} -.repository.file.list .head.meta li .ui.breadcrumb span, -.repository.file.list .head.meta li .ui.breadcrumb a { - font-size: 16px; -} .repository.file.list #repo-files-table thead th { padding-top: 8px; padding-bottom: 5px; |