Commit
fb3107b73684b96b60e64eb5d328cc47500d30d8
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
ActionItem152: decreasing z-index
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1191 3f533792-8f58-4932-b0fe-aaf55b0a4547
| @@ -86,7 +86,7 @@ clear: both; |
| @@ -86,7 +86,7 @@ clear: both; |
86
| /* Notice */ |
86
| /* Notice */ |
87
| |
87
| |
88
| div#notice { |
88
| div#notice { |
89
| - z-index: 10000; |
89
| + z-index: 4000; |
90
| position: absolute; |
90
| position: absolute; |
91
| top: 100px; |
91
| top: 100px; |
92
| left: 50%; |
92
| left: 50%; |
| @@ -105,7 +105,7 @@ height: 55px; |
| @@ -105,7 +105,7 @@ height: 55px; |
105
| } |
105
| } |
106
| |
106
| |
107
| div#notice { |
107
| div#notice { |
108
| - z-index: 10000; |
108
| + z-index: 4000; |
109
| position: absolute; |
109
| position: absolute; |
110
| top: 100px; |
110
| top: 100px; |
111
| left: 50%; |
111
| left: 50%; |
| @@ -76,7 +76,7 @@ clear: both; |
| @@ -76,7 +76,7 @@ clear: both; |
76
| /* Notice */ |
76
| /* Notice */ |
77
| |
77
| |
78
| div#notice { |
78
| div#notice { |
79
| - z-index: 10000; |
79
| + z-index: 4000; |
80
| position: absolute; |
80
| position: absolute; |
81
| top: 100px; |
81
| top: 100px; |
82
| left: 50%; |
82
| left: 50%; |
| @@ -123,7 +123,7 @@ clear: both; |
| @@ -123,7 +123,7 @@ clear: both; |
123
| } |
123
| } |
124
| |
124
| |
125
| div#notice { |
125
| div#notice { |
126
| - z-index: 10000; |
126
| + z-index: 4000; |
127
| position: absolute; |
127
| position: absolute; |
128
| top: 100px; |
128
| top: 100px; |
129
| left: 50%; |
129
| left: 50%; |