Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
lifo
Nicolas Ollinger
OpenBoard
Commits
473b2515
Commit
473b2515
authored
Aug 15, 2012
by
shibakaneki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Sankore/Sankore-3.1
parents
529106dc
c8ffde9f
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
487 additions
and
390 deletions
+487
-390
trgDown.png
...interactivities/Transformation.wgt/css/images/trgDown.png
+0
-0
trgLeft.png
...interactivities/Transformation.wgt/css/images/trgLeft.png
+0
-0
trgRight.png
...nteractivities/Transformation.wgt/css/images/trgRight.png
+0
-0
trgUp.png
...y/interactivities/Transformation.wgt/css/images/trgUp.png
+0
-0
ubw-main.css
...brary/interactivities/Transformation.wgt/css/ubw-main.css
+57
-0
ubw-main.js
...ary/interactivities/Transformation.wgt/js/lib/ubw-main.js
+259
-222
main.js
...ces/library/interactivities/Transformation.wgt/js/main.js
+171
-168
No files found.
resources/library/interactivities/Transformation.wgt/css/images/trgDown.png
0 → 100644
View file @
473b2515
475 Bytes
resources/library/interactivities/Transformation.wgt/css/images/trgLeft.png
0 → 100644
View file @
473b2515
434 Bytes
resources/library/interactivities/Transformation.wgt/css/images/trgRight.png
0 → 100644
View file @
473b2515
447 Bytes
resources/library/interactivities/Transformation.wgt/css/images/trgUp.png
0 → 100644
View file @
473b2515
448 Bytes
resources/library/interactivities/Transformation.wgt/css/ubw-main.css
View file @
473b2515
...
...
@@ -6,6 +6,63 @@ html, body {
color
:
#666666
;
}
::-webkit-scrollbar
{
width
:
14px
;
}
::-webkit-scrollbar-thumb
{
/*border-radius: 10px; */
background-color
:
lightgray
;
border
:
2px
solid
gray
;
}
::-webkit-scrollbar-button:vertical:start
{
border-top-right-radius
:
10px
;
border-top-left-radius
:
10px
;
background-color
:
lightgray
;
background-image
:
url(images/trgUp.png)
;
background-size
:
8px
auto
;
background-position
:
center
;
background-repeat
:
no-repeat
;
border
:
2px
solid
gray
;
}
::-webkit-scrollbar-button:vertical:end
{
border-bottom-right-radius
:
10px
;
border-bottom-left-radius
:
10px
;
background-color
:
lightgray
;
background-image
:
url(images/trgDown.png)
;
background-size
:
8px
auto
;
background-position
:
center
;
background-repeat
:
no-repeat
;
border
:
2px
solid
gray
;
}
::-webkit-scrollbar-button:horizontal:start
{
width
:
14px
;
border-bottom-left-radius
:
10px
;
border-top-left-radius
:
10px
;
background-color
:
lightgray
;
background-image
:
url(images/trgLeft.png)
;
background-size
:
8px
auto
;
background-position
:
center
;
background-repeat
:
no-repeat
;
border
:
2px
solid
gray
;
}
::-webkit-scrollbar-button:horizontal:end
{
width
:
14px
;
border-bottom-right-radius
:
10px
;
border-top-right-radius
:
10px
;
background-color
:
lightgray
;
background-image
:
url(images/trgRight.png)
;
background-size
:
8px
auto
;
background-position
:
center
;
background-repeat
:
no-repeat
;
border
:
2px
solid
gray
;
}
#ubwidget
{
position
:
absolute
;
top
:
0
;
...
...
resources/library/interactivities/Transformation.wgt/js/lib/ubw-main.js
View file @
473b2515
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Transformation.wgt/js/main.js
View file @
473b2515
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