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
74632d6a
Commit
74632d6a
authored
Jan 12, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lil color restyle
parent
84d1dead
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
projects.css.scss
app/assets/stylesheets/projects.css.scss
+9
-2
style.scss
app/assets/stylesheets/style.scss
+4
-4
No files found.
app/assets/stylesheets/projects.css.scss
View file @
74632d6a
...
@@ -277,7 +277,7 @@ input.ssh_project_url {
...
@@ -277,7 +277,7 @@ input.ssh_project_url {
body
.project-page
table
.commit
{
body
.project-page
table
.commit
{
a
.tree-commit-link
{
a
.tree-commit-link
{
color
:
gray
;
color
:
#444
;
&
:hover
{
&
:hover
{
text-decoration
:underline
;
text-decoration
:underline
;
}
}
...
@@ -527,11 +527,18 @@ h4.dash-tabs {
...
@@ -527,11 +527,18 @@ h4.dash-tabs {
body
header
,
body
header
,
h4
.middle-panel
{
h4
.middle-panel
{
background
:
#999
;
/* for non-css3 browsers */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#FAFAFA'
,
endColorstr
=
'#EAEAEA'
);
/* for IE */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#FAFAFA
)
,
to
(
#EAEAEA
));
/* for webkit browsers */
background
:
-moz-linear-gradient
(
top
,
#FAFAFA
,
#EAEAEA
);
/* for firefox 3.6+ */
margin
:
0
;
margin
:
0
;
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
padding
:
10px
20px
;
padding
:
10px
20px
;
font-size
:
11px
;
font-size
:
11px
;
background
:
#F7F7F7
;
//
background: #F7F7F7;
height
:
30px
;
height
:
30px
;
.project_name
{
.project_name
{
...
...
app/assets/stylesheets/style.scss
View file @
74632d6a
...
@@ -74,9 +74,9 @@ $blue_link: "#2fa0bb";
...
@@ -74,9 +74,9 @@ $blue_link: "#2fa0bb";
/* eo Vars */
/* eo Vars */
html
{
-webkit-font-smoothing
:antialiased
;
}
html
{
-webkit-font-smoothing
:antialiased
;
}
body
{
font-size
:
12px
;
background-color
:
#
eee
;}
body
{
font-size
:
12px
;
background-color
:
#
F5F5F5
;}
a
{
text-decoration
:
none
;
font-weight
:
bold
;
color
:
#
666
}
a
{
text-decoration
:
none
;
font-weight
:
bold
;
color
:
#
444
}
a
:hover
{
color
:
#
333
}
a
:hover
{
color
:
#
555
}
/* Typography */
/* Typography */
h1
,
h2
,
h3
,
h4
,
h5
{
font-weight
:
normal
;
color
:
#666
}
h1
,
h2
,
h3
,
h4
,
h5
{
font-weight
:
normal
;
color
:
#666
}
h2
{
margin
:
1
.5em
0
}
h2
{
margin
:
1
.5em
0
}
...
@@ -611,7 +611,7 @@ body.project-page h2.icon .project-name i.arrow{float: right;
...
@@ -611,7 +611,7 @@ body.project-page h2.icon .project-name i.arrow{float: right;
body
.project-page
h2
.icon
span
{
background-position
:
-78px
-68px
;
}
body
.project-page
h2
.icon
span
{
background-position
:
-78px
-68px
;
}
body
.project-page
.project-container
{
position
:
relative
;
float
:
left
;
width
:
100%
;
height
:
100%
;
padding-bottom
:
10px
;}
body
.project-page
.project-container
{
position
:
relative
;
float
:
left
;
width
:
100%
;
height
:
100%
;
padding-bottom
:
10px
;}
body
.project-page
.page-title
{
margin-bottom
:
0
}
body
.project-page
.page-title
{
margin-bottom
:
0
}
body
.project-page
.project-sidebar
{
width
:
110px
;
left
:
0
;
top
:
0
;
height
:
100%
;
bottom
:
0
;
position
:
absolute
;
background-color
:
#
f7f7f7
;
float
:
left
;
display
:
inline-block
;
background
:
#f7f7f7
;
padding
:
20px
0
20px
2%
;
margin
:
0
;
}
body
.project-page
.project-sidebar
{
width
:
110px
;
left
:
0
;
top
:
0
;
height
:
100%
;
bottom
:
0
;
position
:
absolute
;
background-color
:
#
eee
;
float
:
left
;
display
:
inline-block
;
background
:
#eee
;
padding
:
20px
0
20px
2%
;
margin
:
0
;
}
body
.projects-page
input
.text.git-url
{
font-size
:
12px
;
border-radius
:
5px
;
color
:
#666
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,.
2
)
inset
;
padding
:
8px
0
8px
30px
;
margin-bottom
:
20px
;
background
:
white
url('images.png')
no-repeat
8px
-40px
;
width
:
136px
}
body
.projects-page
input
.text.git-url
{
font-size
:
12px
;
border-radius
:
5px
;
color
:
#666
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,.
2
)
inset
;
padding
:
8px
0
8px
30px
;
margin-bottom
:
20px
;
background
:
white
url('images.png')
no-repeat
8px
-40px
;
width
:
136px
}
body
.projects-page
input
.text.git-url
{
margin
:
10px
0
0
}
body
.projects-page
input
.text.git-url
{
margin
:
10px
0
0
}
...
...
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