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:
authorSébastien Adam <sebastien.adam.webdev@gmail.com>2017-08-30 17:43:41 +0300
committerThorsten Claus <thorstenclaus@web.de>2022-08-30 23:55:52 +0300
commit71c856e330a590d71b27ee64793695224fe65dbc (patch)
tree24cfe16206044b4c3d7a088227be987624832a1f /app/assets/stylesheets
parentfa39f7d34839704ec9becb9a13a2351893de0c6c (diff)
#7080: SCSS adaptation for displaying the selection of the aspect selection button
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/mobile/mobile.scss39
1 files changed, 33 insertions, 6 deletions
diff --git a/app/assets/stylesheets/mobile/mobile.scss b/app/assets/stylesheets/mobile/mobile.scss
index 63e0777e4..3f67eca05 100644
--- a/app/assets/stylesheets/mobile/mobile.scss
+++ b/app/assets/stylesheets/mobile/mobile.scss
@@ -658,7 +658,9 @@ form#update_profile_form {
.submit_block { margin-bottom: 20px; }
}
-select#user_language, select#user_color_theme, #user_auto_follow_back_aspect_id, #aspect_ids_ {
+select#user_language,
+select#user_color_theme,
+#user_auto_follow_back_aspect_id {
padding: 3px;
}
@@ -680,14 +682,39 @@ input#q.search {
margin-bottom: 20px;
}
-select#aspect_ids_ {
- width: auto !important;
- float: right;
- margin: 0px;
+@mixin aspect-dropdown-link() {
+ $link-text-color: #333;
+
+ a {
+ cursor: pointer;
+ padding-left: 10px;
+
+ .text {
+ color: $link-text-color;
+ font-size: 128%;
+ }
+
+ &:hover {
+ background: $background-grey;
+ }
+ }
+}
+
+.aspect-dropdown {
+ li {
+ @include selectable-list;
+ @include aspect-dropdown-link;
+
+ .status-indicator {
+ display: inline-block;
+ height: 14px;
+ width: 19px;
+ }
+ }
}
#file-upload-spinner {
- top: 0px;
+ top: 0;
}
#publisher_mobile {