Description:
changed styling on status view
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r221:68329c4240e1 - - 2 files changed: 7 inserted, 0 deleted
@@ -1,17 +1,20 | |||
|
1 | 1 | <h1>Thailand Code Jom</h1> |
|
2 | 2 | |
|
3 | + <div id="status-content"> | |
|
3 | 4 | <div id="dead-status"> |
|
4 | 5 | <h2>Bye bye</h2> |
|
5 | 6 | <% @dead_users.each do |user| %> |
|
6 | 7 | <span class="user-label user-level-dead"><%= user.login %></span> |
|
7 | 8 | <% end %> |
|
8 | 9 | </div> |
|
9 | 10 | <div id="alive-status"> |
|
10 | 11 | <% @levels.each do |level| %> |
|
11 | 12 | <div class="region region-level-<%= level %>"> |
|
12 | 13 |
|
|
13 | 14 | <span class="user-label user-level-<%= level %>"><%= user.login %></span> |
|
14 | 15 |
|
|
15 | 16 | </div> |
|
16 | 17 | <% end %> |
|
17 | 18 | </div> |
|
19 | + <br style="clear:both"/> | |
|
20 | + </div> |
@@ -1,18 +1,22 | |||
|
1 | 1 | h1 { |
|
2 | 2 | height: 25px; |
|
3 | 3 | color: black; |
|
4 | 4 | text-align: center; |
|
5 | 5 | } |
|
6 | 6 | |
|
7 | + #status-content { | |
|
8 | + background: black; | |
|
9 | + } | |
|
10 | + | |
|
7 | 11 | #dead-status { |
|
8 | 12 | float: right; |
|
9 | 13 | width: 200px; |
|
10 | 14 | background: black; |
|
11 | 15 | color: white; |
|
12 | 16 | height: 1000px; |
|
13 | 17 | padding: 10px; |
|
14 | 18 | line-height: 30px; |
|
15 | 19 | } |
|
16 | 20 | |
|
17 | 21 | .region { |
|
18 | 22 | padding: 10px; |
You need to be logged in to leave comments.
Login now