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
c2c43e6a
Commit
c2c43e6a
authored
May 31, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small ui improvements
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1a97db41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
app/assets/stylesheets/generic/issue_box.scss
app/assets/stylesheets/generic/issue_box.scss
+2
-2
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/gl_bootstrap.scss
+16
-0
No files found.
app/assets/stylesheets/generic/issue_box.scss
View file @
c2c43e6a
...
@@ -60,8 +60,8 @@
...
@@ -60,8 +60,8 @@
}
}
.title
{
.title
{
font-size
:
2
2
px
;
font-size
:
2
6
px
;
font-weight
:
500
;
font-weight
:
normal
;
line-height
:
1
.5
;
line-height
:
1
.5
;
margin
:
0
;
margin
:
0
;
color
:
#333
;
color
:
#333
;
...
...
app/assets/stylesheets/gl_bootstrap.scss
View file @
c2c43e6a
...
@@ -271,6 +271,10 @@ ul.breadcrumb {
...
@@ -271,6 +271,10 @@ ul.breadcrumb {
color
:
#ffffff
;
color
:
#ffffff
;
background-color
:
$bg_danger
;
background-color
:
$bg_danger
;
border-color
:
$border_danger
;
border-color
:
$border_danger
;
a
{
color
:
#FFF
;
text-decoration
:
underline
;
}
}
}
}
}
...
@@ -280,6 +284,10 @@ ul.breadcrumb {
...
@@ -280,6 +284,10 @@ ul.breadcrumb {
color
:
#ffffff
;
color
:
#ffffff
;
background-color
:
$bg_success
;
background-color
:
$bg_success
;
border-color
:
$border_success
;
border-color
:
$border_success
;
a
{
color
:
#FFF
;
text-decoration
:
underline
;
}
}
}
}
}
...
@@ -289,6 +297,10 @@ ul.breadcrumb {
...
@@ -289,6 +297,10 @@ ul.breadcrumb {
color
:
#ffffff
;
color
:
#ffffff
;
background-color
:
$bg_primary
;
background-color
:
$bg_primary
;
border-color
:
$border_primary
;
border-color
:
$border_primary
;
a
{
color
:
#FFF
;
text-decoration
:
underline
;
}
}
}
}
}
...
@@ -298,5 +310,9 @@ ul.breadcrumb {
...
@@ -298,5 +310,9 @@ ul.breadcrumb {
color
:
#ffffff
;
color
:
#ffffff
;
background-color
:
$bg_warning
;
background-color
:
$bg_warning
;
border-color
:
$border_warning
;
border-color
:
$border_warning
;
a
{
color
:
#FFF
;
text-decoration
:
underline
;
}
}
}
}
}
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