BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a32f7766
Commit
a32f7766
authored
Oct 19, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make tables full width.
parent
41615ddd
Show whitespace changes
Inline
Side-by-side
Showing
41 changed files
with
71 additions
and
41 deletions
+71
-41
files.scss
app/assets/stylesheets/framework/files.scss
+0
-1
lists.scss
app/assets/stylesheets/framework/lists.scss
+1
-1
tables.scss
app/assets/stylesheets/framework/tables.scss
+9
-1
timeline.scss
app/assets/stylesheets/framework/timeline.scss
+1
-1
ci_projects.scss
app/assets/stylesheets/pages/ci_projects.scss
+0
-5
events.scss
app/assets/stylesheets/pages/events.scss
+1
-1
projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
tree.scss
app/assets/stylesheets/pages/tree.scss
+0
-7
index.html.haml
app/views/admin/abuse_reports/index.html.haml
+1
-0
show.html.haml
app/views/admin/applications/show.html.haml
+2
-1
show.html.haml
app/views/admin/background_jobs/show.html.haml
+1
-0
index.html.haml
app/views/admin/deploy_keys/index.html.haml
+1
-0
index.html.haml
app/views/admin/identities/index.html.haml
+1
-0
index.html.haml
app/views/admin/services/index.html.haml
+2
-1
index.html.haml
app/views/ci/admin/events/index.html.haml
+2
-1
index.html.haml
app/views/ci/admin/projects/index.html.haml
+2
-1
index.html.haml
app/views/ci/admin/runners/index.html.haml
+2
-1
index.html.haml
app/views/ci/events/index.html.haml
+2
-1
_create.html.haml
app/views/ci/lints/_create.html.haml
+1
-0
show.html.haml
app/views/dashboard/milestones/show.html.haml
+3
-1
index.html.haml
app/views/doorkeeper/applications/index.html.haml
+3
-1
show.html.haml
app/views/doorkeeper/applications/show.html.haml
+2
-2
index.html.haml
app/views/doorkeeper/authorized_applications/index.html.haml
+1
-0
show.html.haml
app/views/groups/milestones/show.html.haml
+3
-1
status.html.haml
app/views/import/bitbucket/status.html.haml
+2
-1
new_user_map.html.haml
app/views/import/fogbugz/new_user_map.html.haml
+1
-0
status.html.haml
app/views/import/fogbugz/status.html.haml
+2
-1
status.html.haml
app/views/import/github/status.html.haml
+2
-1
status.html.haml
app/views/import/gitlab/status.html.haml
+2
-1
status.html.haml
app/views/import/gitorious/status.html.haml
+2
-1
status.html.haml
app/views/import/google_code/status.html.haml
+2
-1
_event_table.html.haml
app/views/profiles/_event_table.html.haml
+2
-1
index.html.haml
app/views/projects/builds/index.html.haml
+1
-0
index.html.haml
app/views/projects/ci_web_hooks/index.html.haml
+1
-0
ci.html.haml
app/views/projects/commit/ci.html.haml
+3
-1
_branches_list.html.haml
...iews/projects/protected_branches/_branches_list.html.haml
+1
-0
show.html.haml
app/views/projects/runners/show.html.haml
+2
-1
index.html.haml
app/views/projects/services/index.html.haml
+2
-1
_tree.html.haml
app/views/projects/tree/_tree.html.haml
+1
-1
index.html.haml
app/views/projects/triggers/index.html.haml
+1
-0
history.html.haml
app/views/projects/wikis/history.html.haml
+2
-1
No files found.
app/assets/stylesheets/framework/files.scss
View file @
a32f7766
...
...
@@ -94,7 +94,6 @@
border-right
:
none
;
}
background
:
#fff
;
padding
:
10px
$gl-padding
;
}
.lines
{
pre
{
...
...
app/assets/stylesheets/framework/lists.scss
View file @
a32f7766
...
...
@@ -107,7 +107,7 @@ ul.content-list {
>
li
{
padding
:
$gl-padding
;
border-color
:
#f1f2f4
;
border-color
:
$table-border-color
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
color
:
$gl-gray
;
...
...
app/assets/stylesheets/framework/tables.scss
View file @
a32f7766
.table-holder
{
margin
:
-
$gl-padding
;
margin-top
:
0
;
margin-bottom
:
0
;
}
table
{
&
.table
{
.dropdown-menu
a
{
...
...
@@ -18,15 +24,17 @@ table {
tr
{
td
,
th
{
padding
:
8px
10px
;
padding
:
10px
$gl-padding
;
line-height
:
20px
;
vertical-align
:
middle
;
}
th
{
font-weight
:
normal
;
font-size
:
15px
;
border-bottom
:
1px
solid
$border-color
!
important
;
}
td
{
border-color
:
$table-border-color
!
important
;
border-bottom
:
1px
solid
;
...
...
app/assets/stylesheets/framework/timeline.scss
View file @
a32f7766
...
...
@@ -6,7 +6,7 @@
.timeline-entry
{
padding
:
$gl-padding
;
border-color
:
#f1f2f4
;
border-color
:
$table-border-color
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
color
:
$gl-gray
;
...
...
app/assets/stylesheets/pages/ci_projects.scss
View file @
a32f7766
...
...
@@ -6,11 +6,6 @@
line-height
:
1
.5
;
}
.wide-table-holder
{
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
}
.builds
,
.projects-table
{
.light
{
...
...
app/assets/stylesheets/pages/events.scss
View file @
a32f7766
...
...
@@ -7,7 +7,7 @@
padding
:
$gl-padding
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
border-bottom
:
1px
solid
#f1f2f4
;
border-bottom
:
1px
solid
$table-border-color
;
color
:
#7f8fa4
;
&
.event-inline
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
a32f7766
...
...
@@ -457,7 +457,7 @@ pre.light-well {
.project-row
{
padding
:
$gl-padding
;
border-color
:
#f1f2f4
;
border-color
:
$table-border-color
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
...
...
app/assets/stylesheets/pages/tree.scss
View file @
a32f7766
.tree-holder
{
.tree-table-holder
{
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
}
.tree_progress
{
display
:
none
;
margin
:
20px
;
...
...
@@ -17,9 +12,7 @@
tr
{
>
td
,
>
th
{
padding
:
10px
$gl-padding
;
line-height
:
32px
;
border-color
:
$table-border-color
!
important
;
}
&
:hover
{
...
...
app/views/admin/abuse_reports/index.html.haml
View file @
a32f7766
...
...
@@ -2,6 +2,7 @@
%h3
.page-title
Abuse Reports
%hr
-
if
@abuse_reports
.
present?
.table-holder
%table
.table
%thead
%tr
...
...
app/views/admin/applications/show.html.haml
View file @
a32f7766
...
...
@@ -3,7 +3,8 @@
Application:
#{
@application
.
name
}
%table
.table
.table-holder
%table
.table
%tr
%td
Application Id
...
...
app/views/admin/background_jobs/show.html.haml
View file @
a32f7766
...
...
@@ -12,6 +12,7 @@
%i
.fa.fa-exclamation-triangle
There are no running sidekiq processes. Please restart GitLab
-
else
.table-holder
%table
.table
%thead
%th
USER
...
...
app/views/admin/deploy_keys/index.html.haml
View file @
a32f7766
...
...
@@ -5,6 +5,7 @@
.panel-head-actions
=
link_to
'New Deploy Key'
,
new_admin_deploy_key_path
,
class:
"btn btn-new btn-sm"
-
if
@deploy_keys
.
any?
.table-holder
%table
.table
%thead
.panel-heading
%tr
...
...
app/views/admin/identities/index.html.haml
View file @
a32f7766
...
...
@@ -2,6 +2,7 @@
=
render
'admin/users/head'
-
if
@identities
.
present?
.table-holder
%table
.table
%thead
%tr
...
...
app/views/admin/services/index.html.haml
View file @
a32f7766
...
...
@@ -2,7 +2,8 @@
%h3
.page-title
Service templates
%p
.light
Service template allows you to set default values for project services
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
...
...
app/views/ci/admin/events/index.html.haml
View file @
a32f7766
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
User ID
...
...
app/views/ci/admin/projects/index.html.haml
View file @
a32f7766
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
ID
...
...
app/views/ci/admin/runners/index.html.haml
View file @
a32f7766
...
...
@@ -35,7 +35,8 @@
%br
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
Type
...
...
app/views/ci/events/index.html.haml
View file @
a32f7766
%h3
.page-title
Events
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
User ID
...
...
app/views/ci/lints/_create.html.haml
View file @
a32f7766
...
...
@@ -4,6 +4,7 @@
syntax is correct
%i
.fa.fa-ok.correct-syntax
.table-holder
%table
.table.table-bordered
%thead
%tr
...
...
app/views/dashboard/milestones/show.html.haml
View file @
a32f7766
...
...
@@ -13,7 +13,9 @@
%span
All issues for this milestone are closed. You may close the milestone now.
.description
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
Project
...
...
app/views/doorkeeper/applications/index.html.haml
View file @
a32f7766
-
page_title
"Applications"
%h3
.page-title
Your applications
%p
=
link_to
'New Application'
,
new_oauth_application_path
,
class:
'btn btn-success'
%table
.table.table-striped
.table-holder
%table
.table.table-striped
%thead
%tr
%th
Name
...
...
app/views/doorkeeper/applications/show.html.haml
View file @
a32f7766
...
...
@@ -2,8 +2,8 @@
%h3
.page-title
Application:
#{
@application
.
name
}
%table
.table
.table-holder
%table
.table
%tr
%td
Application Id
...
...
app/views/doorkeeper/authorized_applications/index.html.haml
View file @
a32f7766
%header
.page-header
%h1
Your authorized applications
%main
{
:role
=>
"main"
}
.table-holder
%table
.table.table-striped
%thead
%tr
...
...
app/views/groups/milestones/show.html.haml
View file @
a32f7766
...
...
@@ -21,7 +21,9 @@
%span
All issues for this milestone are closed. You may close the milestone now.
.description
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
Project
...
...
app/views/import/bitbucket/status.html.haml
View file @
a32f7766
...
...
@@ -14,7 +14,8 @@
=
button_tag
'Import all projects'
,
class:
"btn btn-success js-import-all"
%table
.table.import-jobs
.table-holder
%table
.table.import-jobs
%thead
%tr
%th
From Bitbucket
...
...
app/views/import/fogbugz/new_user_map.html.haml
View file @
a32f7766
...
...
@@ -25,6 +25,7 @@
of issues and comments (e.g. "By
<a
href=
"#"
>
@johnsmith
</a>
"). It will also
associate and/or assign these issues and comments with the selected user.
.table-holder
%table
.table
%thead
%tr
...
...
app/views/import/fogbugz/status.html.haml
View file @
a32f7766
...
...
@@ -14,7 +14,8 @@
%p
=
button_tag
'Import all projects'
,
class:
'btn btn-success js-import-all'
%table
.table.import-jobs
.table-holder
%table
.table.import-jobs
%thead
%tr
%th
From FogBugz
...
...
app/views/import/github/status.html.haml
View file @
a32f7766
...
...
@@ -9,7 +9,8 @@
%p
=
button_tag
'Import all projects'
,
class:
"btn btn-success js-import-all"
%table
.table.import-jobs
.table-holder
%table
.table.import-jobs
%thead
%tr
%th
From GitHub
...
...
app/views/import/gitlab/status.html.haml
View file @
a32f7766
...
...
@@ -9,7 +9,8 @@
%p
=
button_tag
'Import all projects'
,
class:
"btn btn-success js-import-all"
%table
.table.import-jobs
.table-holder
%table
.table.import-jobs
%thead
%tr
%th
From GitLab.com
...
...
app/views/import/gitorious/status.html.haml
View file @
a32f7766
...
...
@@ -9,7 +9,8 @@
%p
=
button_tag
'Import all projects'
,
class:
"btn btn-success js-import-all"
%table
.table.import-jobs
.table-holder
%table
.table.import-jobs
%thead
%tr
%th
From Gitorious.org
...
...
app/views/import/google_code/status.html.haml
View file @
a32f7766
...
...
@@ -17,7 +17,8 @@
-
else
=
button_tag
'Import all projects'
,
class:
"btn btn-success js-import-all"
%table
.table.import-jobs
.table-holder
%table
.table.import-jobs
%thead
%tr
%th
From Google Code
...
...
app/views/profiles/_event_table.html.haml
View file @
a32f7766
%table
.table
#audits
.table-holder
%table
.table
#audits
%thead
%tr
%th
Action
...
...
app/views/projects/builds/index.html.haml
View file @
a32f7766
...
...
@@ -32,6 +32,7 @@
%li
.nothing-here-block
No builds to show
-
else
.table-holder
%table
.table.builds
%thead
%tr
...
...
app/views/projects/ci_web_hooks/index.html.haml
View file @
a32f7766
...
...
@@ -20,6 +20,7 @@
-
if
@web_hooks
.
any?
%h4
Activated web hooks (
#{
@web_hooks
.
count
}
)
.table-holder
%table
.table
-
@web_hooks
.
each
do
|
hook
|
%tr
...
...
app/views/projects/commit/ci.html.haml
View file @
a32f7766
...
...
@@ -29,7 +29,8 @@
-
if
@ci_commit
.
builds
.
running_or_pending
.
any?
=
link_to
"Cancel all"
,
cancel_builds_namespace_project_commit_path
(
@project
.
namespace
,
@project
,
@commit
.
sha
),
class:
'btn btn-xs btn-danger'
%table
.table.builds
.table-holder
%table
.table.builds
%thead
%tr
%th
Status
...
...
@@ -50,6 +51,7 @@
.gray-content-block.second-block
Retried builds
.table-holder
%table
.table.builds
%thead
%tr
...
...
app/views/projects/protected_branches/_branches_list.html.haml
View file @
a32f7766
-
unless
@branches
.
empty?
%br
%h4
Already Protected:
.table-holder
%table
.table.protected-branches-list
%thead
%tr
.no-border
...
...
app/views/projects/runners/show.html.haml
View file @
a32f7766
...
...
@@ -9,7 +9,8 @@
%span
.runner-state.runner-state-specific
Specific
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
Property Name
...
...
app/views/projects/services/index.html.haml
View file @
a32f7766
...
...
@@ -2,7 +2,8 @@
%h3
.page-title
Project services
%p
.light
Project services allow you to integrate GitLab with other applications
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
...
...
app/views/projects/tree/_tree.html.haml
View file @
a32f7766
...
...
@@ -30,7 +30,7 @@
New directory
%div
#tree-content-holder
.tree-content-holder
.t
ree-t
able-holder
.table-holder
%table
.table
#tree-slider
{
class:
"table_#{@hex_path} tree-table table-striped"
}
%thead
%tr
...
...
app/views/projects/triggers/index.html.haml
View file @
a32f7766
...
...
@@ -7,6 +7,7 @@
%hr
.clearfix
-
if
@triggers
.
any?
.table-holder
%table
.table
%thead
%th
Token
...
...
app/views/projects/wikis/history.html.haml
View file @
a32f7766
...
...
@@ -7,7 +7,8 @@
%span
.light
History for
=
link_to
@page
.
title
,
namespace_project_wiki_path
(
@project
.
namespace
,
@project
,
@page
)
%table
.table
.table-holder
%table
.table
%thead
%tr
%th
Page version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment