summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 20:13:51 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 20:13:51 +0200
commit14a03286a83070fbaec63459ecee302e02c23b2a (patch)
treec03e98477a550f9af45bd5c038218fb267211413 /css
parent31f812730e763a180962b35bb0d6713781755be2 (diff)
layout
Diffstat (limited to 'css')
-rw-r--r--css/content.css25
1 files changed, 20 insertions, 5 deletions
diff --git a/css/content.css b/css/content.css
index 3472a4c80..031f4331d 100644
--- a/css/content.css
+++ b/css/content.css
@@ -135,6 +135,10 @@
padding: 0;
}
+ #app-content .util-spacer {
+ width: 20px;
+ }
+
#app-content .utils li {
line-height: 40px;
vertical-align: middle;
@@ -144,21 +148,27 @@
padding-right: 0;
}
+ #app-content .utils li:first-child {
+ padding-left: 0;
+ }
+
#app-content .utils .util {
- padding: 9px 12px;
+ padding: 0 6px;
}
#app-content .utils button,
#app-content .utils .external {
padding: 0;
margin: 0;
- height: 24px;
- width: 24px;
+ height: 40px;
+ width: 40px;
border: 0;
float: left;
background-color: transparent;
background-size: 100%;
background-repeat: no-repeat;
+ background-size: 25px;
+ background-position: center;
}
#app-content .utils .external,
@@ -199,7 +209,7 @@
background: none !important;
}
- #app-content .utils .title h1 {
+ #app-content .utils .title h1 a {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
@@ -211,11 +221,16 @@
font-size: 19px;
}
- #app-content .read .utils .title h1 {
+ #app-content .read .utils .title h1 a {
font-weight: normal;
color: #888;
}
+ #app-content .utils .date {
+ padding: 0 15px;
+ margin-right: 25px;
+ }
+
/**
* Expanded content
*/