Put the tweet block at the bottom of the dashboard

This commit is contained in:
Gaël Métais
2014-12-23 16:27:18 +01:00
parent a141122fbd
commit 5d2e647f10
3 changed files with 23 additions and 19 deletions
+6 -3
View File
@@ -23,8 +23,11 @@
font-weight: bold;
margin: 0.5em 0 1em;
}
}
.tweet {
.tweetText {
color: #333;
color: #413;
background: #F2F2F2;
border: none;
width: 25em;
@@ -33,7 +36,7 @@
box-shadow: 0.05em 0.1em 0 0 #999;
}
.tweetButton, .linkedinButton {
color: #333;
color: #413;
background: #F2F2F2;
margin-right: 0;
&:hover {
@@ -49,7 +52,7 @@
.notations {
display: table;
width: 80%;
margin: 0 10%;
margin: 0 10% 3em;
border-spacing: 1em;
}
.notations > div {