More tweaks to repo top panel (#2267)

* More tweaks to repo top panel

* undo hiding of compare button on master

* attempt to fix ci issue

* another ci attempt
This commit is contained in:
silverwind 2017-08-14 00:49:38 +02:00 committed by Andrey Nering
parent 29f3a6e492
commit fc29a405e8
5 changed files with 19 additions and 23 deletions

View file

@ -1290,7 +1290,6 @@ footer .ui.language .menu {
margin-bottom: 20px;
}
.repository #clone-panel {
margin-top: -8px;
margin-left: 5px;
width: 350px;
}
@ -1318,6 +1317,10 @@ footer .ui.language .menu {
.repository.file.list .choose.reference .header .icon {
font-size: 1.4em;
}
.repository.file.list .repo-path .section,
.repository.file.list .repo-path .divider {
display: inline;
}
.repository.file.list #file-buttons {
font-weight: normal;
}

View file

@ -133,7 +133,6 @@
}
#clone-panel {
margin-top: -8px;
margin-left: 5px;
width: 350px;
@ -167,6 +166,13 @@
font-size: 1.4em;
}
}
.repo-path {
.section, .divider {
display: inline;
}
}
#file-buttons {
font-weight: normal;
.ui.button {