Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
gargantext
purescript-gargantext
Commits
63ba61fb
Commit
63ba61fb
authored
Nov 20, 2018
by
Sudhir Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added login.css
parent
3ddddbeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
79 additions
and
0 deletions
+79
-0
Login.css
dist/css/Login.css
+79
-0
No files found.
dist/css/Login.css
View file @
63ba61fb
...
...
@@ -78,3 +78,82 @@ logoSmall {
background-color
:
blue
;
color
:
white
;
}
li
#rename
#rename-a
{
display
:
none
;
position
:
absolute
;
left
:
125px
;
}
#rename-tooltip
{
position
:
absolute
;
left
:
96px
;
top
:
-64px
;
background-color
:
white
;
z-index
:
1000
;
}
li
a
#rename
{
display
:
none
;
position
:
absolute
;
text-decoration
:
none
;
left
:
77px
;
}
li
:hover
a
#rename
{
display
:
block
;
}
.glyphitem
{
top
:
0
;
display
:
inline-block
;
float
:
right
;
opacity
:
0.6
;
padding-right
:
5px
;
cursor
:
pointer
;
transition
:
transform
0.1s
ease-out
0s
;
font-size
:
15px
;
text-align
:
center
;
}
.glyphitem
:hover
{
display
:
inline-block
;
opacity
:
1
;
transform
:
scale
(
1.4
);
}
#rename-tooltip
:hover
{
border
:
none
;
}
#arrow
{
width
:
0
;
height
:
0
;
border-top
:
10px
solid
transparent
;
border-bottom
:
10px
solid
transparent
;
border-right
:
10px
solid
darkgray
;
position
:
relative
;
top
:
55px
;
left
:
-9px
;
}
#rename-tooltip
a
:hover
{
text-decoration
:
none
;
}
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