Description:
new branch for bootstrap
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r551:d69093a5f3c2 - - 5 files changed: 17 inserted, 23 deleted

@@ -1,63 +1,68
1 source 'https://rubygems.org'
1 source 'https://rubygems.org'
2
2
3 gem 'rails', '3.2.21'
3 gem 'rails', '3.2.21'
4
4
5 # Bundle edge Rails instead:
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
7
7
8 gem 'mysql2'
8 gem 'mysql2'
9
9
10 # Gems used only for assets and not required
10 # Gems used only for assets and not required
11 # in production environments by default.
11 # in production environments by default.
12 group :assets do
12 group :assets do
13 gem 'sass-rails', '~> 3.2.6'
13 gem 'sass-rails', '~> 3.2.6'
14 gem 'coffee-rails', '~> 3.2.2'
14 gem 'coffee-rails', '~> 3.2.2'
15
15
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
17 # gem 'therubyracer', :platforms => :ruby
17 # gem 'therubyracer', :platforms => :ruby
18
18
19 gem 'uglifier'
19 gem 'uglifier'
20 end
20 end
21
21
22 gem 'prototype-rails'
22 gem 'prototype-rails'
23
23
24 # To use ActiveModel has_secure_password
24 # To use ActiveModel has_secure_password
25 # gem 'bcrypt-ruby', '~> 3.0.0'
25 # gem 'bcrypt-ruby', '~> 3.0.0'
26
26
27 # To use Jbuilder templates for JSON
27 # To use Jbuilder templates for JSON
28 # gem 'jbuilder'
28 # gem 'jbuilder'
29
29
30 # Use unicorn as the app server
30 # Use unicorn as the app server
31 # gem 'unicorn'
31 # gem 'unicorn'
32
32
33 # Deploy with Capistrano
33 # Deploy with Capistrano
34 # gem 'capistrano'
34 # gem 'capistrano'
35
35
36 # To use debugger
36 # To use debugger
37 # gem 'debugger'
37 # gem 'debugger'
38 #
38 #
39
39
40 #in-place editor
40 #in-place editor
41 gem 'best_in_place', '~> 3.0.1'
41 gem 'best_in_place', '~> 3.0.1'
42
42
43 # jquery addition
43 # jquery addition
44 gem 'jquery-rails'
44 gem 'jquery-rails'
45 gem 'jquery-ui-sass-rails'
45 gem 'jquery-ui-sass-rails'
46 gem 'jquery-timepicker-addon-rails'
46 gem 'jquery-timepicker-addon-rails'
47 gem 'jquery-tablesorter'
47 gem 'jquery-tablesorter'
48
48
49 #syntax highlighter
49 #syntax highlighter
50 gem 'rouge'
50 gem 'rouge'
51
51
52 + #add bootstrap
53 + gem 'bootstrap-sass', '~> 3.2.0'
54 + gem 'autoprefixer-rails'
55 +
56 +
52 gem 'haml'
57 gem 'haml'
53 gem 'mail'
58 gem 'mail'
54 gem 'rdiscount'
59 gem 'rdiscount'
55 gem 'test-unit'
60 gem 'test-unit'
56 gem 'will_paginate', '~> 3.0.7'
61 gem 'will_paginate', '~> 3.0.7'
57 gem 'dynamic_form'
62 gem 'dynamic_form'
58 gem 'in_place_editing'
63 gem 'in_place_editing'
59 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
64 gem 'verification', :git => 'https://github.com/sikachu/verification.git'
60
65
61 group :test, :development do
66 group :test, :development do
62 gem 'rspec-rails', '~> 2.99.0'
67 gem 'rspec-rails', '~> 2.99.0'
63 end
68 end
@@ -1,175 +1,182
1 GIT
1 GIT
2 remote: https://github.com/sikachu/verification.git
2 remote: https://github.com/sikachu/verification.git
3 revision: 76eaf51b13276ecae54bd9cd115832595d2ff56d
3 revision: 76eaf51b13276ecae54bd9cd115832595d2ff56d
4 specs:
4 specs:
5 verification (1.0.3)
5 verification (1.0.3)
6 actionpack (>= 3.0.0, < 5.0)
6 actionpack (>= 3.0.0, < 5.0)
7 activesupport (>= 3.0.0, < 5.0)
7 activesupport (>= 3.0.0, < 5.0)
8
8
9 GEM
9 GEM
10 remote: https://rubygems.org/
10 remote: https://rubygems.org/
11 specs:
11 specs:
12 actionmailer (3.2.21)
12 actionmailer (3.2.21)
13 actionpack (= 3.2.21)
13 actionpack (= 3.2.21)
14 mail (~> 2.5.4)
14 mail (~> 2.5.4)
15 actionpack (3.2.21)
15 actionpack (3.2.21)
16 activemodel (= 3.2.21)
16 activemodel (= 3.2.21)
17 activesupport (= 3.2.21)
17 activesupport (= 3.2.21)
18 builder (~> 3.0.0)
18 builder (~> 3.0.0)
19 erubis (~> 2.7.0)
19 erubis (~> 2.7.0)
20 journey (~> 1.0.4)
20 journey (~> 1.0.4)
21 rack (~> 1.4.5)
21 rack (~> 1.4.5)
22 rack-cache (~> 1.2)
22 rack-cache (~> 1.2)
23 rack-test (~> 0.6.1)
23 rack-test (~> 0.6.1)
24 sprockets (~> 2.2.1)
24 sprockets (~> 2.2.1)
25 activemodel (3.2.21)
25 activemodel (3.2.21)
26 activesupport (= 3.2.21)
26 activesupport (= 3.2.21)
27 builder (~> 3.0.0)
27 builder (~> 3.0.0)
28 activerecord (3.2.21)
28 activerecord (3.2.21)
29 activemodel (= 3.2.21)
29 activemodel (= 3.2.21)
30 activesupport (= 3.2.21)
30 activesupport (= 3.2.21)
31 arel (~> 3.0.2)
31 arel (~> 3.0.2)
32 tzinfo (~> 0.3.29)
32 tzinfo (~> 0.3.29)
33 activeresource (3.2.21)
33 activeresource (3.2.21)
34 activemodel (= 3.2.21)
34 activemodel (= 3.2.21)
35 activesupport (= 3.2.21)
35 activesupport (= 3.2.21)
36 activesupport (3.2.21)
36 activesupport (3.2.21)
37 i18n (~> 0.6, >= 0.6.4)
37 i18n (~> 0.6, >= 0.6.4)
38 multi_json (~> 1.0)
38 multi_json (~> 1.0)
39 arel (3.0.3)
39 arel (3.0.3)
40 + autoprefixer-rails (6.0.3)
41 + execjs
42 + json
40 best_in_place (3.0.3)
43 best_in_place (3.0.3)
41 actionpack (>= 3.2)
44 actionpack (>= 3.2)
42 railties (>= 3.2)
45 railties (>= 3.2)
46 + bootstrap-sass (3.2.0.2)
47 + sass (~> 3.2)
43 builder (3.0.4)
48 builder (3.0.4)
44 coffee-rails (3.2.2)
49 coffee-rails (3.2.2)
45 coffee-script (>= 2.2.0)
50 coffee-script (>= 2.2.0)
46 railties (~> 3.2.0)
51 railties (~> 3.2.0)
47 coffee-script (2.3.0)
52 coffee-script (2.3.0)
48 coffee-script-source
53 coffee-script-source
49 execjs
54 execjs
50 coffee-script-source (1.9.0)
55 coffee-script-source (1.9.0)
51 diff-lcs (1.2.5)
56 diff-lcs (1.2.5)
52 dynamic_form (1.1.4)
57 dynamic_form (1.1.4)
53 erubis (2.7.0)
58 erubis (2.7.0)
54 execjs (2.3.0)
59 execjs (2.3.0)
55 haml (4.0.6)
60 haml (4.0.6)
56 tilt
61 tilt
57 hike (1.2.3)
62 hike (1.2.3)
58 i18n (0.7.0)
63 i18n (0.7.0)
59 in_place_editing (1.2.0)
64 in_place_editing (1.2.0)
60 journey (1.0.4)
65 journey (1.0.4)
61 jquery-rails (3.1.2)
66 jquery-rails (3.1.2)
62 railties (>= 3.0, < 5.0)
67 railties (>= 3.0, < 5.0)
63 thor (>= 0.14, < 2.0)
68 thor (>= 0.14, < 2.0)
64 jquery-tablesorter (1.13.4)
69 jquery-tablesorter (1.13.4)
65 railties (>= 3.1, < 5)
70 railties (>= 3.1, < 5)
66 jquery-timepicker-addon-rails (1.4.1)
71 jquery-timepicker-addon-rails (1.4.1)
67 railties (>= 3.1)
72 railties (>= 3.1)
68 jquery-ui-rails (4.0.3)
73 jquery-ui-rails (4.0.3)
69 jquery-rails
74 jquery-rails
70 railties (>= 3.1.0)
75 railties (>= 3.1.0)
71 jquery-ui-sass-rails (4.0.3.0)
76 jquery-ui-sass-rails (4.0.3.0)
72 jquery-rails
77 jquery-rails
73 jquery-ui-rails (= 4.0.3)
78 jquery-ui-rails (= 4.0.3)
74 railties (>= 3.1.0)
79 railties (>= 3.1.0)
75 json (1.8.2)
80 json (1.8.2)
76 mail (2.5.4)
81 mail (2.5.4)
77 mime-types (~> 1.16)
82 mime-types (~> 1.16)
78 treetop (~> 1.4.8)
83 treetop (~> 1.4.8)
79 mime-types (1.25.1)
84 mime-types (1.25.1)
80 multi_json (1.10.1)
85 multi_json (1.10.1)
81 mysql2 (0.3.20)
86 mysql2 (0.3.20)
82 polyglot (0.3.5)
87 polyglot (0.3.5)
83 power_assert (0.2.2)
88 power_assert (0.2.2)
84 prototype-rails (3.2.1)
89 prototype-rails (3.2.1)
85 rails (~> 3.2)
90 rails (~> 3.2)
86 rack (1.4.5)
91 rack (1.4.5)
87 rack-cache (1.2)
92 rack-cache (1.2)
88 rack (>= 0.4)
93 rack (>= 0.4)
89 rack-ssl (1.3.4)
94 rack-ssl (1.3.4)
90 rack
95 rack
91 rack-test (0.6.3)
96 rack-test (0.6.3)
92 rack (>= 1.0)
97 rack (>= 1.0)
93 rails (3.2.21)
98 rails (3.2.21)
94 actionmailer (= 3.2.21)
99 actionmailer (= 3.2.21)
95 actionpack (= 3.2.21)
100 actionpack (= 3.2.21)
96 activerecord (= 3.2.21)
101 activerecord (= 3.2.21)
97 activeresource (= 3.2.21)
102 activeresource (= 3.2.21)
98 activesupport (= 3.2.21)
103 activesupport (= 3.2.21)
99 bundler (~> 1.0)
104 bundler (~> 1.0)
100 railties (= 3.2.21)
105 railties (= 3.2.21)
101 railties (3.2.21)
106 railties (3.2.21)
102 actionpack (= 3.2.21)
107 actionpack (= 3.2.21)
103 activesupport (= 3.2.21)
108 activesupport (= 3.2.21)
104 rack-ssl (~> 1.3.2)
109 rack-ssl (~> 1.3.2)
105 rake (>= 0.8.7)
110 rake (>= 0.8.7)
106 rdoc (~> 3.4)
111 rdoc (~> 3.4)
107 thor (>= 0.14.6, < 2.0)
112 thor (>= 0.14.6, < 2.0)
108 rake (10.4.2)
113 rake (10.4.2)
109 rdiscount (2.1.8)
114 rdiscount (2.1.8)
110 rdoc (3.12.2)
115 rdoc (3.12.2)
111 json (~> 1.4)
116 json (~> 1.4)
112 rouge (1.8.0)
117 rouge (1.8.0)
113 rspec-collection_matchers (1.1.2)
118 rspec-collection_matchers (1.1.2)
114 rspec-expectations (>= 2.99.0.beta1)
119 rspec-expectations (>= 2.99.0.beta1)
115 rspec-core (2.99.2)
120 rspec-core (2.99.2)
116 rspec-expectations (2.99.2)
121 rspec-expectations (2.99.2)
117 diff-lcs (>= 1.1.3, < 2.0)
122 diff-lcs (>= 1.1.3, < 2.0)
118 rspec-mocks (2.99.3)
123 rspec-mocks (2.99.3)
119 rspec-rails (2.99.0)
124 rspec-rails (2.99.0)
120 actionpack (>= 3.0)
125 actionpack (>= 3.0)
121 activemodel (>= 3.0)
126 activemodel (>= 3.0)
122 activesupport (>= 3.0)
127 activesupport (>= 3.0)
123 railties (>= 3.0)
128 railties (>= 3.0)
124 rspec-collection_matchers
129 rspec-collection_matchers
125 rspec-core (~> 2.99.0)
130 rspec-core (~> 2.99.0)
126 rspec-expectations (~> 2.99.0)
131 rspec-expectations (~> 2.99.0)
127 rspec-mocks (~> 2.99.0)
132 rspec-mocks (~> 2.99.0)
128 sass (3.4.11)
133 sass (3.4.11)
129 sass-rails (3.2.6)
134 sass-rails (3.2.6)
130 railties (~> 3.2.0)
135 railties (~> 3.2.0)
131 sass (>= 3.1.10)
136 sass (>= 3.1.10)
132 tilt (~> 1.3)
137 tilt (~> 1.3)
133 sprockets (2.2.3)
138 sprockets (2.2.3)
134 hike (~> 1.2)
139 hike (~> 1.2)
135 multi_json (~> 1.0)
140 multi_json (~> 1.0)
136 rack (~> 1.0)
141 rack (~> 1.0)
137 tilt (~> 1.1, != 1.3.0)
142 tilt (~> 1.1, != 1.3.0)
138 test-unit (3.0.9)
143 test-unit (3.0.9)
139 power_assert
144 power_assert
140 thor (0.19.1)
145 thor (0.19.1)
141 tilt (1.4.1)
146 tilt (1.4.1)
142 treetop (1.4.15)
147 treetop (1.4.15)
143 polyglot
148 polyglot
144 polyglot (>= 0.3.1)
149 polyglot (>= 0.3.1)
145 tzinfo (0.3.43)
150 tzinfo (0.3.43)
146 uglifier (2.7.0)
151 uglifier (2.7.0)
147 execjs (>= 0.3.0)
152 execjs (>= 0.3.0)
148 json (>= 1.8.0)
153 json (>= 1.8.0)
149 will_paginate (3.0.7)
154 will_paginate (3.0.7)
150
155
151 PLATFORMS
156 PLATFORMS
152 ruby
157 ruby
153
158
154 DEPENDENCIES
159 DEPENDENCIES
160 + autoprefixer-rails
155 best_in_place (~> 3.0.1)
161 best_in_place (~> 3.0.1)
162 + bootstrap-sass (~> 3.2.0)
156 coffee-rails (~> 3.2.2)
163 coffee-rails (~> 3.2.2)
157 dynamic_form
164 dynamic_form
158 haml
165 haml
159 in_place_editing
166 in_place_editing
160 jquery-rails
167 jquery-rails
161 jquery-tablesorter
168 jquery-tablesorter
162 jquery-timepicker-addon-rails
169 jquery-timepicker-addon-rails
163 jquery-ui-sass-rails
170 jquery-ui-sass-rails
164 mail
171 mail
165 mysql2
172 mysql2
166 prototype-rails
173 prototype-rails
167 rails (= 3.2.21)
174 rails (= 3.2.21)
168 rdiscount
175 rdiscount
169 rouge
176 rouge
170 rspec-rails (~> 2.99.0)
177 rspec-rails (~> 2.99.0)
171 sass-rails (~> 3.2.6)
178 sass-rails (~> 3.2.6)
172 test-unit
179 test-unit
173 uglifier
180 uglifier
174 verification!
181 verification!
175 will_paginate (~> 3.0.7)
182 will_paginate (~> 3.0.7)
@@ -1,17 +1,18
1 // This is a manifest file that'll be compiled into application.js, which will include all the files
1 // This is a manifest file that'll be compiled into application.js, which will include all the files
2 // listed below.
2 // listed below.
3 //
3 //
4 // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
4 // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5 // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
5 // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6 //
6 //
7 // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
7 // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8 // the compiled file.
8 // the compiled file.
9 //
9 //
10 // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
10 // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11 // GO AFTER THE REQUIRES BELOW.
11 // GO AFTER THE REQUIRES BELOW.
12 //
12 //
13 //= require prototype
13 //= require prototype
14 //= require prototype_ujs
14 //= require prototype_ujs
15 //= require effects
15 //= require effects
16 //= require dragdrop
16 //= require dragdrop
17 //= require controls
17 //= require controls
18 + //= require bootstrap-sprockets
@@ -1,201 +1,205
1
1
2 @import jquery.ui.core
2 @import jquery.ui.core
3 @import jquery.ui.theme
3 @import jquery.ui.theme
4 @import jquery.ui.datepicker
4 @import jquery.ui.datepicker
5 @import jquery.ui.slider
5 @import jquery.ui.slider
6 @import jquery-ui-timepicker-addon
6 @import jquery-ui-timepicker-addon
7 @import jquery-tablesorter/theme.metro-dark
7 @import jquery-tablesorter/theme.metro-dark
8 @import tablesorter-theme.cafe
8 @import tablesorter-theme.cafe
9
9
10 +
11 + @import "bootstrap-sprockets"
12 + @import "bootstrap"
13 +
10 body
14 body
11 background: white image-url("topbg.jpg") repeat-x top center
15 background: white image-url("topbg.jpg") repeat-x top center
12 font-size: 13px
16 font-size: 13px
13 font-family: Tahoma, "sans-serif"
17 font-family: Tahoma, "sans-serif"
14 margin: 10px
18 margin: 10px
15 padding: 10px
19 padding: 10px
16
20
17
21
18 input
22 input
19 font-family: Tahoma, "sans-serif"
23 font-family: Tahoma, "sans-serif"
20
24
21
25
22 h1
26 h1
23 font-size: 24px
27 font-size: 24px
24 color: #334488
28 color: #334488
25 line-height: 2em
29 line-height: 2em
26
30
27
31
28 h2
32 h2
29 font-size: 18px
33 font-size: 18px
30 color: #5566bb
34 color: #5566bb
31 line-height: 1.5em
35 line-height: 1.5em
32
36
33
37
34 hr
38 hr
35 border-top: 1px solid #dddddd
39 border-top: 1px solid #dddddd
36 border-bottom: 1px solid #eeeeee
40 border-bottom: 1px solid #eeeeee
37
41
38
42
39 a
43 a
40 color: #6666cc
44 color: #6666cc
41 text-decoration: none
45 text-decoration: none
42
46
43 &:link, &:visited
47 &:link, &:visited
44 color: #6666cc
48 color: #6666cc
45 text-decoration: none
49 text-decoration: none
46
50
47 &:hover, &:focus
51 &:hover, &:focus
48 color: #111166
52 color: #111166
49 text-decoration: none
53 text-decoration: none
50
54
51
55
52 div
56 div
53 &.userbar
57 &.userbar
54 line-height: 1.5em
58 line-height: 1.5em
55 text-align: right
59 text-align: right
56 font-size: 12px
60 font-size: 12px
57
61
58 &.title
62 &.title
59 padding: 10px 0px
63 padding: 10px 0px
60 line-height: 1.5em
64 line-height: 1.5em
61 font-size: 13px
65 font-size: 13px
62
66
63 span.contest-over-msg
67 span.contest-over-msg
64 font-size: 15px
68 font-size: 15px
65 color: red
69 color: red
66
70
67 table
71 table
68 width: 100%
72 width: 100%
69 font-weight: bold
73 font-weight: bold
70
74
71 td
75 td
72 &.left-col
76 &.left-col
73 text-align: left
77 text-align: left
74 vertical-align: top
78 vertical-align: top
75 color: #444444
79 color: #444444
76
80
77 &.right-col
81 &.right-col
78 text-align: right
82 text-align: right
79 vertical-align: top
83 vertical-align: top
80 font-size: 18px
84 font-size: 18px
81 color: #116699
85 color: #116699
82
86
83
87
84 table.info
88 table.info
85 margin: 10px 0
89 margin: 10px 0
86 border: 1px solid #666666
90 border: 1px solid #666666
87 border-collapse: collapse
91 border-collapse: collapse
88 font-size: 12px
92 font-size: 12px
89
93
90 th
94 th
91 border: 1px solid #666666
95 border: 1px solid #666666
92 line-height: 1.5em
96 line-height: 1.5em
93 padding: 0 0.5em
97 padding: 0 0.5em
94
98
95 td
99 td
96 border-left: 1px solid #666666
100 border-left: 1px solid #666666
97 border-right: 1px solid #666666
101 border-right: 1px solid #666666
98 line-height: 1.5em
102 line-height: 1.5em
99 padding: 0 0.5em
103 padding: 0 0.5em
100
104
101
105
102 tr
106 tr
103 &.info-head
107 &.info-head
104 background: #777777
108 background: #777777
105 color: white
109 color: white
106
110
107 &.info-odd
111 &.info-odd
108 background: #eeeeee
112 background: #eeeeee
109
113
110 &.info-even
114 &.info-even
111 background: #fcfcfc
115 background: #fcfcfc
112
116
113 =basicbox
117 =basicbox
114 background: #eeeeff
118 background: #eeeeff
115 border: 1px dotted #99aaee
119 border: 1px dotted #99aaee
116 padding: 5px
120 padding: 5px
117 margin: 10px 0px
121 margin: 10px 0px
118 color: black
122 color: black
119 font-size: 13px
123 font-size: 13px
120
124
121 .infobox
125 .infobox
122 +basicbox
126 +basicbox
123
127
124 .submitbox
128 .submitbox
125 +basicbox
129 +basicbox
126
130
127 .errorExplanation
131 .errorExplanation
128 border: 1px dotted gray
132 border: 1px dotted gray
129 color: #bb2222
133 color: #bb2222
130 padding: 5px 15px 5px 15px
134 padding: 5px 15px 5px 15px
131 margin-bottom: 5px
135 margin-bottom: 5px
132 background-color: white
136 background-color: white
133 font-weight: normal
137 font-weight: normal
134
138
135 h2
139 h2
136 color: #cc1111
140 color: #cc1111
137 font-weight: bold
141 font-weight: bold
138
142
139
143
140 table.uinfo
144 table.uinfo
141 border-collapse: collapse
145 border-collapse: collapse
142 border: 1px solid black
146 border: 1px solid black
143 font-size: 13px
147 font-size: 13px
144
148
145
149
146 td.uinfo
150 td.uinfo
147 vertical-align: top
151 vertical-align: top
148 border: 1px solid black
152 border: 1px solid black
149 padding: 5px
153 padding: 5px
150
154
151
155
152 th.uinfo
156 th.uinfo
153 background: lightgreen
157 background: lightgreen
154 vertical-align: top
158 vertical-align: top
155 text-align: right
159 text-align: right
156 border: 1px solid black
160 border: 1px solid black
157 padding: 5px
161 padding: 5px
158
162
159
163
160 div
164 div
161 &.compilermsgbody
165 &.compilermsgbody
162 font-family: monospace
166 font-family: monospace
163
167
164 &.task-menu
168 &.task-menu
165 text-align: center
169 text-align: center
166 font-size: 13px
170 font-size: 13px
167 line-height: 1.75em
171 line-height: 1.75em
168 font-weight: bold
172 font-weight: bold
169 border-top: 1px dashed gray
173 border-top: 1px dashed gray
170 border-bottom: 1px dashed gray
174 border-bottom: 1px dashed gray
171 margin-top: 2px
175 margin-top: 2px
172 margin-bottom: 4px
176 margin-bottom: 4px
173
177
174
178
175 table.taskdesc
179 table.taskdesc
176 border: 2px solid #dddddd
180 border: 2px solid #dddddd
177 border-collapse: collapse
181 border-collapse: collapse
178 margin: 10px auto
182 margin: 10px auto
179 width: 90%
183 width: 90%
180 font-size: 13px
184 font-size: 13px
181
185
182 p
186 p
183 font-size: 13px
187 font-size: 13px
184
188
185 tr.name
189 tr.name
186 border: 2px solid #dddddd
190 border: 2px solid #dddddd
187 background: #dddddd
191 background: #dddddd
188 color: #333333
192 color: #333333
189 font-weight: bold
193 font-weight: bold
190 font-size: 14px
194 font-size: 14px
191 line-height: 1.5em
195 line-height: 1.5em
192 text-align: center
196 text-align: center
193
197
194 td
198 td
195 &.desc-odd
199 &.desc-odd
196 padding: 5px
200 padding: 5px
197 padding-left: 20px
201 padding-left: 20px
198 background: #fefeee
202 background: #fefeee
199
203
200 &.desc-even
204 &.desc-even
201 padding: 5px
205 padding: 5px
deleted file
You need to be logged in to leave comments. Login now