Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ece0f5fb
Commit
ece0f5fb
authored
Mar 27, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for boards.scss
parent
e2d3f8eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
53 deletions
+93
-53
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+0
-53
ee/app/assets/stylesheets/pages/boards.scss
ee/app/assets/stylesheets/pages/boards.scss
+93
-0
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
ece0f5fb
...
...
@@ -66,28 +66,6 @@
white-space
:
nowrap
;
}
@include
media-breakpoint-up
(
md
)
{
.issue-boards-content.is-focused
{
position
:
fixed
;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
;
background
:
$white-light
;
z-index
:
9000
;
.boards-list
{
height
:
calc
(
100vh
-
#{
$issue-boards-filter-height
}
);
overflow-x
:
scroll
;
}
.issue-boards-sidebar
{
height
:
100%
;
top
:
0
;
}
}
}
.boards-app
{
position
:
relative
;
...
...
@@ -281,13 +259,6 @@
overflow-x
:
hidden
;
}
.board-promotion-state
{
.btn.btn-primary
{
display
:
block
;
margin-bottom
:
15px
;
}
}
.board-blank-state-list
{
list-style
:
none
;
...
...
@@ -489,30 +460,6 @@
margin
:
5px
;
}
.boards-title-holder
{
padding
:
25px
13px
$gl-padding
;
.dropdown-menu
{
margin-top
:
-15px
;
margin-left
:
8px
;
}
}
.board-selector-page-two
{
padding-left
:
10px
;
padding-right
:
10px
;
white-space
:
normal
;
}
.form-section-title
{
font-size
:
16px
;
}
.board-delete-btns
{
padding-top
:
12px
;
border-top
:
1px
solid
$border-color
;
}
.page-with-contextual-sidebar.layout-page
.issue-boards-sidebar
{
.issuable-sidebar-header
{
position
:
relative
;
...
...
ee/app/assets/stylesheets/pages/boards.scss
View file @
ece0f5fb
...
...
@@ -114,3 +114,96 @@
}
}
}
@include
media-breakpoint-up
(
md
)
{
.issue-boards-content.is-focused
{
position
:
fixed
;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
;
background
:
$white-light
;
z-index
:
9000
;
.boards-list
{
height
:
calc
(
100vh
-
#{
$issue-boards-filter-height
}
);
overflow-x
:
scroll
;
}
.issue-boards-sidebar
{
height
:
100%
;
top
:
0
;
}
}
}
.board-promotion-state
{
.btn.btn-primary
{
display
:
block
;
margin-bottom
:
15px
;
}
}
.boards-title-holder
{
padding
:
25px
13px
$gl-padding
;
.dropdown-menu
{
margin-top
:
-15px
;
margin-left
:
8px
;
}
}
.board-selector-page-two
{
padding-left
:
10px
;
padding-right
:
10px
;
white-space
:
normal
;
}
.form-section-title
{
font-size
:
16px
;
}
.board-delete-btns
{
padding-top
:
12px
;
border-top
:
1px
solid
$border-color
;
}
.board-milestone-list
{
>
li
{
padding-left
:
0
;
padding-right
:
0
;
}
a
{
padding-left
:
25px
;
}
.fa-check
{
margin-left
:
-18px
;
}
}
.board-inner-milestone-dropdown
{
margin-top
:
10px
;
.dropdown-menu
{
position
:
fixed
;
left
:
10px
;
top
:
175px
;
min-width
:
200px
;
}
}
.board-config-modal
{
width
:
440px
;
.block
{
padding
:
$gl-padding
0
;
// add a border between all items, but not at the start or end
+
.block
{
border-top
:
solid
1px
$border-color
;
}
}
}
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