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
7ba4f2dc
Commit
7ba4f2dc
authored
Jan 29, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
few styling for buttons
parent
fb617c61
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
5 deletions
+12
-5
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+4
-0
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+6
-3
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+1
-1
app/views/teams/new.html.haml
app/views/teams/new.html.haml
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
7ba4f2dc
...
...
@@ -98,6 +98,10 @@
margin-top
:
3px
;
}
.btn-tiny
{
@include
box-shadow
(
0
0px
0px
1px
#f1f1f1
);
}
.nav-pills
{
>
li
{
>
a
{
...
...
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
7ba4f2dc
.btn
{
@include
linear-gradient
(
#f7f7f7
,
#d5d5d5
);
@include
linear-gradient
(
#f1f1f1
,
#e1e1e1
);
text-shadow
:
0
1px
1px
#FFF
;
border-color
:
#BBB
;
&
:hover
{
@include
bg-gray-gradient
;
border-color
:
#bbb
;
background
:
#f1f1f1
;
@include
linear-gradient
(
#fAfAfA
,
#f1f1f1
);
border-color
:
#AAA
;
color
:
#333
;
}
...
...
app/views/groups/new.html.haml
View file @
7ba4f2dc
...
...
@@ -10,7 +10,7 @@
.input
=
f
.
text_field
:name
,
placeholder:
"Ex. OpenSource"
,
class:
"xxlarge left"
=
f
.
submit
'Create group'
,
class:
"btn btn-
primary
"
=
f
.
submit
'Create group'
,
class:
"btn btn-
create
"
%hr
.padded
%ul
...
...
app/views/teams/new.html.haml
View file @
7ba4f2dc
...
...
@@ -10,7 +10,7 @@
.input
=
f
.
text_field
:name
,
placeholder:
"Ex. Ruby Developers"
,
class:
"xxlarge left"
=
f
.
submit
'Create team'
,
class:
"btn btn-
primary
"
=
f
.
submit
'Create team'
,
class:
"btn btn-
create
"
%hr
.padded
%ul
...
...
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