Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d49b2c2b
authored
Jan 28, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
issue #827 dashboard normal legend
parent
7b3c5765
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
sails/src/assets/styles/main.css
sails/src/assets/styles/main.css
View file @
d49b2c2b
...
...
@@ -466,8 +466,8 @@ textarea.editable{
.picto
.picto_options
.picto_remove
{
position
:
absolute
;
top
:
2px
;
left
:
2px
;
}
.picto
.picto_options
.picto_add
{
position
:
absolute
;
top
:
28px
;
left
:
28px
;
}
.picto
.picto_options
.picto_ok
{
position
:
absolute
;
top
:
2px
;
right
:
2px
;
}
.picto
.picto_options
.picto_tags
{
position
:
absolute
;
bottom
:
2px
;
left
:
2px
;
}
.picto
.picto_options
.picto_config
{
position
:
absolute
;
bottom
:
2px
;
right
:
2px
;
}
.picto
.picto_options
.picto_tags
{
position
:
absolute
;
bottom
:
2px
;
left
:
2px
;
z-index
:
2
;
}
.picto
.picto_options
.picto_config
{
position
:
absolute
;
bottom
:
2px
;
right
:
2px
;
z-index
:
2
;
}
.picto
.picto_options
.picto_info
{
position
:
absolute
;
top
:
2px
;
left
:
2px
;
}
.picto
.picto_options
.picto_plus
{
position
:
absolute
;
top
:
2px
;
right
:
2px
;
}
...
...
@@ -482,13 +482,17 @@ textarea.editable{
bottom
:
0px
;
text-align
:
center
;
width
:
100%
;
background-color
:
rgba
(
1
,
1
,
1
,
0.50
)
;
color
:
white
;
background-color
:
white
;
color
:
black
;
margin-left
:
-2px
;
font-weight
:
600
;
text-transform
:
uppercase
;
font-size
:
12px
;
word-wrap
:
break-word
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
border-radius
:
0px
0px
5px
5px
;
z-index
:
1
;
}
.picto-legend-full
{
position
:
absolute
;
...
...
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