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
47fe0c28
Commit
47fe0c28
authored
May 27, 2019
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SearchBar: more styline (toggle moved in line with the bar)
parent
d89c75de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
context-menu.css
dist/styles/context-menu.css
+4
-0
SearchBar.purs
src/Gargantext/Pages/Layout/Specs/SearchBar.purs
+1
-1
No files found.
dist/styles/context-menu.css
View file @
47fe0c28
...
@@ -28,12 +28,16 @@
...
@@ -28,12 +28,16 @@
height
:
100%
;
height
:
100%
;
}
}
.search-bar-container
{
.search-bar-container
{
margin-top
:
11px
;
text-align
:
center
;
text-align
:
center
;
max-width
:
800px
;
max-width
:
800px
;
float
:
left
;
float
:
left
;
display
:
grid
;
grid-template-columns
:
auto
auto
auto
;
}
}
.search-bar-toggle
{
.search-bar-toggle
{
padding
:
2px
;
padding
:
2px
;
margin
:
2px
;
border
:
0
;
border
:
0
;
}
}
.search-field
{
.search-field
{
...
...
src/Gargantext/Pages/Layout/Specs/SearchBar.purs
View file @
47fe0c28
...
@@ -26,7 +26,7 @@ import Gargantext.Utils (id)
...
@@ -26,7 +26,7 @@ import Gargantext.Utils (id)
type Props = ( open :: Boolean, databases :: Array Database )
type Props = ( open :: Boolean, databases :: Array Database )
defaultProps :: Record Props
defaultProps :: Record Props
defaultProps = { open:
tru
e, databases: allDatabases }
defaultProps = { open:
fals
e, databases: allDatabases }
searchBar :: Record Props -> R.Element
searchBar :: Record Props -> R.Element
searchBar p = R.createElement searchBarComponent p []
searchBar p = R.createElement searchBarComponent p []
...
...
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