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
Léo-Paul Géneau
gitlab-ce
Commits
3f9749dd
Commit
3f9749dd
authored
Aug 18, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix branch selector. Few css fixed also
parent
93401ef9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
7 deletions
+9
-7
app/assets/stylesheets/sections/login.scss
app/assets/stylesheets/sections/login.scss
+1
-0
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+1
-1
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+5
-2
app/views/notes/_show.html.haml
app/views/notes/_show.html.haml
+1
-1
app/views/refs/_tree.html.haml
app/views/refs/_tree.html.haml
+0
-2
app/views/refs/_tree_commit.html.haml
app/views/refs/_tree_commit.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/login.scss
View file @
3f9749dd
...
...
@@ -27,6 +27,7 @@ body.login-page{
-moz-border-radius-topright
:
5px
;
border-top-left-radius
:
5px
;
border-top-right-radius
:
5px
;
margin-bottom
:
0px
;
}
.login-box
input
.text.bottom
{
...
...
app/assets/stylesheets/sections/notes.scss
View file @
3f9749dd
...
...
@@ -48,7 +48,7 @@
p
{
color
:
$style_color
;
}
.note-author
{
color
:
$style_color
;}
.note-title
{
margin-left
:
50px
;
padding-top
:
5px
;}
.note-title
{
padding-top
:
5px
;}
.avatar
{
margin-top
:
3px
;
}
...
...
app/assets/stylesheets/themes/ui_modern.scss
View file @
3f9749dd
...
...
@@ -37,6 +37,7 @@
*
*/
.app_logo
{
width
:
160px
;
a
{
h1
{
opacity
:
0
.7
;
...
...
@@ -56,7 +57,7 @@
.separator
{
width
:
1px
;
height
:
40px
;
margin
:
0
9
px
;
margin
:
0
10
px
;
overflow
:
hidden
;
background
:
#222
;
border-left
:
1px
solid
#333
;
...
...
@@ -73,6 +74,7 @@
background
:none
;
margin-left
:
8px
;
font-size
:
13px
;
font-weight
:bold
;
line-height
:
19px
;
color
:
#ccc
;
&
:hover
{
...
...
@@ -81,6 +83,7 @@
border
:
none
;
box-shadow
:none
;
text-shadow
:
0
-1px
0
#000000
;
border-left
:
1px
solid
#333
;
}
}
...
...
@@ -115,7 +118,7 @@
.project_name
{
line-height
:
34px
;
font-size
:
22px
;
color
:
#
fff
;
color
:
#
ccc
;
text-shadow
:
0
1px
1px
#111
;
}
...
...
app/views/notes/_show.html.haml
View file @
3f9749dd
%li
{
id:
dom_id
(
note
),
class:
"note"
}
=
image_tag
gravatar_icon
(
note
.
author
.
email
),
class:
"avatar"
=
image_tag
gravatar_icon
(
note
.
author
.
email
),
class:
"avatar
s32
"
%div
.note-author
%strong
=
note
.
author_name
=
link_to
"#
#{
dom_id
(
note
)
}
"
,
name:
dom_id
(
note
)
do
...
...
app/views/refs/_tree.html.haml
View file @
3f9749dd
...
...
@@ -51,8 +51,6 @@
:javascript
$
(
function
(){
$
(
'
select#branch
'
).
selectmenu
({
style
:
'
popup
'
,
width
:
200
});
$
(
'
select#tag
'
).
selectmenu
({
style
:
'
popup
'
,
width
:
200
});
$
(
'
.project-refs-select
'
).
chosen
();
history
.
pushState
({
path
:
this
.
path
},
''
,
"
#{
@history_path
}
"
);
...
...
app/views/refs/_tree_commit.html.haml
View file @
3f9749dd
-
if
tm
%strong
=
link_to
"[
#{
tm
.
user_name
}
]"
,
project_team_member_path
(
@project
,
tm
)
=
link_to
"[
#{
tm
.
user_name
}
]"
,
project_team_member_path
(
@project
,
tm
)
=
link_to_gfm
truncate
(
content_commit
.
title
,
length:
tm
?
30
:
50
),
project_commit_path
(
@project
,
content_commit
.
id
),
class:
"tree-commit-link"
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