Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dpsite2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
domainepublic
dpsite2
Commits
833ec5f9
Commit
833ec5f9
authored
Sep 11, 2017
by
Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recherche
parent
b7eec134
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
squelettes/formulaires/recherche_barre.html
squelettes/formulaires/recherche_barre.html
+2
-3
themes/ficelle/css/ficelle.css
themes/ficelle/css/ficelle.css
+1
-1
No files found.
squelettes/formulaires/recherche_barre.html
View file @
833ec5f9
...
...
@@ -7,9 +7,9 @@
</a>
</BOUCLE_exit>
</li>
<li
class=
"menu-entree item flote_droite"
>
<li
class=
"menu-entree item flote_droite
barrefix
"
>
<div
class=
"formulaire_recherche_barre[ (#ENV{class})]"
id=
"formulaire_recherche_barre"
>
<form
action=
"[(#ENV{action})]"
method=
"get"
class=
"navbar-search pull-left"
><div>
[(#ENV{action}|form_hidden)]
[
<input
type=
"hidden"
name=
"lang"
value=
"(#ENV{lang})"
/>
]
...
...
@@ -28,4 +28,3 @@ $("#search").on("click", function() {
$
(
this
).
val
(
""
);
});;
</script>
themes/ficelle/css/ficelle.css
View file @
833ec5f9
...
...
@@ -522,7 +522,7 @@ background: #f8f8f8 none repeat scroll 0 0;
.navbar-search
.search-query
{
padding
:
0px
14px
!important
;
display
:
inline
}
.navbar-inverse
.navbar-search
.search-query
:focus
,
.navbar-inverse
.navbar-search
.search-query.focused
{
padding
:
1px
15px
;
border
:
1px
solid
!important
}
.input-append
#search
{
margin-top
:
4px
;
height
:
24
px
;}
.input-append
#search
{
height
:
22px
;
margin-top
:
6
px
;}
.footer-wrap
{
background
:
rgba
(
0
,
0
,
0
,
0.7
)
none
repeat
scroll
0
0
;
...
...
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