Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
b7dd8d5106af
Commit
b2c13bdd
authored
Mar 15, 2012
by
Dmitriy Zaporozhets
Browse files
button styled
parent
ec3f3cc8f393
Changes
2
Show whitespace changes
Inline
Side-by-side
app/assets/stylesheets/common.scss
View file @
b7dd8d51
...
@@ -11,6 +11,18 @@ a {
...
@@ -11,6 +11,18 @@ a {
}
}
}
}
.btn
{
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f1f1f1
)
,
color-stop
(
25%
,
#f1f1f1
)
,
to
(
#e6e6e6
));
background-image
:
-webkit-linear-gradient
(
#f1f1f1
,
#f1f1f1
25%
,
#e6e6e6
);
background-image
:
-moz-linear-gradient
(
top
,
#f1f1f1
,
#f1f1f1
25%
,
#e6e6e6
);
background-image
:
-ms-linear-gradient
(
#f1f1f1
,
#f1f1f1
25%
,
#e6e6e6
);
background-image
:
-o-linear-gradient
(
#f1f1f1
,
#f1f1f1
25%
,
#e6e6e6
);
background-image
:
linear-gradient
(
#f1f1f1
,
#f1f1f1
25%
,
#e6e6e6
);
&
:hover
{
}
}
a
:focus
{
a
:focus
{
outline
:
none
;
outline
:
none
;
}
}
...
...
app/views/commits/show.html.haml
View file @
b7dd8d51
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
=
@commit
.
committer_name
=
@commit
.
committer_name
%small
=
@commit
.
committed_date
.
stamp
(
"Aug 21, 2011 9:23pm"
)
%small
=
@commit
.
committed_date
.
stamp
(
"Aug 21, 2011 9:23pm"
)
%
h
r
%
b
r
%pre
.commit_message
%pre
.commit_message
=
commit_msg_with_link_to_issues
(
@project
,
@commit
.
safe_message
)
=
commit_msg_with_link_to_issues
(
@project
,
@commit
.
safe_message
)
.clear
.clear
...
...
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