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
Tatuya Kamada
gitlab-ce
Commits
f566e688
Commit
f566e688
authored
Nov 06, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
8e28185b
2765aed6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
11 deletions
+12
-11
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+3
-0
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+6
-8
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
app/views/profiles/notifications/_settings.html.haml
app/views/profiles/notifications/_settings.html.haml
+1
-1
app/views/projects/hooks/index.html.haml
app/views/projects/hooks/index.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
f566e688
...
@@ -64,6 +64,7 @@
...
@@ -64,6 +64,7 @@
text-decoration
:
none
;
text-decoration
:
none
;
padding-left
:
22px
;
padding-left
:
22px
;
font-weight
:
normal
;
font-weight
:
normal
;
outline
:
none
;
&
:hover
{
&
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
...
@@ -176,6 +177,7 @@
...
@@ -176,6 +177,7 @@
text-align
:
center
;
text-align
:
center
;
line-height
:
40px
;
line-height
:
40px
;
transition-duration
:
.3s
;
transition-duration
:
.3s
;
outline
:
none
;
}
}
.collapse-nav
a
:hover
{
.collapse-nav
a
:hover
{
...
@@ -238,6 +240,7 @@
...
@@ -238,6 +240,7 @@
width
:
100%
;
width
:
100%
;
padding
:
10px
22px
;
padding
:
10px
22px
;
overflow
:
hidden
;
overflow
:
hidden
;
outline
:
none
;
img
{
img
{
width
:
36px
;
width
:
36px
;
...
...
app/assets/stylesheets/pages/events.scss
View file @
f566e688
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*/
*/
.event-item
{
.event-item
{
font-size
:
$gl-font-size
;
font-size
:
$gl-font-size
;
padding
:
$gl-padding
;
padding
:
$gl-padding
$gl-padding
$gl-padding
(
$gl-padding
+
$gl-avatar-size
+
15px
)
;
margin-left
:
-
$gl-padding
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
border-bottom
:
1px
solid
$table-border-color
;
border-bottom
:
1px
solid
$table-border-color
;
...
@@ -16,10 +16,7 @@
...
@@ -16,10 +16,7 @@
top
:
-2px
;
top
:
-2px
;
}
}
.event-title
{
.event-title
,
line-height
:
44px
;
}
.event-item-timestamp
{
.event-item-timestamp
{
line-height
:
44px
;
line-height
:
44px
;
}
}
...
@@ -30,7 +27,7 @@
...
@@ -30,7 +27,7 @@
}
}
.avatar
{
.avatar
{
margin-
right
:
15px
;
margin-
left
:
-
(
$gl-avatar-size
+
15px
)
;
}
}
.event-title
{
.event-title
{
...
@@ -43,8 +40,7 @@
...
@@ -43,8 +40,7 @@
}
}
.event-body
{
.event-body
{
margin-left
:
63px
;
margin-right
:
174px
;
margin-right
:
80px
;
.event-note
{
.event-note
{
margin-top
:
5px
;
margin-top
:
5px
;
...
@@ -155,6 +151,8 @@
...
@@ -155,6 +151,8 @@
@media
(
max-width
:
$screen-xs-max
)
{
@media
(
max-width
:
$screen-xs-max
)
{
.event-item
{
.event-item
{
padding-left
:
$gl-padding
;
.event-title
{
.event-title
{
white-space
:
normal
;
white-space
:
normal
;
overflow
:
visible
;
overflow
:
visible
;
...
...
app/assets/stylesheets/pages/projects.scss
View file @
f566e688
...
@@ -552,4 +552,4 @@ pre.light-well {
...
@@ -552,4 +552,4 @@ pre.light-well {
z-index
:
100
;
z-index
:
100
;
position
:
relative
;
position
:
relative
;
}
}
}
}
\ No newline at end of file
app/views/profiles/notifications/_settings.html.haml
View file @
f566e688
...
@@ -14,4 +14,4 @@
...
@@ -14,4 +14,4 @@
=
form_tag
profile_notifications_path
,
method: :put
,
remote:
true
,
class:
'update-notifications'
do
=
form_tag
profile_notifications_path
,
method: :put
,
remote:
true
,
class:
'update-notifications'
do
=
hidden_field_tag
:notification_type
,
type
,
id:
dom_id
(
membership
,
'notification_type'
)
=
hidden_field_tag
:notification_type
,
type
,
id:
dom_id
(
membership
,
'notification_type'
)
=
hidden_field_tag
:notification_id
,
membership
.
id
,
id:
dom_id
(
membership
,
'notification_id'
)
=
hidden_field_tag
:notification_id
,
membership
.
id
,
id:
dom_id
(
membership
,
'notification_id'
)
=
select_tag
:notification_level
,
options_for_select
(
Notification
.
options_with_labels
,
notification
.
level
),
class:
'trigger-submit'
=
select_tag
:notification_level
,
options_for_select
(
Notification
.
options_with_labels
,
notification
.
level
),
class:
'
form-control
trigger-submit'
app/views/projects/hooks/index.html.haml
View file @
f566e688
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
=
f
.
text_field
:url
,
class:
"form-control"
,
placeholder:
'http://example.com/trigger-ci.json'
=
f
.
text_field
:url
,
class:
"form-control"
,
placeholder:
'http://example.com/trigger-ci.json'
.form-group
.form-group
=
f
.
label
:url
,
"Trigger"
,
class:
'control-label'
=
f
.
label
:url
,
"Trigger"
,
class:
'control-label'
.col-sm-10
.col-sm-10
.prepend-top-10
%div
%div
=
f
.
check_box
:push_events
,
class:
'pull-left'
=
f
.
check_box
:push_events
,
class:
'pull-left'
.prepend-left-20
.prepend-left-20
...
...
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