parent
43cd8a0939
commit
944dbab297
@ -1,38 +0,0 @@ |
||||
#!/usr/bin/env rake |
||||
begin |
||||
require 'bundler/setup' |
||||
rescue LoadError |
||||
puts 'You must `gem install bundler` and `bundle install` to run rake tasks' |
||||
end |
||||
begin |
||||
require 'rdoc/task' |
||||
rescue LoadError |
||||
require 'rdoc/rdoc' |
||||
require 'rake/rdoctask' |
||||
RDoc::Task = Rake::RDocTask |
||||
end |
||||
|
||||
RDoc::Task.new(:rdoc) do |rdoc| |
||||
rdoc.rdoc_dir = 'rdoc' |
||||
rdoc.title = 'RedmineMeeting' |
||||
rdoc.options << '--line-numbers' |
||||
rdoc.rdoc_files.include('README.rdoc') |
||||
rdoc.rdoc_files.include('lib/**/*.rb') |
||||
end |
||||
|
||||
|
||||
|
||||
|
||||
Bundler::GemHelper.install_tasks |
||||
|
||||
require 'rake/testtask' |
||||
|
||||
Rake::TestTask.new(:test) do |t| |
||||
t.libs << 'lib' |
||||
t.libs << 'test' |
||||
t.pattern = 'test/**/*_test.rb' |
||||
t.verbose = false |
||||
end |
||||
|
||||
|
||||
task :default => :test |
@ -1,50 +0,0 @@ |
||||
//-- copyright |
||||
// OpenProject is a project management system. |
||||
// |
||||
// Copyright (C) 2012-2013 the OpenProject Team |
||||
// |
||||
// This program is free software; you can redistribute it and/or |
||||
// modify it under the terms of the GNU General Public License version 3. |
||||
// |
||||
// See doc/COPYRIGHT.rdoc for more details. |
||||
//++ |
||||
|
||||
.meetings div.meeting {padding-bottom: 1em;} |
||||
div.meeting_content {padding-bottom: 2em;} |
||||
div.meetings_by_date {padding: 1em 0 1em 2em;} |
||||
dl.meetings p, div#activity dl.meetings dd, div#activity dl.meetings dt {padding: 0;} |
||||
dl.meetings {margin-bottom: 2em;} |
||||
|
||||
div.tabular > div { margin: 0; |
||||
padding: 5px 0 8px 0; |
||||
padding-left: 180px; /*width of left column containing the label elements*/ |
||||
height: 1%; |
||||
clear:left; |
||||
} |
||||
|
||||
#meeting_agenda_preview fieldset {margin-top: 1em; background: url(draft.png);} |
||||
#meeting_minutes_preview fieldset {margin-top: 1em; background: url(draft.png);} |
||||
|
||||
dt.meeting { |
||||
background-image: url(meeting.png); |
||||
} |
||||
|
||||
dt.meeting-agenda { |
||||
background-image: url(agenda.png); |
||||
} |
||||
|
||||
dt.meeting-minutes { |
||||
background-image: url(minutes.png); |
||||
} |
||||
div#activity dl.meetings dt span { |
||||
padding-left: 15px; |
||||
} |
||||
|
||||
div.flash.notice a.link_to_profile { |
||||
cursor:pointer; |
||||
color: #008BD0; |
||||
} |
||||
|
||||
div.flash.notice a.link_to_profile:hover { |
||||
text-decoration: underline; |
||||
} |
Loading…
Reference in new issue