aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css58
1 files changed, 16 insertions, 42 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 4ccebfe1..04b4ee28 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -169,7 +169,7 @@ footer {
width: 640px;
margin-left: 0px;
margin-right: 10px;
- float: left;
+ float: left;
}
.media_sidebar {
@@ -220,17 +220,6 @@ footer {
font-family: 'Lato', sans-serif;
}
-.button_collect {
- background-image: url("../images/icon_collect.png");
- background-repeat: no-repeat;
- background-position:top center;
- height: 30px;
- width: 30px;
- margin: 0px;
- padding: 3px 3px 2px 3px;
- position: relative;
-}
-
.pagination {
text-align: center;
}
@@ -343,6 +332,12 @@ textarea#description, textarea#bio {
height: 100px;
}
+.delete {
+ margin-top: 36px;
+ display: block;
+ text-align: center;
+}
+
/* comments */
.comment_wrapper {
@@ -383,9 +378,8 @@ textarea#comment_content {
float: left;
padding: 0px;
width: 180px;
- height: 156px;
overflow: hidden;
- margin: 0px 4px 10px;
+ margin: 0px 3px 10px;
text-align: center;
font-size: 0.875em;
background-color: #222;
@@ -394,6 +388,9 @@ textarea#comment_content {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
+ border-color: #0D0D0D;
+ border-style: solid;
+ border-width: 1px 1px 2px;
}
.media_thumbnail a {
@@ -402,6 +399,11 @@ textarea#comment_content {
display: block;
}
+.media_thumbnail a.remove {
+ color: #86D4B1;
+ text-decoration: underline;
+}
+
a.thumb_entry_title {
padding: 8px;
}
@@ -414,34 +416,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 {