diff options
author | Beckett Madden-Woods <beckett@beckettmw.com> | 2011-01-09 04:03:31 +0000 |
---|---|---|
committer | Beckett Madden-Woods <beckett@beckettmw.com> | 2011-01-09 04:03:31 +0000 |
commit | 1a1a05ed9446bb57a0ef457a8cbf8beca5619c31 (patch) | |
tree | 10030f48f23928f8fdedcf7d8db0c6fa3cd5f5a0 /modules/organize/css | |
parent | b78a1319ae10841ff6be00d041b3d8d6967ca7a3 (diff) | |
parent | 4c80ed53d2a3fa3392d2da61c730b6d30de9f2be (diff) |
Merge commit 'upstream/master'
Diffstat (limited to 'modules/organize/css')
-rw-r--r-- | modules/organize/css/organize_frame.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/modules/organize/css/organize_frame.css b/modules/organize/css/organize_frame.css index 3f7ce8f6..3f8246a2 100644 --- a/modules/organize/css/organize_frame.css +++ b/modules/organize/css/organize_frame.css @@ -18,6 +18,18 @@ border: 4px solid white; } +.g-organize div.thumb-missing span { + display: block; + background: #eee; + width: 120px; + height: 120px; + padding-top: 8px; + text-align: center; + font: 14px arial, tahoma; + border: 1px solid #ddd; + font-style: italic; +} + .g-organize div.thumb:hover { border: 2px solid #eee; margin: 2px; @@ -65,7 +77,7 @@ } .g-organize label.sort { - font: 12px tahoma, arial; + font: 12px arial, tahoma; vertical-align: middle; font-weight: bold; height: 22px; |