BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8f85c5cd
Unverified
Commit
8f85c5cd
authored
Jan 06, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increate some input width. Added navbar toggle button
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
0b017e8e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
forms.scss
app/assets/stylesheets/generic/forms.scss
+4
-0
index.html.haml
app/views/admin/groups/index.html.haml
+1
-1
_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+4
-0
index.html.haml
app/views/public/projects/index.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/forms.scss
View file @
8f85c5cd
...
...
@@ -47,3 +47,7 @@ label {
.input-mx-250
{
max-width
:
250px
;
}
.input-mn-300
{
min-width
:
300px
;
}
app/views/admin/groups/index.html.haml
View file @
8f85c5cd
...
...
@@ -8,7 +8,7 @@
%br
=
form_tag
admin_groups_path
,
method: :get
,
class:
'form-inline'
do
.form-group
=
text_field_tag
:name
,
params
[
:name
],
class:
"form-control input-
xpadding
"
=
text_field_tag
:name
,
params
[
:name
],
class:
"form-control input-
mn-300
"
=
submit_tag
"Search"
,
class:
"btn submit btn-primary"
%hr
...
...
app/views/layouts/_head_panel.html.haml
View file @
8f85c5cd
...
...
@@ -8,6 +8,10 @@
%span
.separator
%h1
.project_name
=
title
%button
.navbar-toggle
{
"data-target"
=>
".navbar-collapse"
,
"data-toggle"
=>
"collapse"
,
type:
"button"
}
%span
.sr-only
Toggle navigation
%i
.icon-reorder
.navbar-collapse.collapse
%ul
.nav.navbar-nav
%li
...
...
app/views/public/projects/index.html.haml
View file @
8f85c5cd
...
...
@@ -7,7 +7,7 @@
.pull-left
=
form_tag
public_projects_path
,
method: :get
,
class:
'form-inline form-tiny'
do
|
f
|
.form-group
=
search_field_tag
:search
,
params
[
:search
],
placeholder:
"Filter by name"
,
class:
"form-control search-text-input"
,
id:
"projects_search"
=
search_field_tag
:search
,
params
[
:search
],
placeholder:
"Filter by name"
,
class:
"form-control search-text-input
input-mn-300
"
,
id:
"projects_search"
.form-group
=
submit_tag
'Search'
,
class:
"btn btn-primary wide"
...
...
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