Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheworldbright <sushionigiris@gmail.com>2015-06-01 14:01:41 +0300
committerJonne Haß <me@jhass.eu>2015-06-04 19:05:43 +0300
commite372b4eb954ad04778304d291cddf06a24bebfe3 (patch)
tree65bf62ce3cbdff34c0519b31feb3b7bd8ad0df1b /app/assets
parent207b6c61537fc96528f7cd29e80a27401f49be18 (diff)
Remove some inline css and minor refactoring
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/mobile/mobile.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/app/assets/stylesheets/mobile/mobile.scss b/app/assets/stylesheets/mobile/mobile.scss
index b2ac8de9d..cc70c0988 100644
--- a/app/assets/stylesheets/mobile/mobile.scss
+++ b/app/assets/stylesheets/mobile/mobile.scss
@@ -633,15 +633,21 @@ select {
}
-.conversation_participants img.avatar{
+.conversation_participants img.avatar {
height:35px;
width:35px;
margin: 5px 0 5px 2px;
}
-.conversations img.avatar{
- margin: 10px;
- float: left;
+.conversations {
+ img.avatar {
+ margin: 10px;
+ float: left;
+ }
+ .no-messages {
+ text-align: center;
+ margin-top: 40px;
+ }
}
.unread_message_count {