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
c8ffde9f
Commit
c8ffde9f
authored
Aug 15, 2012
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some fixes in 'Transformation' widget
parent
56e73ace
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
57 additions
and
0 deletions
+57
-0
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
No files found.
resources/library/interactivities/Transformation.wgt/css/images/trgDown.png
0 → 100644
View file @
c8ffde9f
475 Bytes
resources/library/interactivities/Transformation.wgt/css/images/trgLeft.png
0 → 100644
View file @
c8ffde9f
434 Bytes
resources/library/interactivities/Transformation.wgt/css/images/trgRight.png
0 → 100644
View file @
c8ffde9f
447 Bytes
resources/library/interactivities/Transformation.wgt/css/images/trgUp.png
0 → 100644
View file @
c8ffde9f
448 Bytes
resources/library/interactivities/Transformation.wgt/css/ubw-main.css
View file @
c8ffde9f
...
...
@@ -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
;
...
...
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