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
f2a76228
Commit
f2a76228
authored
Dec 01, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unsued css styles. Fixed Milestone preselected date.
parent
2d076394
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
369 additions
and
17 deletions
+369
-17
app/assets/stylesheets/application.css
app/assets/stylesheets/application.css
+1
-2
app/assets/stylesheets/jquery.ui.gitlab.css
app/assets/stylesheets/jquery.ui.gitlab.css
+367
-0
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+0
-14
app/views/milestones/_form.html.haml
app/views/milestones/_form.html.haml
+1
-1
No files found.
app/assets/stylesheets/application.css
View file @
f2a76228
...
...
@@ -2,8 +2,7 @@
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require jquery.ui.all
*= require jquery.ui.aristo
*= require jquery.ui.gitlab
*= require jquery.atwho
*= require chosen
*= require_self
...
...
vendor/assets/stylesheets/jquery.ui.aristo
.css
→
app/assets/stylesheets/jquery.ui.gitlab
.css
View file @
f2a76228
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/sections/issues.scss
View file @
f2a76228
...
...
@@ -130,17 +130,3 @@ input.check_all_issues {
.milestone
{
@extend
.wll
;
}
/**
* Fix milestone calendar
*/
.ui-datepicker
{
border
:
none
;
box-shadow
:
none
;
.ui-datepicker-header
{
@include
solid-shade
;
margin-bottom
:
10px
;
border
:
1px
solid
#bbb
;
}
}
app/views/milestones/_form.html.haml
View file @
f2a76228
...
...
@@ -45,5 +45,5 @@
$
(
"
.datepicker
"
).
datepicker
({
dateFormat
:
"
yy-mm-dd
"
,
onSelect
:
function
(
dateText
,
inst
)
{
$
(
"
#milestone_due_date
"
).
val
(
dateText
)
}
});
})
.
datepicker
(
"
setDate
"
,
$
.
datepicker
.
parseDate
(
'
yy-mm-dd
'
,
$
(
'
#milestone_due_date
'
).
val
()))
;
});
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