Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
b96d94eb
Commit
b96d94eb
authored
Apr 23, 2013
by
philippe
Browse files
No commit message
No commit message
parent
7a877fba
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/res/css/DT_bootstrap.css
View file @
b96d94eb
...
...
@@ -47,13 +47,17 @@ table.table thead .sorting_desc_disabled {
*
cursor
:
hand
;
}
table
.table
thead
.sorting
{
background
:
url('../img/sort_both.png')
no-repeat
center
right
#
EFECE2
;
}
table
.table
thead
.sorting_asc
{
background
:
url('../img/sort_asc.png')
no-repeat
center
right
#
EFECE2
;
}
table
.table
thead
.sorting_desc
{
background
:
url('../img/sort_desc.png')
no-repeat
center
right
#
EFECE2
;
}
table
.table
thead
.sorting
{
background
:
url('../img/sort_both.png')
no-repeat
center
right
#
e9eff1
;
}
table
.table
thead
.sorting_asc
{
background
:
url('../img/sort_asc.png')
no-repeat
center
right
#
e9eff1
;
}
table
.table
thead
.sorting_desc
{
background
:
url('../img/sort_desc.png')
no-repeat
center
right
#
e9eff1
;
}
table
.table
thead
.sorting_asc_disabled
{
background
:
url('../img/sort_asc_disabled.png')
no-repeat
center
right
#
EFECE2
;
}
table
.table
thead
.sorting_desc_disabled
{
background
:
url('../img/sort_desc_disabled.png')
no-repeat
center
right
#
EFECE2
;
}
table
.table
thead
.sorting_asc_disabled
{
background
:
url('../img/sort_asc_disabled.png')
no-repeat
center
right
#
e9eff1
;
}
table
.table
thead
.sorting_desc_disabled
{
background
:
url('../img/sort_desc_disabled.png')
no-repeat
center
right
#
e9eff1
;
}
table
.dataTable
th
{
background-color
:
#e9eff1
;
/*EFEEDF;*/
border-top
:
0
;
}
table
.dataTable
th
:active
{
outline
:
none
;
}
...
...
ui/nG6template/css/style.css
View file @
b96d94eb
...
...
@@ -62,7 +62,7 @@ ul#menu li a { text-decoration: none; color: #fff; font-size: 1.5em; font-weight
width
:
auto
;
float
:
none
;
background-color
:
white
;
box-shadow
:
-5px
0
5px
-5px
#333333
,
5px
0
5px
-5px
#333333
;
box-shadow
:
-5px
0
5px
-5px
grey
,
5px
0
5px
-5px
grey
;
}
/* Presentation Blocs */
...
...
@@ -109,7 +109,7 @@ ul.publi li { list-style: none; margin-left: 10px; padding-left: 17px; backgroun
table
.tx-nG6-pi3-listrow
{
width
:
100%
;
margin
:
1em
0
;
}
table
.tx-nG6-pi3-listrow
th
,
table
.tx-nG6-pi3-listrow
td
{
text-align
:
left
;
padding
:
5px
8px
;
}
table
.tx-nG6-pi3-listrow
th
{
background
:
#EFEEDF
;
background
:
#
deecf1
;
/*
EFEEDF;
*/
-moz-border-radius-topleft
:
7px
;
-moz-border-radius-topright
:
7px
;
-webkit-border-top-right-radius
:
7px
;
...
...
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