aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-12-16 21:57:19 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-12-16 21:57:19 +0100
commit98b927250ecdce4bc96ece2908ce2c9b49b21f76 (patch)
treef4522be4e97154bc46c7e18a19e9a9513ab15f53 /mediagoblin/static/css
parentcacb6feae48fd2657f02d85dbe949580d0fa6b5b (diff)
downloadmediagoblin-98b927250ecdce4bc96ece2908ce2c9b49b21f76.tar.lz
mediagoblin-98b927250ecdce4bc96ece2908ce2c9b49b21f76.tar.xz
mediagoblin-98b927250ecdce4bc96ece2908ce2c9b49b21f76.zip
Remove collection_thumbnail styling, so collection thumbnails are styled the same as other thumbnails
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css33
1 files changed, 5 insertions, 28 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index a8184f57..f06b0af7 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -392,6 +392,11 @@ textarea#comment_content {
display: block;
}
+.media_thumbnail a.remove {
+ color: #86D4B1;
+ text-decoration: underline;
+}
+
a.thumb_entry_title {
padding: 8px;
}
@@ -404,34 +409,6 @@ a.thumb_entry_title {
margin-right: 0px;
}
-/* collection media */
-
-.collection_thumbnail {
- float: left;
- padding: 0px;
- width: 180px;
- margin: 0px 4px 10px;
- text-align: left;
- font-size: 0.875em;
- background-color: #222;
- border-radius: 0 0 5px 5px;
- padding: 0 0 6px;
- text-overflow: ellipsis;
-}
-
-.collection_thumbnail a {
- color: #eee;
- text-decoration: none;
-}
-
-.collection_thumbnail a.remove {
- color: #86D4B1;
-}
-
-.collection_thumbnail img {
- max-height: 135px;
-}
-
/* media detail */
h2.media_title {