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
06e91674
Commit
06e91674
authored
Nov 07, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lil css style
parent
7ac38b7a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
10 deletions
+17
-10
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+3
-0
app/views/issues/_form.html.haml
app/views/issues/_form.html.haml
+1
-4
app/views/notes/_form.html.haml
app/views/notes/_form.html.haml
+6
-3
public/.directory
public/.directory
+4
-0
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
+3
-3
No files found.
app/assets/stylesheets/projects.css.scss
View file @
06e91674
...
...
@@ -276,6 +276,9 @@ input.ssh_project_url {
/** FORM INPUTS **/
.user_new
,
.new_key
,
.new_issue
,
.new_note
,
.edit_user
,
.new_project
,
.new_snippet
,
...
...
app/views/issues/_form.html.haml
View file @
06e91674
...
...
@@ -8,10 +8,7 @@
.span-8
=
f
.
label
:title
=
f
.
text_area
:title
,
:style
=>
"width:450px; height:100px"
,
:maxlength
=>
255
-#.span-8
-#= f.label :content
-#= f.text_area :content, :style => "width:450px; height:130px"
.span-8.append-bottom
.span-8
=
f
.
label
:assignee_id
=
f
.
select
(
:assignee_id
,
@project
.
users
.
all
.
collect
{
|
p
|
[
p
.
name
,
p
.
id
]
},
{
:include_blank
=>
"Select user"
})
.span-1
...
...
app/views/notes/_form.html.haml
View file @
06e91674
...
...
@@ -10,13 +10,16 @@
%div
=
f
.
label
:note
%cite
%cite
.cgray
markdown supported
%br
%br
=
f
.
text_area
:note
,
:size
=>
255
%div
.attach_holder
%br
=
f
.
label
:attachment
%cite
(less than 10 MB)
%cite
.cgray
(less than 10 MB)
%br
%br
=
f
.
file_field
:attachment
...
...
public/.directory
0 → 100644
View file @
06e91674
[Dolphin]
ShowPreview=true
Timestamp=2011,11,6,21,7,47
Version=2
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
View file @
06e91674
...
...
@@ -59,7 +59,7 @@
.ui-widget
{
font-family
:
"Helvetica Neue"
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
1.1em
;
}
.ui-widget
.ui-widget
{
font-size
:
1em
;
}
.ui-widget
input
,
.ui-widget
select
,
.ui-widget
textarea
,
.ui-widget
button
{
font-family
:
Verdana
,
Arial
,
sans-serif
;
font-size
:
1em
;
}
.ui-widget-content
{
border
:
1px
solid
#
dddddd
;
background
:
#ffffff
url(ui-bg_flat_75_ffffff_40x100.png)
50%
50%
repeat-x
;
color
:
#222222
;
}
.ui-widget-content
{
border
:
1px
solid
#
474D57
;
background
:
#ffffff
url(ui-bg_flat_75_ffffff_40x100.png)
50%
50%
repeat-x
;
color
:
#222222
;
}
.ui-widget-content
a
{
color
:
#222222
;
}
.ui-widget-header
{
color
:
#222222
;
font-weight
:
bold
;
}
.ui-widget-header
a
{
color
:
#222222
;
}
...
...
@@ -445,8 +445,8 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
* http://docs.jquery.com/UI/Dialog#theming
*/
.ui-dialog
{
position
:
absolute
;
padding
:
0
;
width
:
300px
;
overflow
:
hidden
;
}
.ui-dialog
.ui-dialog-titlebar
{
padding
:
.4em
1em
;
position
:
relative
;
background
:
#
F7F7F7
;
color
:
#555
;
}
.ui-dialog
.ui-dialog-title
{
float
:
left
;
margin
:
.1em
16px
.1em
0
;}
.ui-dialog
.ui-dialog-titlebar
{
padding
:
.4em
1em
;
position
:
relative
;
background
:
#
474D57
;
color
:
#eee
;
}
.ui-dialog
.ui-dialog-title
{
float
:
left
;
margin
:
.1em
16px
.1em
0
;
text-shadow
:
none
;
}
.ui-dialog
.ui-dialog-titlebar-close
{
position
:
absolute
;
right
:
.3em
;
top
:
50%
;
width
:
19px
;
margin
:
-10px
0
0
0
;
padding
:
1px
;
height
:
18px
;
background
:
#eaeaea
}
.ui-dialog
.ui-dialog-titlebar-close
span
{
display
:
block
;
margin
:
1px
;
}
.ui-dialog
.ui-dialog-titlebar-close
:hover
,
.ui-dialog
.ui-dialog-titlebar-close
:focus
{
padding
:
0
;
}
...
...
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