Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
fa5596e6
Commit
fa5596e6
authored
Dec 29, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) zap numericupdown
parent
54b97b69
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
327 deletions
+0
-327
numericupdown.css
src/www/javascript/numericupdown/css/numericupdown.css
+0
-40
down.gif
src/www/javascript/numericupdown/images/down.gif
+0
-0
up.gif
src/www/javascript/numericupdown/images/up.gif
+0
-0
numericupdown.js
src/www/javascript/numericupdown/js/numericupdown.js
+0
-287
No files found.
src/www/javascript/numericupdown/css/numericupdown.css
deleted
100644 → 0
View file @
54b97b69
.buttonInc
,
.buttonDec
{
margin
:
0
;
padding
:
0
;
width
:
11px
;
height
:
8px
;
vertical-align
:
top
;
background-color
:
#ccc
;
text-indent
:
-999px
;
overflow
:
hidden
;
background
:
#ccc
url(../images/up.gif)
no-repeat
50%
50%
;
border-top
:
1px
solid
#eee
;
border-left
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#777
;
border-right
:
1px
solid
#777
;
voice-family
:
inherit
;
height
:
9px
;
}
html
>
body
.buttonInc
,
html
>
body
.buttonDec
{
height
:
9px
;
}
.buttonDec
{
margin
:
9px
0
0
-11px
;
background
:
#ccc
url(../images/down.gif)
no-repeat
50%
50%
;
voice-family
:
inherit
;
margin
:
10px
0
0
-11px
;
}
html
>
body
.buttonDec
{
margin
:
10px
0
0
-11px
;
}
button
{
font-family
:
monospace
;
line-height
:
1em
;
}
src/www/javascript/numericupdown/images/down.gif
deleted
100644 → 0
View file @
54b97b69
60 Bytes
src/www/javascript/numericupdown/images/up.gif
deleted
100644 → 0
View file @
54b97b69
60 Bytes
src/www/javascript/numericupdown/js/numericupdown.js
deleted
100644 → 0
View file @
54b97b69
This diff is collapsed.
Click to expand it.
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