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
eb0590b0
Commit
eb0590b0
authored
Aug 02, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIx wiki tests. Fixed margin for issues page
parent
e36baadd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
+7
-0
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+5
-1
features/steps/project/project_wiki.rb
features/steps/project/project_wiki.rb
+2
-2
No files found.
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
View file @
eb0590b0
...
...
@@ -24,10 +24,17 @@
@include
linear-gradient
(
#fAfAfA
,
#f1f1f1
);
}
&
.focus
,
&
:focus
{
text-decoration
:
none
;
@include
box-shadow
(
inset
0
2px
4px
rgba
(
0
,
0
,
0
,.
15
));
}
&
.active
,
&
:active
{
background-image
:
none
;
outline
:
0
;
text-decoration
:
none
;
@include
box-shadow
(
inset
0
2px
4px
rgba
(
0
,
0
,
0
,.
15
));
}
...
...
app/assets/stylesheets/sections/issues.scss
View file @
eb0590b0
...
...
@@ -44,7 +44,7 @@ input.check_all_issues {
margin
:
0
;
margin-right
:
10px
;
position
:
relative
;
top
:
8
px
;
top
:
10
px
;
height
:
22px
;
}
...
...
@@ -52,6 +52,10 @@ input.check_all_issues {
.title
{
height
:
40px
;
}
form
{
margin
:
0
;
}
}
.btn.close_issue
{
...
...
features/steps/project/project_wiki.rb
View file @
eb0590b0
...
...
@@ -17,7 +17,7 @@ class ProjectWiki < Spinach::FeatureSteps
Given
'I create the Wiki Home page'
do
fill_in
"Content"
,
with:
'[link test](test)'
click_on
"
Sav
e"
click_on
"
Create pag
e"
end
Then
'I should see the newly created wiki page'
do
...
...
@@ -43,7 +43,7 @@ class ProjectWiki < Spinach::FeatureSteps
And
'I change the content'
do
fill_in
"Content"
,
with:
'Updated Wiki Content'
click_on
"Save"
click_on
"Save
changes
"
end
Then
'I should see the updated content'
do
...
...
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