summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 17:52:07 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 17:52:07 +0200
commit36bacfcc0f53799ba07391bdb44004e9020a2f20 (patch)
treeb2959d4cc1b24cc70593f0854f712135db2d0a18 /css
parent0ebc5fdf649784844a18ebc5632577b50152f3e5 (diff)
some pixel pushing
Diffstat (limited to 'css')
-rw-r--r--css/content.css102
1 files changed, 43 insertions, 59 deletions
diff --git a/css/content.css b/css/content.css
index 7cd0d2099..8fbd55309 100644
--- a/css/content.css
+++ b/css/content.css
@@ -65,7 +65,7 @@
border-bottom: 1px solid #eee;
line-height: 52px;
box-sizing: border-box;
- padding: 0 40px;
+ padding: 0 45px;
}
#app-content .utils ul {
@@ -81,8 +81,12 @@
vertical-align: middle;
}
+ #app-content .utils li:last-child {
+ padding-right: 0;
+ }
+
#app-content .utils .util {
- padding: 9px 20px 9px 0;
+ padding: 9px;
}
#app-content .utils button,
@@ -126,6 +130,10 @@
*/
#app-content .utils .title {
width: 100%;
+ padding-left: 35px;
+ background-position: left center;
+ background-size: 20px 20px;
+ background-repeat: no-repeat;
}
#app-content .utils .title a {
@@ -133,7 +141,6 @@
white-space: nowrap;
overflow: hidden;
width: 100%;
- padding: 0 20px;
line-height: 40px;
display: inline-block;
color: #222;
@@ -150,56 +157,49 @@
color: #888;
}
- /**
- * Source
- */
- @media (max-width: 700px) {
- #app-content .utils .source {
- display: none;
- }
-
- #app-content .utils .date {
- display: none;
- }
- }
-
- #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;
- }
-
- #app-content .utils .source a:hover {
- text-decoration: underline;
- }
-
- /**
- * Timestamp
- */
- #app-content .date {
- color: #aaa;
- font-size: 15px;
- padding-right: 40px;
- white-space: nowrap;
- }
/**
* Actual content
*/
#app-content .article {
min-height: 69px;
- padding: 35px 45px 45px 45px;
+ padding: 10px 45px 45px 45px;
border-bottom: 1px solid #eee;
+ background-image: -moz-linear-gradient(center top , #F8F8F8 0px, #FFF 69px);
}
/**
+ * Timestamp
+ */
+#app-content .subtitle {
+ color: #aaa;
+ font-size: 15px;
+ width: 100%;
+ padding-bottom: 25px;
+}
+
+#app-content .date {
+ float: right;
+ display: inline-block;
+}
+
+/**
+ * Author
+ */
+#app-content .author {
+ color: #aaa;
+ font-size: 15px;
+}
+
+ #app-content .author a {
+ color: inherit;
+ }
+
+ #app-content .author a:hover {
+ text-decoration: underline;
+ }
+
+/**
* Enclosure
*/
#app-content .enclosure {
@@ -312,19 +312,3 @@
-/**
- * Author
- */
-#app-content .author {
- color: #aaa;
- font-size: 15px;
- padding: 20px 0 10px 0;
-}
-
- #app-content .author a {
- color: inherit;
- }
-
- #app-content .author a:hover {
- text-decoration: underline;
- } \ No newline at end of file