Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sick-Beard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Sick-Beard
Commits
e93d98aa
Commit
e93d98aa
authored
Jan 19, 2011
by
Nic Wolfe
Browse files
Options
Downloads
Patches
Plain Diff
Fix tablesorter header images
parent
775d3e15
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/interfaces/default/inc_top.tmpl
+3
-3
3 additions, 3 deletions
data/interfaces/default/inc_top.tmpl
with
3 additions
and
3 deletions
data/interfaces/default/inc_top.tmpl
+
3
−
3
View file @
e93d98aa
...
...
@@ -23,9 +23,9 @@
.ac_loading
{
background
:
white
url
(
"$sbRoot/images/indicator.gif"
)
right
center
no-repeat
;
}
.sf-sub-indicator
{
background
:
url
(
"$sbRoot/images/arrows.png"
)
no-repeat
-10px
-100px
;
}
.sf-shadow
ul
{
background
:
url
(
"$sbRoot/images/shadow.png"
)
no-repeat
bottom
right
;
}
table
.tablesorter
thead
tr
.header
{
background-image
:
url
(
"$sbRoot/
tablesorter/
images/tablesorter/bg.gif"
);
}
table
.tablesorter
thead
tr
.headerSortUp
{
background-image
:
url
(
"$sbRoot/
tablesorter/
images/tablesorter/asc.gif"
);
}
table
.tablesorter
thead
tr
.headerSortDown
{
background-image
:
url
(
"$sbRoot/
tablesorter/
images/tablesorter/desc.gif"
);
}
table
.tablesorter
thead
tr
.header
{
background-image
:
url
(
"$sbRoot/images/tablesorter/bg.gif"
);
}
table
.tablesorter
thead
tr
.headerSortUp
{
background-image
:
url
(
"$sbRoot/images/tablesorter/asc.gif"
);
}
table
.tablesorter
thead
tr
.headerSortDown
{
background-image
:
url
(
"$sbRoot/images/tablesorter/desc.gif"
);
}
.browserDialog.busy
.ui-dialog-buttonpane
{
background
:
url
(
"$sbRoot/images/loading.gif"
)
10px
50%
no-repeat
;
}
.ui-widget-content
{
border
:
1px
solid
#d9d6c4
;
background
:
#eceadf
url
(
"$sbRoot/css/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png"
)
50%
50%
repeat
;
color
:
#1f1f1f
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment