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
684fac7a
Commit
684fac7a
authored
Jun 05, 2012
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed style
parent
b9c74976
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
176 additions
and
188 deletions
+176
-188
config.xml
resources/library/interactivities/Choisir.wgt/config.xml
+1
-2
basic.css
resources/library/interactivities/Choisir.wgt/css/basic.css
+175
-186
No files found.
resources/library/interactivities/Choisir.wgt/config.xml
View file @
684fac7a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
xmlns:ub=
"http://uniboard.mnemis.com/widgets"
xmlns:ub=
"http://uniboard.mnemis.com/widgets"
id=
"http://uniboard.mnemis.com/widgets/webbrowser"
id=
"http://uniboard.mnemis.com/widgets/webbrowser"
version=
"1.1"
version=
"1.1"
width=
"7
5
0"
width=
"7
8
0"
height=
"400"
height=
"400"
ub:resizable=
"true"
>
ub:resizable=
"true"
>
...
@@ -11,6 +11,5 @@
...
@@ -11,6 +11,5 @@
<author
href=
"http://www.getuniboard.com"
<author
href=
"http://www.getuniboard.com"
email=
"info@mnemis.com"
>
Mnemis SA
</author>
email=
"info@mnemis.com"
>
Mnemis SA
</author>
<description>
Choisir widget
</description>
<description>
Choisir widget
</description>
<content
src=
"index.html"
/>
<content
src=
"index.html"
/>
</widget>
</widget>
resources/library/interactivities/Choisir.wgt/css/basic.css
View file @
684fac7a
...
@@ -2,209 +2,182 @@ html, body{
...
@@ -2,209 +2,182 @@ html, body{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
border-radius
:
50px
;
border-radius
:
50px
;
}
}
body
{
body
{
background-image
:
url(../img/bg.png)
;
background-image
:
url(../images/bg.png)
;
}
.toggle_mode
{
width
:
100%
;
height
:
25px
;
border-bottom
:
1px
solid
#666
;
background-color
:
#ccc
;
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
2
;
}
#display_img
,
#edit_img
{
width
:
15px
;
height
:
15px
;
margin
:
5px
10px
;
}
.green_point
{
background-image
:
url(../img/green_point.png)
;
}
.red_point
{
background-image
:
url(../img/red_point.png)
;
}
#display_text
,
#edit_text
{
height
:
19px
;
padding
:
3px
0
0
0
;
}
}
.selected
{
.toggleButton
,
.addButton
{
background-color
:
#666
;
width
:
20px
;
}
height
:
28px
;
border
:
none
;
#display
:hover
,
#edit
:hover
{
background-image
:
url(../images/greySquare.png)
;
background-color
:
#999
;
font-weight
:
bold
;
}
font-family
:
Verdana
;
color
:
yellow
;
.cont
{
cursor
:
pointer
;
width
:
100%
;
-webkit-border-top-left-radius
:
5px
;
border-bottom
:
1px
solid
#666
;
-webkit-border-bottom-left-radius
:
5px
;
margin
:
0
;
border-top-left-radius
:
5px
;
padding
:
0
;
border-bottom-left-radius
:
5px
;
position
:
relative
;
}
.sub_cont
{
width
:
100%
;
padding
:
0
;
margin
:
20px
0
0
0
;
min-height
:
45px
;
}
}
.imgs_cont
{
.buttonDiv
,
.addButtonDiv
{
min-width
:
170px
;
position
:
fixed
;
min-height
:
100px
;
float
:
right
;
margin
:
0
;
z-index
:
1
;
border-top
:
2px
dashed
#ccc
;
border-bottom
:
2px
dashed
#ccc
;
margin-bottom
:
5px
;
}
}
.all_imgs
{
.addButtonDiv
{
min-width
:
170px
;
display
:
none
;
min-height
:
70px
;
margin
:
0
;
border-top
:
2px
dashed
#e6f6ff
;
border-bottom
:
2px
dashed
#e6f6ff
;
margin-bottom
:
5px
;
}
}
.number_cont
{
.leftDiv
{
width
:
40px
;
width
:
50%
;
height
:
33px
;
height
:
100%
;
margin-left
:
40px
;
margin-right
:
10px
;
background-image
:
url(../img/circle.png)
;
background-repeat
:
no-repeat
;
text-align
:
center
;
float
:
left
;
float
:
left
;
font-size
:
130%
;
background-color
:
black
;
padding-top
:
7px
;
-webkit-border-top-left-radius
:
7px
;
font-weight
:
bold
;
-webkit-border-bottom-left-radius
:
7px
;
border-top-left-radius
:
7px
;
border-bottom-left-radius
:
7px
;
}
}
.text_cont
{
.rightDiv
{
width
:
100%
;
width
:
50%
;
min-height
:
20px
;
height
:
100%
;
display
:
block
;
float
:
right
;
cursor
:
pointer
;
background-color
:
yellow
;
-webkit-border-top-right-radius
:
7px
;
-webkit-border-bottom-right-radius
:
7px
;
border-top-right-radius
:
7px
;
border-bottom-right-radius
:
7px
;
}
}
.close_cont
{
.shadowDiv
{
width
:
20px
;
width
:
100%
;
height
:
20px
;
display
:
none
;
background-image
:
url(../img/close_cont.png)
;
opacity
:
0.7
;
cursor
:
pointer
;
background-color
:
black
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
border-radius
:
3px
;
z-index
:
100
;
}
.popupBack
{
width
:
360px
;
height
:
138px
;
position
:
absolute
;
position
:
absolute
;
top
:
-15px
;
background-image
:
url(../images/popupBack.png)
;
left
:
5px
;
background-repeat
:
repeat
;
}
-webkit-border-radius
:
10px
;
-webkit-border-radius
:
10px
;
.img_block
{
width
:
150px
;
height
:
60px
;
margin
:
10px
;
display
:
inline-table
;
position
:
relative
;
border
:
1px
solid
#ccc
;
border-radius
:
10px
;
border-radius
:
10px
;
-webkit-box-shadow
:
#ccc
-1px
0
4px
;
border-radius
:
10px
;
box-shadow
:
#ccc
-1px
0
4px
;
display
:
none
;
background-color
:
white
;
z-index
:
500
;
}
.close_img
{
width
:
30px
;
height
:
30px
;
background-repeat
:
no-repeat
;
position
:
absolute
;
right
:
-15px
;
background-image
:
url(../img/close_img.png)
;
top
:
-15px
;
cursor
:
pointer
;
}
}
.add_block
{
.popupContainers
{
margin
:
20px
0
0
20px
;
float
:
left
;
width
:
110px
;
width
:
98%
;
height
:
25px
;
height
:
36px
;
background-image
:
url(../img/add_block.png)
;
padding
:
5px
3px
5px
0
;
background-repeat
:
no-repeat
;
overflow
:
hidden
;
padding-left
:
40px
;
padding-top
:
5px
;
cursor
:
pointer
;
background-color
:
#ccc
;
-webkit-border-radius
:
15px
;
border-radius
:
15px
;
}
}
.add_img
{
.popupLabels
{
width
:
62px
;
color
:
yellow
;
height
:
62px
;
margin
:
0
5px
;
margin
:
10px
;
cursor
:
pointer
;
display
:
inline-table
;
position
:
relative
;
background-image
:
url(../img/img_plus.png)
;
}
}
.del_category
,
.add_category
{
.expresionInput
{
margin
:
0
10px
;
width
:
30px
;
height
:
30px
;
float
:
right
;
float
:
right
;
cursor
:
pointer
;
width
:
70%
;
border
:
none
;
border
:
none
;
background-color
:
transparent
;
font-family
:
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
}
background-color
:
#ffc
;
-webkit-border-radius
:
5px
;
.del_category
{
-webkit-border-radius
:
5px
;
background-image
:
url(../img/minus.png)
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.add_category
{
.popupButtons
{
background-image
:
url(../img/plus.png)
;
float
:
right
;
width
:
74px
;
height
:
28px
;
margin
:
4px
5px
;
border
:
none
;
background-image
:
url(../images/greySquare2.png)
;
font-family
:
Verdana
;
color
:
yellow
;
cursor
:
pointer
;
-webkit-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.cat_desc
{
.readyTask
{
margin
:
2px
;
padding
:
2px
;
width
:
100%
;
width
:
100%
;
height
:
25px
;
height
:
100%
;
margin-bottom
:
5px
;
overflow
:
hidden
;
text-align
:
center
;
z-index
:
100
;
border
:
none
;
background-color
:
#c3e9ff
;
}
}
.dropHere
{
.taskContainer
{
background-color
:
#C3E9FF
!important
;
width
:
96%
;
padding
:
2px
;
float
:
left
;
text-align
:
center
;
font-family
:
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
bold
;
}
}
.dropBack
{
.editContainer
{
position
:
absolute
;
border
:
5px
solid
#c7c7c7
;
-webkit-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.def_cont
{
.closeItem
{
background-color
:
#E6F6FF
;
width
:
30px
;
height
:
30px
;
position
:
absolute
;
background-image
:
url(../images/icon-close.png)
;
right
:
-15px
;
top
:
-15px
;
}
}
.red_cont
{
.rightResize
{
background-color
:
#f99
;
width
:
10px
;
height
:
65%
;
cursor
:
e-resize
;
position
:
absolute
;
background
:
none
;
right
:
-10px
;
top
:
20%
;
}
}
.green_cont
{
.bottomResize
{
background-color
:
#9f9
;
width
:
65%
;
height
:
10px
;
cursor
:
n-resize
;
position
:
absolute
;
background
:
none
;
bottom
:
-10px
;
left
:
20%
;
}
}
/*new design*/
/*new design*/
...
@@ -215,23 +188,27 @@ body{
...
@@ -215,23 +188,27 @@ body{
border-spacing
:
0
;
border-spacing
:
0
;
}
}
.selected
{
}
/*top*/
/*top*/
.b_top_left
{
.b_top_left
{
width
:
54px
;
width
:
54px
;
background-image
:
url(../im
g
/top_left.png)
;
background-image
:
url(../im
ages
/top_left.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
.b_top_right
{
.b_top_right
{
width
:
54px
;
width
:
54px
;
background-image
:
url(../im
g
/top_right.png)
;
background-image
:
url(../im
ages
/top_right.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
.b_top_center
{
.b_top_center
{
height
:
54px
;
height
:
54px
;
background-image
:
url(../im
g
/top.png)
;
background-image
:
url(../im
ages
/top.png)
;
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
}
}
...
@@ -239,18 +216,18 @@ body{
...
@@ -239,18 +216,18 @@ body{
.b_bottom_left
{
.b_bottom_left
{
width
:
54px
;
width
:
54px
;
background-image
:
url(../im
g
/bottom_left.png)
;
background-image
:
url(../im
ages
/bottom_left.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
.b_bottom_right
{
.b_bottom_right
{
width
:
54px
;
width
:
54px
;
background-image
:
url(../im
g
/bottom_right.png)
;
background-image
:
url(../im
ages
/bottom_right.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
.b_bottom_center
{
.b_bottom_center
{
background-image
:
url(../im
g
/bottom.png)
;
background-image
:
url(../im
ages
/bottom.png)
;
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
}
}
...
@@ -258,13 +235,13 @@ body{
...
@@ -258,13 +235,13 @@ body{
.b_center_left
{
.b_center_left
{
width
:
54px
;
width
:
54px
;
background-image
:
url(../im
g
/left.png)
;
background-image
:
url(../im
ages
/left.png)
;
background-repeat
:
repeat-y
;
background-repeat
:
repeat-y
;
}
}
.b_center_right
{
.b_center_right
{
width
:
54px
;
width
:
54px
;
background-image
:
url(../im
g
/right.png)
;
background-image
:
url(../im
ages
/right.png)
;
background-repeat
:
repeat-y
;
background-repeat
:
repeat-y
;
}
}
...
@@ -286,9 +263,9 @@ body{
...
@@ -286,9 +263,9 @@ body{
color
:
#8c5730
;
color
:
#8c5730
;
}
}
#wgt_reload
,
#wgt_edit
,
#wgt_display
{
#wgt_reload
,
#wgt_edit
,
#wgt_display
,
#wgt_add
{
cursor
:
pointer
;
cursor
:
pointer
;
width
:
80
px
;
width
:
95
px
;
height
:
44px
;
height
:
44px
;
margin
:
10px
10px
0
0
;
margin
:
10px
10px
0
0
;
float
:
right
;
float
:
right
;
...
@@ -300,7 +277,7 @@ body{
...
@@ -300,7 +277,7 @@ body{
#wgt_display
{
#wgt_display
{
width
:
100px
;
width
:
100px
;
padding-left
:
40px
;
padding-left
:
40px
;
background-image
:
url(../im
g
/slate-edit.png)
;
background-image
:
url(../im
ages
/slate-edit.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
top
0
;
background-position
:
top
0
;
display
:
none
;
display
:
none
;
...
@@ -309,16 +286,24 @@ body{
...
@@ -309,16 +286,24 @@ body{
#wgt_edit
{
#wgt_edit
{
width
:
100px
;
width
:
100px
;
padding-left
:
40px
;
padding-left
:
40px
;
background-image
:
url(../im
g
/slate-edit.png)
;
background-image
:
url(../im
ages
/slate-edit.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
top
0
;
background-position
:
top
0
;
}
}
#wgt_reload
{
#wgt_reload
{
padding-left
:
40px
;
padding-left
:
40px
;
background-image
:
url(../img/slate-toolbar-reload.png)
;
background-image
:
url(../images/slate-toolbar-reload.png)
;
background-repeat
:
no-repeat
;
background-position
:
top
0
;
}
#wgt_add
{
padding-left
:
40px
;
background-image
:
url(../images/plus.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
top
0
;
background-position
:
top
0
;
display
:
none
;
}
}
.style_select
{
.style_select
{
...
@@ -328,7 +313,7 @@ body{
...
@@ -328,7 +313,7 @@ body{
float
:
right
;
float
:
right
;
margin
:
10px
20px
0
0
;
margin
:
10px
20px
0
0
;
border-radius
:
10px
;
border-radius
:
10px
;
background-image
:
url(../im
g
/ar_down.png)
;
background-image
:
url(../im
ages
/ar_down.png)
;
background-color
:
#d4aa79
;
background-color
:
#d4aa79
;
color
:
#8c5730
;
color
:
#8c5730
;
background-position
:
105px
11px
;
background-position
:
105px
11px
;
...
@@ -338,35 +323,35 @@ body{
...
@@ -338,35 +323,35 @@ body{
}
}
.btl_pad
{
.btl_pad
{
background-image
:
url(../im
g
/pad-top-left.png)
!important
;
background-image
:
url(../im
ages
/pad-top-left.png)
!important
;
}
}
.btc_pad
{
.btc_pad
{
background-image
:
url(../im
g
/pad-top.png)
!important
;
background-image
:
url(../im
ages
/pad-top.png)
!important
;
}
}
.btr_pad
{
.btr_pad
{
background-image
:
url(../im
g
/pad-top-right.png)
!important
;
background-image
:
url(../im
ages
/pad-top-right.png)
!important
;
}
}
.bcl_pad
{
.bcl_pad
{
background-image
:
url(../im
g
/pad-left.png)
!important
;
background-image
:
url(../im
ages
/pad-left.png)
!important
;
}
}
.bcr_pad
{
.bcr_pad
{
background-image
:
url(../im
g
/pad-right.png)
!important
;
background-image
:
url(../im
ages
/pad-right.png)
!important
;
}
}
.bbl_pad
{
.bbl_pad
{
background-image
:
url(../im
g
/pad-bottom-left.png)
!important
;
background-image
:
url(../im
ages
/pad-bottom-left.png)
!important
;
}
}
.bbc_pad
{
.bbc_pad
{
background-image
:
url(../im
g
/pad-bottom.png)
!important
;
background-image
:
url(../im
ages
/pad-bottom.png)
!important
;
}
}
.bbr_pad
{
.bbr_pad
{
background-image
:
url(../im
g
/pad-bottom-right.png)
!important
;
background-image
:
url(../im
ages
/pad-bottom-right.png)
!important
;
}
}
.pad_color
{
.pad_color
{
...
@@ -374,15 +359,19 @@ body{
...
@@ -374,15 +359,19 @@ body{
}
}
.pad_reload
{
.pad_reload
{
background-image
:
url(../im
g
/slate-toolbar-reload-white.png)
!important
;
background-image
:
url(../im
ages
/slate-toolbar-reload-white.png)
!important
;
}
}
.pad_edit
{
.pad_edit
{
background-image
:
url(../img/slate-display.png)
!important
;
background-image
:
url(../images/slate-display.png)
!important
;
}
.pad_add
{
background-image
:
url(../images/plus-white.png)
!important
;
}
}
.pad_select
{
.pad_select
{
background-color
:
black
!important
;
background-color
:
black
!important
;
color
:
white
!important
;
color
:
white
!important
;
background-image
:
url(../im
g
/ar_down_white.png)
!important
;
background-image
:
url(../im
ages
/ar_down_white.png)
!important
;
}
}
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