Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7babbe07
authored
2013-05-22 12:56:20 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add zebra-striping to the main report list table. refs #1643
1 parent
ef803d84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
7babbe0
...
...
@@ -525,7 +525,10 @@ input.dp-applied {
.cbv-report-list
thead
th
,
.cbv-report-list
tbody
th
,
.cbv-report-list
tbody
td
{
text-align
:
left
;
font-size
:
11px
;
word-wrap
:
normal
;
padding
:
3px
5px
;
}
.cbv-report-list
tbody
tr
.odd
td
{
background-color
:
#f5f5f5
;
}
.cbv-report-list
tbody
tr
.odd
td
,
#report-list
tbody
tr
.odd
td
{
background-color
:
#f5f5f5
;
}
.cbv-report-list
thead
th
{
background-color
:
#e1e1e1
;
border-bottom
:
1px
solid
#e8e8e8
;
}
.cbv-report-list
tbody
td
{
border-bottom
:
1px
solid
#e8e8e8
;
min-width
:
120px
;
background-color
:
#fff
;}
...
...
@@ -824,4 +827,4 @@ a, input, textarea, select {
-moz-transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
-o-transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
transition
:
color
0.1s
linear
,
background-color
0.1s
linear
,
border-color
0.1s
linear
,
box-shadow
0.1s
linear
;
}
\ No newline at end of file
}
...
...
Please
register
or
sign in
to post a comment