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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
5ba00d95
Commit
5ba00d95
authored
May 30, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add old ui-box style to panels
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
d54d3324
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
8 deletions
+17
-8
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/gl_bootstrap.scss
+15
-0
app/assets/stylesheets/sections/merge_requests.scss
app/assets/stylesheets/sections/merge_requests.scss
+0
-6
app/views/shared/_issues.html.haml
app/views/shared/_issues.html.haml
+1
-1
app/views/shared/_merge_requests.html.haml
app/views/shared/_merge_requests.html.haml
+1
-1
No files found.
app/assets/stylesheets/gl_bootstrap.scss
View file @
5ba00d95
...
...
@@ -227,7 +227,10 @@ ul.breadcrumb {
*
*/
.panel
{
@include
border-radius
(
0px
);
.panel-heading
{
@include
border-radius
(
0px
);
font-size
:
14px
;
line-height
:
18px
;
...
...
@@ -248,4 +251,16 @@ ul.breadcrumb {
background
:
#FFF
;
}
}
&
.panel-small
{
.panel-heading
{
padding
:
6px
15px
;
}
}
&
.panel-default
{
.panel-heading
{
background-color
:
#EEE
;
}
}
}
app/assets/stylesheets/sections/merge_requests.scss
View file @
5ba00d95
...
...
@@ -106,12 +106,6 @@
}
.mr-state-widget
{
@include
border-radius
(
0px
);
.panel-heading
{
@include
border-radius
(
0px
);
}
.panel-body
{
h4
{
margin-top
:
0px
;
...
...
app/views/shared/_issues.html.haml
View file @
5ba00d95
-
if
@issues
.
any?
-
@issues
.
group_by
(
&
:project
).
each
do
|
group
|
.panel.panel-default.panel
.panel-default
-small
.panel.panel-default.panel-small
-
project
=
group
[
0
]
.panel-heading
=
link_to_project
project
...
...
app/views/shared/_merge_requests.html.haml
View file @
5ba00d95
-
if
@merge_requests
.
any?
-
@merge_requests
.
group_by
(
&
:target_project
).
each
do
|
group
|
.panel.panel-default.panel
.panel-default
-small
.panel.panel-default.panel-small
-
project
=
group
[
0
]
.panel-heading
=
link_to_project
project
...
...
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