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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
60f4576d
Commit
60f4576d
authored
Nov 12, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
top panel -> search -> css
parent
de09e356
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
48 deletions
+2
-48
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+0
-44
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
+2
-4
No files found.
app/assets/stylesheets/projects.css.scss
View file @
60f4576d
...
@@ -110,50 +110,6 @@ table.round-borders {
...
@@ -110,50 +110,6 @@ table.round-borders {
background
:
transparent
9
!
important
;
background
:
transparent
9
!
important
;
}
}
#header-panel
{
@include
panel-color
;
height
:
40px
;
position
:fixed
;
z-index
:
999
;
top
:
0px
;
width
:
100%
;
margin-bottom
:
10px
;
overflow
:hidden
;
.button
{
color
:
#bbb
;
border
:none
;
margin
:
0px
;
height
:
25px
;
background
:transparent
;
padding
:
10px
20px
5px
20px
;
&
:hover
{
color
:white
;
}
&
.current
{
border-bottom
:
3px
solid
#EAEAEA
!
important
;
padding
:
10px
20px
0
;
color
:
#eaeaea
;
}
}
.search-holder
{
float
:left
;
width
:
290px
;
input
{
@include
round-borders-all
(
4px
);
width
:
290px
;
border-color
:
#888
;
padding
:
5px
;
background
:
#666
;
color
:
#222
;
&
:focus
{
background
:
#fff
;
color
:
#000
;
}
}
}
}
#content-container
{
#content-container
{
min-height
:
250px
;
min-height
:
250px
;
background
:
#fff
;
background
:
#fff
;
...
...
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
View file @
60f4576d
...
@@ -382,15 +382,13 @@
...
@@ -382,15 +382,13 @@
padding
:
.2em
.4em
;
padding
:
.2em
.4em
;
line-height
:
1.5
;
line-height
:
1.5
;
zoom
:
1
;
zoom
:
1
;
font-weight
:
normal
;
}
}
.ui-menu
.ui-menu-item
a
.ui-state-hover
,
.ui-menu
.ui-menu-item
a
.ui-state-hover
,
.ui-menu
.ui-menu-item
a
.ui-state-active
{
.ui-menu
.ui-menu-item
a
.ui-state-active
{
font-weight
:
normal
;
font-weight
:
normal
;
margin
:
-1px
;
margin
:
-1px
;
background
:
#fff
!important
;
background
:
#eee
;
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#fff
),
to
(
#FFF6BF
))
!important
;
background
:
-moz-linear-gradient
(
top
,
#fff
,
#FFF6BF
)
!important
;
background
:
transparent
9
!important
;
border-radius
:
0px
;
border-radius
:
0px
;
border-color
:
white
;
border-color
:
white
;
border-bottom
:
1px
solid
#E2EAEE
;
border-bottom
:
1px
solid
#E2EAEE
;
...
...
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