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
Jérome Perrin
gitlab-ce
Commits
adeeae9f
Commit
adeeae9f
authored
Sep 01, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Few fixes for ~ 1000px resolution
parent
ed954eba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+5
-0
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+2
-2
No files found.
app/assets/stylesheets/sections/issues.scss
View file @
adeeae9f
...
...
@@ -65,6 +65,11 @@ input.check_all_issues {
}
}
@media
(
min-width
:
800px
)
{
.issues_filters
select
{
width
:
160px
;
}
}
@media
(
min-width
:
1000px
)
{
.issues_filters
select
{
width
:
200px
;
}
}
@media
(
min-width
:
1200px
)
{
.issues_filters
select
{
width
:
220px
;
}
}
#issues-table-holder
{
.issues_filters
{
form
{
...
...
app/assets/stylesheets/sections/nav.scss
View file @
adeeae9f
...
...
@@ -6,7 +6,7 @@ ul.main_menu {
border-radius
:
4px
;
margin
:
auto
;
margin
:
30px
0
;
border
:
1px
solid
#
bbb
;
border
:
1px
solid
#
AAA
;
height
:
37px
;
@include
bg-gray-gradient
;
position
:relative
;
...
...
@@ -85,7 +85,7 @@ ul.main_menu {
line-height
:
36px
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
white
;
padding
:
0
10px
;
}
}
/*
...
...
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