noodall-ui 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Noodall
2
2
  module UI
3
- VERSION = "0.3.7"
3
+ VERSION = "0.3.8"
4
4
  end
5
5
  end
@@ -364,9 +364,15 @@ a.edit, span.edit {
364
364
  a.delete, span.delete {
365
365
  background:url(/images/admin/delete.png) no-repeat -1px -4px;
366
366
  }
367
- a.spam, span.spam {
368
- background:url(/images/admin/spam.png) no-repeat -1px -4px;
367
+
368
+ td.spam {
369
+ text-align: right;
370
+ }
371
+
372
+ td.spam.flagged {
373
+ background:url(/images/admin/spam-flag.png) no-repeat 8px 8px;
369
374
  }
375
+
370
376
  a.download {
371
377
  background:url(/images/admin/download.png) no-repeat -1px -4px;
372
378
  }
@@ -407,9 +413,7 @@ a.page_up:hover,
407
413
  a.page_down:hover,
408
414
  a.child:hover,
409
415
  a.add:hover,
410
- a.download:hover,
411
- a.spam:hover
412
- {
416
+ a.download:hover {
413
417
  background-position: -1px -36px;
414
418
  }
415
419
 
@@ -640,8 +644,7 @@ a.child,
640
644
  ul.choices li a,
641
645
  a.download,
642
646
  .edit-item,
643
- a.change,
644
- a.spam, span.spam {
647
+ a.change {
645
648
  overflow: hidden;
646
649
  text-align: left;
647
650
  display: block;
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noodall-ui
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 7
10
- version: 0.3.7
9
+ - 8
10
+ version: 0.3.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve England
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-27 00:00:00 +01:00
18
+ date: 2011-05-10 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency