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
Kazuhiko Shiozaki
gitlab-ce
Commits
48bc4fc2
Commit
48bc4fc2
authored
Feb 12, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed flash message. better tree css
parent
0cd873c2
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
6 deletions
+22
-6
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+2
-1
app/assets/stylesheets/notes.css.scss
app/assets/stylesheets/notes.css.scss
+2
-1
app/assets/stylesheets/tree.scss
app/assets/stylesheets/tree.scss
+15
-0
app/views/layouts/_flash.html.haml
app/views/layouts/_flash.html.haml
+2
-3
app/views/refs/_tree.html.haml
app/views/refs/_tree.html.haml
+1
-1
No files found.
app/assets/stylesheets/common.scss
View file @
48bc4fc2
...
...
@@ -73,7 +73,8 @@ a {
.container
{
width
:
$min_app_width
;
margin-top
:
62px
;
margin-top
:
50px
;
padding
:
$app_padding
;
}
.container
.sidebar
{
...
...
app/assets/stylesheets/notes.css.scss
View file @
48bc4fc2
...
...
@@ -38,7 +38,8 @@
.note
span
.note-title
{
margin-bottom
:
10px
}
.note
span
.note-author
{
color
:
#999
;
font-weight
:
normal
;
font-style
:
italic
;}
.note
span
.note-author
strong
{
font-weight
:
bold
;
font-style
:
normal
;}
.note
p
{
color
:
$style_color
;
}
.note
.note-author
{
color
:
$style_color
;}
.note
.note-title
{
margin-left
:
55px
;
}
...
...
app/assets/stylesheets/tree.scss
View file @
48bc4fc2
...
...
@@ -129,3 +129,18 @@ table.highlighttable .linenodiv pre {
}
}
}
.breadcrumb
a
{
color
:
$style_color
;
font-weight
:bold
;
}
#tree-slider
{
td
{
padding
:
7px
;
}
th
{
background
:
#f5f5f5
;
}
}
app/views/layouts/_flash.html.haml
View file @
48bc4fc2
-
if
alert
||
notice
-
text
=
alert
||
notice
%div
{
:style
=>
"display:none"
,
:id
=>
"flash_container"
}
.container
%center
%h4
=
text
:javascript
...
...
app/views/refs/_tree.html.haml
View file @
48bc4fc2
...
...
@@ -19,7 +19,7 @@
=
render
:partial
=>
"refs/tree_file"
,
:locals
=>
{
:name
=>
tree
.
name
,
:content
=>
tree
.
data
,
:file
=>
tree
}
-
else
-
contents
=
tree
.
contents
%table
#tree-slider
.bordered-table
.zebra-striped
%table
#tree-slider
.bordered-table
%thead
%th
Name
%th
Last Update
...
...
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