noodall-ui 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/noodall/ui/version.rb +1 -1
- data/public/stylesheets/admin/skin.css +10 -7
- metadata +4 -4
data/lib/noodall/ui/version.rb
CHANGED
|
@@ -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
|
-
|
|
368
|
-
|
|
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:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
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-
|
|
18
|
+
date: 2011-05-10 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|