Skip to content
Snippets Groups Projects
Verified Commit 966c4f33 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix files, project settings and few more pages with new layout

parent 6a40718b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -140,7 +140,8 @@
float: right;
 
.btn {
margin-top: 7px;
padding: 7px 10px;
margin-top: 11px;
}
}
}
Loading
Loading
@@ -30,6 +30,7 @@ table {
}
 
th {
background-color: $background-color;
font-weight: normal;
font-size: 15px;
border-bottom: 1px solid $border-color !important;
Loading
Loading
.tree-holder {
> .nav-block {
margin: 11px 0;
}
 
.file-finder {
width: 50%;
Loading
Loading
@@ -13,7 +16,7 @@
 
tr {
> td, > th {
line-height: 28px;
line-height: 26px;
}
 
&:hover {
Loading
Loading
@@ -115,3 +118,8 @@
font-weight: normal;
color: $md-link-color;
}
.tree-controls {
float: right;
margin-top: 11px;
}
- @blank_container = true
 
.project-edit-container
.project-edit-container.prepend-top-default
.project-edit-errors
.project-edit-content
.panel.panel-default
Loading
Loading
- page_title "Runners"
.light
.light.prepend-top-default
%p
A 'runner' is a process which runs a build.
You can setup as many runners as you need.
Loading
Loading
%div.tree-content-holder
.table-holder
%table.table#tree-slider{class: "table_#{@hex_path} tree-table table-striped" }
%table.table#tree-slider{class: "table_#{@hex_path} tree-table" }
%thead
%tr
%th Name
Loading
Loading
Loading
Loading
@@ -5,13 +5,13 @@
= auto_discovery_link_tag(:atom, namespace_project_commits_url(@project.namespace, @project, @ref, format: :atom, private_token: current_user.private_token), title: "#{@project.name}:#{@ref} commits")
= render 'projects/last_push'
 
.pull-right
.tree-controls
= render 'projects/find_file_link'
- if can? current_user, :download_code, @project
= render 'projects/repositories/download_archive', ref: @ref, btn_class: 'hidden-xs hidden-sm btn-grouped', split_button: true
 
#tree-holder.tree-holder.clearfix
.gray-content-block.top-block
.nav-block
= render 'projects/tree/tree_header', tree: @tree
 
= render 'projects/tree/tree_content', tree: @tree
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment