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
1a5cde17
Commit
1a5cde17
authored
Sep 21, 2013
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restyle tree table UI
parent
731619ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
app/assets/stylesheets/gitlab_bootstrap/tables.scss
app/assets/stylesheets/gitlab_bootstrap/tables.scss
+2
-2
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/sections/tree.scss
+5
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/tables.scss
View file @
1a5cde17
...
...
@@ -17,11 +17,11 @@ table {
}
th
{
font-weight
:
bold
;
font-weight
:
normal
;
font-size
:
15px
;
vertical-align
:
middle
;
border-bottom
:
1px
solid
#CCC
;
text-shadow
:
0
1px
1px
#fff
;
@include
bg-dark-gray-gradient
;
ul
.nav
{
text-shadow
:
none
;
...
...
app/assets/stylesheets/sections/tree.scss
View file @
1a5cde17
...
...
@@ -57,13 +57,17 @@
}
.tree-table
{
border
:
none
;
th
.btn
{
margin
:
-2px
-1px
;
padding
:
2px
10px
;
}
td
{
line-height
:
20px
;
background
:
#fafafa
;
background
:
#fff
!
important
;
border-left
:
none
;
border-right
:
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