Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cfc6c937
authored
8 years ago
by
Sulyok Gábor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing CSS file for setty
parent
93a6e237
Pipeline
#246
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
115 additions
and
0 deletions
+115
-0
circle/setty/static/setty/style.css
+115
-0
No files found.
circle/setty/static/setty/style.css
0 → 100644
View file @
cfc6c937
body
{
-webkit-touch-callout
:
none
;
-webkit-user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
textarea
{
resize
:
none
;
width
:
100%
;
height
:
auto
;
}
#dropContainer
{
position
:
relative
!important
;
overflow
:
none
!important
;
margin
:
12px
!important
;
height
:
700px
!important
;
text-align
:
justify
!important
;
user-select
:
none
;
-moz-user-select
:
none
;
background-color
:
#DDD
;
}
#dragContainer
{
position
:
relative
!important
;
margin
:
12px
!important
;
overflow
:
hidden
!important
;
height
:
590px
!important
;
}
.initHidden
{
display
:
none
;
}
.noScroll
{
overflow
:
hidden
;
height
:
100%
;
}
.elementTemplate
{
position
:
relative
;
display
:
inline
;
width
:
100px
;
height
:
100px
;
background
:
grey
;
border-radius
:
10px
;
border-color
:
black
;
-webkit-border-radius
:
10px
;
border-style
:
solid
;
border-width
:
5px
;
z-index
:
40
;
cursor
:
pointer
;
}
.elementTemplate
:hover
{
border
:
5px
solid
#123456
;
box-shadow
:
2px
2px
19px
#444
;
-o-box-shadow
:
2px
2px
19px
#444
;
-webkit-box-shadow
:
2px
2px
19px
#444
;
-moz-box-shadow
:
2px
2px
19px
#fff
;
opacity
:
0.9
;
filter
:
alpha
(
opacity
=
90
);
z-index
:
2000
;
}
.elementTemplate
:active
,
.elementSelected
{
border
:
5px
solid
red
!important
;
}
.element
{
position
:
absolute
;
left
:
10px
;
display
:
inline
;
width
:
75px
;
height
:
75px
;
background
:
grey
;
border-radius
:
8px
;
border-color
:
black
;
-webkit-border-radius
:
8px
;
border-style
:
solid
;
border-width
:
5px
;
z-index
:
40
;
cursor
:
grab
;
}
.element
:hover
{
border
:
5px
solid
#123456
;
box-shadow
:
2px
2px
19px
#444
;
-o-box-shadow
:
2px
2px
19px
#444
;
-webkit-box-shadow
:
2px
2px
19px
#444
;
-moz-box-shadow
:
2px
2px
19px
#fff
;
opacity
:
0.9
;
filter
:
alpha
(
opacity
=
90
);
z-index
:
2000
;
}
._jsPlumb_connector
{
z-index
:
10
;
}
._jsPlumb_endpoint
{
z-index
:
20
;
}
._jsPlumb_overlay
{
z-index
:
30
;
}
.cmdLink
{
font-size
:
0.80em
;
}
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