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
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
Grégoire Locqueville
purescript-gargantext
Commits
fd765ec9
Commit
fd765ec9
authored
May 27, 2019
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SearchBar: some more styling fixes
parent
47fe0c28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
context-menu.css
dist/styles/context-menu.css
+1
-0
SearchBar.purs
src/Gargantext/Pages/Layout/Specs/SearchBar.purs
+1
-1
No files found.
dist/styles/context-menu.css
View file @
fd765ec9
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
margin-top
:
11px
;
margin-top
:
11px
;
text-align
:
center
;
text-align
:
center
;
max-width
:
800px
;
max-width
:
800px
;
height
:
33px
;
float
:
left
;
float
:
left
;
display
:
grid
;
display
:
grid
;
grid-template-columns
:
auto
auto
auto
;
grid-template-columns
:
auto
auto
auto
;
...
...
src/Gargantext/Pages/Layout/Specs/SearchBar.purs
View file @
fd765ec9
...
@@ -63,7 +63,7 @@ toggleButton :: R.State Boolean -> R.Element
...
@@ -63,7 +63,7 @@ toggleButton :: R.State Boolean -> R.Element
toggleButton open =
toggleButton open =
H.button { onClick: onToggleExpanded open, className: "search-bar-toggle" }
H.button { onClick: onToggleExpanded open, className: "search-bar-toggle" }
[ H.i { className: "material-icons md-24"
[ H.i { className: "material-icons md-24"
, style: { marginTop: "-
5
px", color: "#000" } }
, style: { marginTop: "-
2
px", color: "#000" } }
[ H.text "control_point" ] ]
[ H.text "control_point" ] ]
onToggleExpanded :: forall e. R.State Boolean -> EffectFn1 e Unit
onToggleExpanded :: forall e. R.State Boolean -> EffectFn1 e Unit
...
...
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