summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-09 21:47:59 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-09 21:47:59 +0200
commit638ca54359d002b90e12ee461444259a6e070e2a (patch)
tree36f80255f1bbdba16e8c882ab0b6ab3cb4b56175 /css
parente9d37abf6d5b250d282f86c17a4d68939dce0e4f (diff)
add source, fix #440
Diffstat (limited to 'css')
-rw-r--r--css/content.css24
1 files changed, 18 insertions, 6 deletions
diff --git a/css/content.css b/css/content.css
index 9be4c4600..a51b6037b 100644
--- a/css/content.css
+++ b/css/content.css
@@ -39,6 +39,7 @@
height: 100%;
}
+
#app-content-wrapper.autopaging:after {
content: '';
background-image: url('../img/loading.gif') no-repeat;
@@ -55,10 +56,6 @@
border-top: 1px solid #eee;
}
-#app-content .item:first-child {
- border-top: 0;
-}
-
/**
* Utils panel
*/
@@ -84,7 +81,7 @@
}
#app-content .utils .util {
- padding: 5px 15px 5px 0;
+ padding: 5px 20px 5px 0;
}
#app-content .utils button,
@@ -131,7 +128,6 @@
}
#app-content .utils .title a {
- display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
@@ -154,6 +150,22 @@
}
/**
+ * Source
+ */
+ #app-content .utils .source {
+ width: 200px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ padding: 0 15px;
+ font-size: 15px;
+ }
+
+ #app-content .utils .source a {
+ color: #aaa;
+ }
+
+ /**
* Timestamp
*/
#app-content .date {