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
Jérome Perrin
gitlab-ce
Commits
e9015b35
Commit
e9015b35
authored
Aug 04, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set consistency in list text height css
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b2d142c4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
17 deletions
+12
-17
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+8
-3
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-0
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+1
-7
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-7
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
e9015b35
...
@@ -114,6 +114,12 @@ ul.content-list {
...
@@ -114,6 +114,12 @@ ul.content-list {
font-size
:
$list-font-size
;
font-size
:
$list-font-size
;
color
:
$list-text-color
;
color
:
$list-text-color
;
&
.no-description
{
.title
{
line-height
:
$list-text-height
;
}
}
.title
{
.title
{
font-weight
:
600
;
font-weight
:
600
;
}
}
...
@@ -134,12 +140,11 @@ ul.content-list {
...
@@ -134,12 +140,11 @@ ul.content-list {
}
}
.controls
{
.controls
{
padding-top
:
1px
;
float
:
right
;
float
:
right
;
>
.control-text
{
>
.control-text
{
margin-right
:
$gl-padding-top
;
margin-right
:
$gl-padding-top
;
line-height
:
40px
;
line-height
:
$list-text-height
;
&
:last-child
{
&
:last-child
{
margin-right
:
0
;
margin-right
:
0
;
...
@@ -150,7 +155,7 @@ ul.content-list {
...
@@ -150,7 +155,7 @@ ul.content-list {
>
.btn-group
{
>
.btn-group
{
margin-right
:
$gl-padding-top
;
margin-right
:
$gl-padding-top
;
display
:
inline-block
;
display
:
inline-block
;
margin-top
:
4
px
;
margin-top
:
3
px
;
margin-bottom
:
4px
;
margin-bottom
:
4px
;
&
:last-child
{
&
:last-child
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
e9015b35
...
@@ -43,6 +43,8 @@ $gl-header-color: $gl-title-color;
...
@@ -43,6 +43,8 @@ $gl-header-color: $gl-title-color;
$list-font-size
:
$gl-font-size
;
$list-font-size
:
$gl-font-size
;
$list-title-color
:
$gl-title-color
;
$list-title-color
:
$gl-title-color
;
$list-text-color
:
$gl-text-color
;
$list-text-color
:
$gl-text-color
;
$list-text-height
:
42px
;
/*
/*
* Markdown
* Markdown
...
...
app/assets/stylesheets/pages/groups.scss
View file @
e9015b35
...
@@ -23,15 +23,9 @@
...
@@ -23,15 +23,9 @@
}
}
.group-row
{
.group-row
{
&
.no-description
{
.group-name
{
line-height
:
44px
;
}
}
.stats
{
.stats
{
float
:
right
;
float
:
right
;
line-height
:
44px
;
line-height
:
$list-text-height
;
color
:
$gl-gray
;
color
:
$gl-gray
;
span
{
span
{
...
...
app/assets/stylesheets/pages/projects.scss
View file @
e9015b35
...
@@ -512,18 +512,12 @@ pre.light-well {
...
@@ -512,18 +512,12 @@ pre.light-well {
.project-row
{
.project-row
{
border-color
:
$table-border-color
;
border-color
:
$table-border-color
;
&
.no-description
{
.project
{
line-height
:
40px
;
}
}
.project-full-name
{
.project-full-name
{
@include
str-truncated
;
@include
str-truncated
;
}
}
.controls
{
.controls
{
line-height
:
40px
;
line-height
:
$list-text-height
;
a
:hover
{
a
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
...
...
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