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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
6c5fa569
Commit
6c5fa569
authored
Oct 21, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce usage of bold font
parent
7210a34b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
28 deletions
+25
-28
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+0
-7
app/assets/stylesheets/gitlab_bootstrap/common.scss
app/assets/stylesheets/gitlab_bootstrap/common.scss
+7
-0
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+5
-5
app/views/dashboard/projects.html.haml
app/views/dashboard/projects.html.haml
+5
-6
app/views/projects/labels/_label.html.haml
app/views/projects/labels/_label.html.haml
+8
-10
No files found.
app/assets/stylesheets/common.scss
View file @
6c5fa569
...
...
@@ -86,13 +86,6 @@ span.update-author {
font-weight
:
bold
;
}
.label
{
padding
:
1px
4px
;
font-size
:
12px
;
font-style
:
normal
;
font-weight
:
normal
;
}
.field_with_errors
{
display
:
inline
;
}
...
...
app/assets/stylesheets/gitlab_bootstrap/common.scss
View file @
6c5fa569
...
...
@@ -88,6 +88,13 @@ pre.well-pre {
@include
box-shadow
(
inset
0
2px
4px
rgba
(
0
,
0
,
0
,.
15
));
}
.label
{
padding
:
2px
4px
;
font-size
:
12px
;
font-style
:
normal
;
font-weight
:
normal
;
}
/** Big Labels **/
.state-label
{
font-size
:
14px
;
...
...
app/assets/stylesheets/sections/projects.scss
View file @
6c5fa569
...
...
@@ -81,16 +81,16 @@ ul.nav.nav-projects-tabs {
.my-projects
{
li
{
.project-title
{
font-size
:
14px
;
}
.project-info
{
margin-bottom
:
10px
;
}
.access-icon
i
{
.access-icon
{
color
:
#AAA
;
margin-left
:
10px
;
i
{
color
:
#AAA
;
}
}
}
}
...
...
app/views/dashboard/projects.html.haml
View file @
6c5fa569
...
...
@@ -56,13 +56,12 @@
-
@projects
.
each
do
|
project
|
%li
%h4
.project-title
%span
.access-icon
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
=
project
.
name_with_namespace
-
if
project
.
public
%small
.access-icon
=
public_icon
-
else
=
private_icon
=
link_to
project_path
(
project
),
class:
dom_class
(
project
)
do
%strong
=
project
.
name_with_namespace
Public
-
if
project
.
forked_from_project
%small
.pull-right
...
...
app/views/projects/labels/_label.html.haml
View file @
6c5fa569
-
frequency
=
@project
.
issues
.
tagged_with
(
label
.
name
).
count
%li
%strong
%span
{
class:
"label #{label_css_class(label.name)}"
}
%i
.icon-tag
-
if
frequency
.
zero?
...
...
@@ -10,6 +9,5 @@
.pull-right
-
unless
frequency
.
zero?
=
link_to
project_issues_path
(
label_name:
label
.
name
)
do
%strong
=
pluralize
(
frequency
,
'issue'
)
=
"»"
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