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:
Diffstat (limited to 'app/assets/stylesheets/mobile/mobile.scss')
-rw-r--r--app/assets/stylesheets/mobile/mobile.scss19
1 files changed, 7 insertions, 12 deletions
diff --git a/app/assets/stylesheets/mobile/mobile.scss b/app/assets/stylesheets/mobile/mobile.scss
index 3f67eca05..f3998a7c7 100644
--- a/app/assets/stylesheets/mobile/mobile.scss
+++ b/app/assets/stylesheets/mobile/mobile.scss
@@ -658,24 +658,18 @@ form#update_profile_form {
.submit_block { margin-bottom: 20px; }
}
-select#user_language,
-select#user_color_theme,
-#user_auto_follow_back_aspect_id {
- padding: 3px;
-}
-
.hero-unit-mobile {
- padding: 10px;
- font-size: 14px;
- line-height: 18px;
- color: inherit;
background-color: $background-grey;
border-radius: 10px;
+ color: inherit;
+ font-size: 14px;
+ line-height: 18px;
+ padding: 10px;
}
.search-mobile {
- text-align: center;
padding-top: 30px;
+ text-align: center;
}
input#q.search {
@@ -717,8 +711,9 @@ input#q.search {
top: 0;
}
-#publisher_mobile {
+#publisher-mobile {
float: right;
+ margin-left: 5px;
}
#file-upload-publisher {