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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
f3dfd229
Commit
f3dfd229
authored
Mar 19, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add wall.scss
parent
5bf3a898
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
app/assets/stylesheets/application.scss
app/assets/stylesheets/application.scss
+1
-0
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+0
-1
app/assets/stylesheets/sections/wall.scss
app/assets/stylesheets/sections/wall.scss
+19
-0
No files found.
app/assets/stylesheets/application.scss
View file @
f3dfd229
...
...
@@ -35,6 +35,7 @@
@import
"sections/editor.scss"
;
@import
"sections/admin.scss"
;
@import
"sections/wiki.scss"
;
@import
"sections/wall.scss"
;
@import
"highlight/white.scss"
;
@import
"highlight/dark.scss"
;
...
...
app/assets/stylesheets/common.scss
View file @
f3dfd229
...
...
@@ -543,4 +543,3 @@ img.emoji {
.appear-data
{
display
:
none
;
}
app/assets/stylesheets/sections/wall.scss
0 → 100644
View file @
f3dfd229
.wall-page
{
.new_note
{
@extend
.span12
;
margin
:
0
;
height
:
140px
;
background
:
#F9F9F9
;
position
:
fixed
;
bottom
:
0px
;
padding
:
3px
;
padding-bottom
:
25px
;
border
:
1px
solid
#DDD
;
display
:
block
;
}
.notes
{
margin-bottom
:
160px
;
}
}
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