Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
7ed15bbc
Commit
7ed15bbc
authored
Nov 25, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor ui fixes for selects at issues page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
11aa7b00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
app/assets/stylesheets/gitlab_bootstrap/common.scss
app/assets/stylesheets/gitlab_bootstrap/common.scss
+5
-0
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+8
-2
No files found.
app/assets/stylesheets/gitlab_bootstrap/common.scss
View file @
7ed15bbc
...
...
@@ -127,3 +127,8 @@ pre.well-pre {
.dropdown-menu
>
li
>
a
{
text-shadow
:
none
;
}
.dropdown-menu
>
li
>
a
:hover
,
.dropdown-menu
>
li
>
a
:focus
{
background
:
#29b
;
}
app/assets/stylesheets/sections/issues.scss
View file @
7ed15bbc
...
...
@@ -77,8 +77,8 @@ input.check_all_issues {
@media
(
min-width
:
800px
)
{
.issues_filters
select
{
width
:
160px
;
}
}
@media
(
min-width
:
1200px
)
{
.issues_filters
select
{
width
:
220px
;
}
}
@media
(
min-width
:
800px
)
{
.issues_bulk_update
select
{
width
:
120px
;
}
}
@media
(
min-width
:
1200px
)
{
.issues_bulk_update
select
{
width
:
160px
;
}
}
@media
(
min-width
:
800px
)
{
.issues_bulk_update
.chosen-container
{
min-
width
:
120px
;
}
}
@media
(
min-width
:
1200px
)
{
.issues_bulk_update
.chosen-container
{
min-
width
:
160px
;
}
}
.issues-holder
{
.issues_filters
{
...
...
@@ -103,3 +103,9 @@ input.check_all_issues {
.participants
{
margin-bottom
:
10px
;
}
.issues_bulk_update
{
.chosen-container
{
text-shadow
:
none
;
}
}
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