projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1afa230
)
Added text-overflow: ellipsis to the media thumbnails
author
Joar Wandborg
<git@wandborg.com>
Sat, 28 Jul 2012 19:01:56 +0000
(21:01 +0200)
committer
Joar Wandborg
<git@wandborg.com>
Sat, 28 Jul 2012 19:01:56 +0000
(21:01 +0200)
mediagoblin/static/css/base.css
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/static/css/base.css
b/mediagoblin/static/css/base.css
index f29f4ed2a7f6018ce387bddcf39265a4f500540d..ed3f69a69a8dcc2e9b866ad55ec858c3c0cd19c3 100644
(file)
--- a/
mediagoblin/static/css/base.css
+++ b/
mediagoblin/static/css/base.css
@@
-402,6
+402,9
@@
textarea#comment_content {
background-color: #222;
border-radius: 0 0 5px 5px;
padding: 0 0 6px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
}
.media_thumbnail a {