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
ebd329fe
Commit
ebd329fe
authored
Mar 24, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make form width the same as dropdown width
parent
4d8c5828
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+1
-1
variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-0
search.scss
app/assets/stylesheets/pages/search.scss
+1
-1
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
ebd329fe
...
...
@@ -189,7 +189,7 @@
}
.dropdown-select
{
width
:
300px
;
width
:
$dropdown-width
;
}
.dropdown-menu-align-right
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
ebd329fe
...
...
@@ -166,6 +166,7 @@ $regular_font: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif
/*
* Dropdowns
*/
$dropdown-width
:
300px
;
$dropdown-bg
:
#fff
;
$dropdown-link-color
:
#555
;
$dropdown-link-hover-bg
:
$row-hover
;
...
...
@@ -197,6 +198,7 @@ $award-emoji-new-btn-icon-color: #dcdcdc;
/*
* Search Box
*/
$search-input-width
:
$dropdown-width
;
$location-badge-color
:
#aaa
;
$location-badge-bg
:
$gray-normal
;
$location-icon-color
:
#e7e9ed
;
...
...
app/assets/stylesheets/pages/search.scss
View file @
ebd329fe
...
...
@@ -30,7 +30,7 @@
@extend
.form-control
;
margin
:
0
;
padding
:
4px
;
width
:
350px
;
width
:
$search-input-width
;
line-height
:
24px
;
}
...
...
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