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
Kazuhiko Shiozaki
gitlab-ce
Commits
31fc6b26
Commit
31fc6b26
authored
Sep 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style comment form
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
6887075b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
15 deletions
+10
-15
app/assets/stylesheets/generic/markdown_area.scss
app/assets/stylesheets/generic/markdown_area.scss
+5
-2
app/assets/stylesheets/generic/zen.scss
app/assets/stylesheets/generic/zen.scss
+2
-2
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-9
app/views/projects/_md_preview.html.haml
app/views/projects/_md_preview.html.haml
+2
-2
No files found.
app/assets/stylesheets/generic/markdown_area.scss
View file @
31fc6b26
...
...
@@ -65,8 +65,11 @@
position
:
relative
;
}
.md-header
ul
{
float
:
left
;
.md-header
{
ul
{
float
:
left
;
margin-bottom
:
1px
;
}
}
.referenced-users
{
...
...
app/assets/stylesheets/generic/zen.scss
View file @
31fc6b26
...
...
@@ -4,7 +4,7 @@
}
.zen-enter-link
{
color
:
#888
;
color
:
$gl-gray
;
position
:
absolute
;
top
:
0px
;
right
:
4px
;
...
...
@@ -13,7 +13,7 @@
.zen-leave-link
{
display
:
none
;
color
:
#888
;
color
:
$gl-text-color
;
position
:
absolute
;
top
:
10px
;
right
:
10px
;
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
31fc6b26
...
...
@@ -25,8 +25,6 @@
}
.issuable-context-title
{
font-size
:
14px
;
line-height
:
1
.4
;
margin-bottom
:
5px
;
.avatar
{
...
...
@@ -34,18 +32,12 @@
}
label
{
color
:
#666
;
color
:
$gl-gray
;
font-weight
:
normal
;
margin-right
:
4px
;
}
}
.issuable-affix
.context
{
font-size
:
13px
;
.btn
{
font-size
:
13px
;
}
}
.project-issuable-filter
{
.controls
{
float
:
right
;
...
...
app/views/projects/_md_preview.html.haml
View file @
31fc6b26
.md-area
.md-header.clearfix
%ul
.
nav.nav-tabs
%ul
.
center-top-menu
%li
.active
=
link_to
'#md-write-holder'
,
class:
'js-md-write-button'
,
tabindex:
'-1'
do
Write
...
...
@@ -14,7 +14,7 @@
You are about to add
%strong
%span
.js-referenced-users-count
0
people
people
to the discussion. Proceed with caution.
%div
...
...
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