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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
566b4962
Commit
566b4962
authored
Dec 18, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5867 from jhollingsworth/feature/styling-changes
Change archive icon and clone panel styling.
parents
35c4351e
e1fa9abd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
app/assets/stylesheets/sections/projects.scss
app/assets/stylesheets/sections/projects.scss
+15
-9
app/views/dashboard/projects.html.haml
app/views/dashboard/projects.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/projects.scss
View file @
566b4962
...
@@ -71,13 +71,24 @@
...
@@ -71,13 +71,24 @@
border
:
1px
solid
#E1E1E1
;
border
:
1px
solid
#E1E1E1
;
@include
border-radius
(
4px
);
@include
border-radius
(
4px
);
input
[
type
=
"text"
],
.btn
{
.btn
{
margin-left
:
3px
;
border
:
none
;
border
:
none
;
background
:
none
;
@include
border-radius
(
0px
);
border-left
:
1px
solid
#E1E1E1
;
box-shadow
:
none
;
box-shadow
:
none
;
padding
:
6px
10px
;
}
.btn
{
float
:
left
;
background
:
none
;
color
:
#29b
;
color
:
#29b
;
padding
:
6px
;
&
:first-child
{
@include
border-radius-left
(
4px
);
border-left
:
0px
;
}
&
.active
{
&
.active
{
color
:
#333
;
color
:
#333
;
...
@@ -86,14 +97,9 @@
...
@@ -86,14 +97,9 @@
}
}
input
[
type
=
"text"
]
{
input
[
type
=
"text"
]
{
margin-left
:
2px
;
cursor
:
auto
;
border
:
none
;
border-radius
:
0
;
border-left
:
1px
solid
#E1E1E1
;
@extend
.monospace
;
@extend
.monospace
;
box-shadow
:
none
;
background
:
#FAFAFA
;
background
:
#FAFAFA
;
padding
:
6px
10px
;
}
}
}
}
...
...
app/views/dashboard/projects.html.haml
View file @
566b4962
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
.pull-right
.pull-right
-
if
project
.
archived?
-
if
project
.
archived?
%span
.label
%span
.label
%i
.icon-
book
%i
.icon-
archive
Archived
Archived
-
project
.
labels
.
each
do
|
label
|
-
project
.
labels
.
each
do
|
label
|
%span
.label.label-info
%span
.label.label-info
...
...
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