Commit
01a342f3be55b4cb07da25a3bd0426b7f2006441
Exists in
staging
and in
42 other branches
all_pending_tasks_api, api-articles-period, api_roles, caching-rails4, captcha_serpro_plugin, comments_permissions, content-manager-hostspot, elasticsearch, elasticsearch_api, elasticsearch_categories, elasticsearch_filter, elasticsearch_sort, elasticsearch_to_merge, elasticsearch_view, environment-exposes-api, export-comment-api, export-comment-paragraph, export_data, external_followers, federation-webfinger, federation_followers, federation_followers_backend, federation_oauth_provider, federation_webfinger, fix_event_date_issue, fix_notification_email, fix_string_downcase_and_upcase, follower_permition, json_cookie_serializer, login-captcha, master, master_profile_followers, oauth_external_login, oauth_login, private-scraps, private-scraps-rebase, production, production-vendorized, profile_api_improvements, tasks_keep_filter_params, user_mention, webfinger_server
Setting a fixed width to activity, network and wall boxes
(ActionItem1870)
|
| @@ -27,3 +27,8 @@ |
| @@ -27,3 +27,8 @@ |
|
27
| float: none; |
27
| float: none; |
|
28
| } |
28
| } |
|
29
| |
29
| |
|
| |
30
| +#profile-activity ul, |
|
| |
31
| +#profile-network ul, |
|
| |
32
| +#profile-wall ul { |
|
| |
33
| + width: 460px; |
|
| |
34
| +} |
|
| @@ -22,3 +22,9 @@ |
| @@ -22,3 +22,9 @@ |
|
22
| #leave_scrap_content_left { |
22
| #leave_scrap_content_left { |
|
23
| float: none; |
23
| float: none; |
|
24
| } |
24
| } |
|
| |
25
| + |
|
| |
26
| +#profile-activity ul, |
|
| |
27
| +#profile-network ul, |
|
| |
28
| +#profile-wall ul { |
|
| |
29
| + width: 620px; |
|
| |
30
| +} |
|
| @@ -22,3 +22,9 @@ |
| @@ -22,3 +22,9 @@ |
|
22
| #leave_scrap_content_left { |
22
| #leave_scrap_content_left { |
|
23
| float: none; |
23
| float: none; |
|
24
| } |
24
| } |
|
| |
25
| + |
|
| |
26
| +#profile-activity ul, |
|
| |
27
| +#profile-network ul, |
|
| |
28
| +#profile-wall ul { |
|
| |
29
| + width: 620px; |
|
| |
30
| +} |
|
| @@ -5871,6 +5871,7 @@ h1#agenda-title { |
| @@ -5871,6 +5871,7 @@ h1#agenda-title { |
|
5871
| |
5871
| |
|
5872
| #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description { |
5872
| #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description { |
|
5873
| width: 80%; |
5873
| width: 80%; |
|
| |
5874
| + word-wrap: break-word; |
|
5874
| } |
5875
| } |
|
5875
| |
5876
| |
|
5876
| #profile-wall .profile-wall-scrap-replies textarea, |
5877
| #profile-wall .profile-wall-scrap-replies textarea, |