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
1a3ce182
Commit
1a3ce182
authored
Apr 06, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tree view pollished
parent
7909fba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
7 deletions
+30
-7
app/assets/stylesheets/tree.scss
app/assets/stylesheets/tree.scss
+30
-7
No files found.
app/assets/stylesheets/tree.scss
View file @
1a3ce182
...
...
@@ -39,18 +39,28 @@
.view_file
.view_file_header
,
.diff_file
.diff_file_header
{
background
:
#f5f5f5
;
border-bottom
:
1px
solid
#bbb
;
background
:
#eee
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
30
,
color-stop
(
0
.066
,
#eee
)
,
to
(
#dfdfdf
));
background-image
:
-webkit-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-moz-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-o-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
margin
:
0
;
font-weight
:
normal
;
font-weight
:
bold
;
text-align
:
left
;
color
:
#666
;
border-bottom
:
1px
solid
#ccc
;
padding
:
7px
10
px
;
padding
:
9px
10px
;
height
:
18
px
;
.mode_text
,
.file_icon
{
color
:
#aaa
;
color
:
#777
;
}
.file_name
{
color
:
#474D57
;
text-shadow
:
0
1px
1px
#fff
;
}
}
...
...
@@ -128,7 +138,7 @@
border
:none
;
a
{
color
:
#
666
;
color
:
#
474D57
;
font-weight
:bold
;
font-size
:
14px
;
}
...
...
@@ -137,14 +147,27 @@
#tree-slider
{
@include
shade
;
border-color
:
#ccc
;
td
{
padding
:
7px
;
border-color
:
#f1f1f1
;
background
:
#fafafa
;
}
tr
:first-child
td
:first-child
,
tr
:first-child
td
:last-child
{
border-radius
:
0
;
}
th
{
background
:
#f5f5f5
;
border-color
:
#f1f1f1
;
border-color
:
#CCC
;
border-bottom
:
1px
solid
#bbb
;
background
:
#eee
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
30
,
color-stop
(
0
.066
,
#eee
)
,
to
(
#dfdfdf
));
background-image
:
-webkit-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-moz-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
background-image
:
-o-linear-gradient
(
#eee
6
.6%
,
#dfdfdf
);
}
}
...
...
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