Web appl using RoR 3.2.14
リビジョン | 9111bb66bdb93fc39708edd979847ca321c2705f (tree) |
---|---|
日時 | 2013-09-06 23:55:13 |
作者 | unknown <Yoichi.K@VENU...> |
コミッター | unknown |
After changed the folder on Venus
@@ -105,4 +105,3 @@ div.error_explanation { | ||
105 | 105 | } |
106 | 106 | |
107 | 107 | |
108 | - |
@@ -0,0 +1,104 @@ | ||
1 | +.digg_pagination | |
2 | + background: white | |
3 | + cursor: default | |
4 | + a, span, em | |
5 | + padding: 0.2em 0.5em | |
6 | + display: block | |
7 | + float: left | |
8 | + margin-right: 1px | |
9 | + .disabled | |
10 | + color: #999999 | |
11 | + border: 1px solid #dddddd | |
12 | + .current | |
13 | + font-style: normal | |
14 | + font-weight: bold | |
15 | + background: #2e6ab1 | |
16 | + color: white | |
17 | + border: 1px solid #2e6ab1 | |
18 | + a | |
19 | + text-decoration: none | |
20 | + color: #105cb6 | |
21 | + border: 1px solid #9aafe5 | |
22 | + &:hover, &:focus | |
23 | + color: #000033 | |
24 | + border-color: #000033 | |
25 | + .page_info | |
26 | + background: #2e6ab1 | |
27 | + color: white | |
28 | + padding: 0.4em 0.6em | |
29 | + width: 22em | |
30 | + margin-bottom: 0.3em | |
31 | + text-align: center | |
32 | + b | |
33 | + color: #000033 | |
34 | + background: #2e6ab1 + 60 | |
35 | + padding: 0.1em 0.25em | |
36 | + /* self-clearing method: | |
37 | + &:after | |
38 | + content: "." | |
39 | + display: block | |
40 | + height: 0 | |
41 | + clear: both | |
42 | + visibility: hidden | |
43 | + * html & | |
44 | + height: 1% | |
45 | + *:first-child+html & | |
46 | + overflow: hidden | |
47 | + | |
48 | +.apple_pagination | |
49 | + background: #f1f1f1 | |
50 | + border: 1px solid #e5e5e5 | |
51 | + text-align: center | |
52 | + padding: 1em | |
53 | + cursor: default | |
54 | + a, span | |
55 | + padding: 0.2em 0.3em | |
56 | + .disabled | |
57 | + color: #aaaaaa | |
58 | + .current | |
59 | + font-style: normal | |
60 | + font-weight: bold | |
61 | + background-color: darken(#f1f1f1, 20) | |
62 | + display: inline-block | |
63 | + width: 1.4em | |
64 | + height: 1.4em | |
65 | + line-height: 1.5 | |
66 | + -moz-border-radius: 1em | |
67 | + -webkit-border-radius: 1em | |
68 | + border-radius: 1em | |
69 | + text-shadow: rgba(white, .8) 1px 1px 1px | |
70 | + a | |
71 | + text-decoration: none | |
72 | + color: black | |
73 | + &:hover, &:focus | |
74 | + text-decoration: underline | |
75 | + | |
76 | +.flickr_pagination | |
77 | + text-align: center | |
78 | + padding: 0.3em | |
79 | + cursor: default | |
80 | + a, span, em | |
81 | + padding: 0.2em 0.5em | |
82 | + .disabled | |
83 | + color: #aaaaaa | |
84 | + .current | |
85 | + font-style: normal | |
86 | + font-weight: bold | |
87 | + color: #ff0084 | |
88 | + a | |
89 | + border: 1px solid #dddddd | |
90 | + color: #0063dc | |
91 | + text-decoration: none | |
92 | + &:hover, &:focus | |
93 | + border-color: #003366 | |
94 | + background: #0063dc | |
95 | + color: white | |
96 | + .page_info | |
97 | + color: #aaaaaa | |
98 | + padding-top: 0.8em | |
99 | + .previous_page, .next_page | |
100 | + border-width: 2px | |
101 | + .previous_page | |
102 | + margin-right: 1em | |
103 | + .next_page | |
104 | + margin-left: 1em |
@@ -8,6 +8,7 @@ | ||
8 | 8 | <%= favicon_link_tag '/favicon.gif', :type => "image/gif" %> |
9 | 9 | </head> |
10 | 10 | <body> |
11 | +<%= render 'navigater' %> | |
11 | 12 | <%= content_for?(:content) ? yield(:content) : yield %> |
12 | 13 | |
13 | 14 | <hr /> |
@@ -20,7 +21,7 @@ | ||
20 | 21 | </div> |
21 | 22 | <td> |
22 | 23 | <div> |
23 | - <p id="logout"><%= link_to 'Log-out', logout_path %></p> | |
24 | + | |
24 | 25 | </div> |
25 | 26 | </td> |
26 | 27 | </tr> |
@@ -34,5 +34,7 @@ | ||
34 | 34 | </tr> |
35 | 35 | <% end %> |
36 | 36 | </tbody> |
37 | - <%= will_paginate @mountains %> | |
37 | + <div class='digg_pagination'> | |
38 | + <%= will_paginate @mountains %> | |
39 | + </div> | |
38 | 40 | </table> |
@@ -0,0 +1,14 @@ | ||
1 | +<div class="navigater"> | |
2 | +<table> | |
3 | + <tr> | |
4 | + <td> | |
5 | + <div> | |
6 | + </div> | |
7 | + <td> | |
8 | + <div> | |
9 | + <p id="logout"><%= link_to 'ログアウト', logout_path %></p> | |
10 | + </div> | |
11 | + </td> | |
12 | + </tr> | |
13 | +</table> | |
14 | +</div> |
@@ -4,4 +4,4 @@ | ||
4 | 4 | </div> |
5 | 5 | <hr /> |
6 | 6 | |
7 | -<%= render 'form_index_short' %> | |
7 | +<%= render 'list_short' %> |
@@ -0,0 +1,21 @@ | ||
1 | +# | |
2 | +# Redmine configuration file | |
3 | +# | |
4 | +production: | |
5 | + email_delivery: | |
6 | + delivery_method: :smtp | |
7 | + # select values amoung: | |
8 | + # smtp / async_smtp | |
9 | + smtp_settings: | |
10 | + enable_starttls_auto: true | |
11 | + address: "smtp.gmail.com" | |
12 | + port: 587 | |
13 | + domain: 'smtp.gmail.com' | |
14 | + authentication: :plain | |
15 | + user_name: "yoichi.kanno@gmail.com" | |
16 | + password: "M25gt%7y" | |
17 | +# | |
18 | + | |
19 | +# rmagick_font_path: /usr/share/fonts/ipa-pgothic/ipagp.ttf | |
20 | +# | |
21 | +# === the end line === |