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
def4d8b9
Commit
def4d8b9
authored
Sep 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve issue/mr title and description styles
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1240a7e0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+12
-0
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+0
-5
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+2
-3
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
def4d8b9
...
...
@@ -66,4 +66,16 @@
color
:
$gl-text-color
;
}
}
.issue-title
{
margin
:
0
;
}
.description
{
margin-top
:
6px
;
p
:last-child
{
margin-bottom
:
0
;
}
}
}
app/assets/stylesheets/pages/issues.scss
View file @
def4d8b9
...
...
@@ -132,11 +132,6 @@ form.edit-issue {
}
}
h2
.issue-title
{
margin-top
:
0
;
font-weight
:
bold
;
}
.issue-form
.select2-container
{
width
:
250px
!
important
;
}
app/assets/stylesheets/pages/notes.scss
View file @
def4d8b9
...
...
@@ -59,7 +59,7 @@ ul.notes {
margin-top
:
1px
;
border
:
1px
solid
#bbb
;
background-color
:
transparent
;
color
:
#999
;
color
:
$gl-gray
;
}
}
...
...
@@ -176,8 +176,7 @@ ul.notes {
a
{
margin-left
:
5px
;
color
:
#999
;
color
:
$gl-gray
;
i
.fa
{
font-size
:
16px
;
...
...
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