Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-images-generator
Commits
29d818b3
Commit
29d818b3
authored
Apr 14, 2013
by
Jingqin Lynn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move "+" for level editor to the left.
Hide +/- at maximum/mininum levels respectively.
parent
231fc59f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
6 deletions
+30
-6
style.css
style.css
+30
-6
No files found.
style.css
View file @
29d818b3
...
...
@@ -92,24 +92,48 @@
.level
[
data-level
=
"11"
]
{
width
:
275px
}
.level
[
data-level
=
"12"
]
{
width
:
300px
}
.level.editable
:hover::before
,
.level.editable
:hover::after
{
position
:
relative
;
.level.editable
::before
,
.level.editable
::after
{
width
:
25px
;
height
:
100%
;
left
:
-25px
;
display
:
inline-block
;
font-size
:
25px
;
line-height
:
25px
;
text-align
:
center
;
background
:
rgba
(
200
,
200
,
200
,
0.3
);
opacity
:
0
;
}
.level.editable
::before
{
position
:
absolute
;
display
:
block
;
content
:
"+"
;
width
:
25px
;
height
:
inherit
;
right
:
0%
;
left
:
auto
;
padding-right
:
325px
;
background-clip
:
content-box
;
}
.level.editable
:hover::after
{
.level.editable
::after
{
position
:
relative
;
content
:
"-"
;
width
:
25px
;
left
:
100%
;
margin-left
:
-25px
;
}
.level.editable
:hover::before
,
.level.editable
:hover::after
{
opacity
:
1
;
}
.level.editable
[
data-level
=
"12"
]
::before
{
opacity
:
0
;
}
.level.editable
[
data-level
=
"1"
]
::after
{
opacity
:
0
;
}
[
contenteditable
]
:active
,
...
...
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