diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-12-20 09:25:44 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-12-20 10:55:24 -0200 |
commit | a0cbaf84fd86fc91cba892a7a19b0ade7c017a3c (patch) | |
tree | d911b8ccf7986fd3570c6a42615442bb8acca9df /web-ui/app/scss | |
parent | 32fe00c7b23883a0ce35910537cb1966457624cb (diff) |
#82: adding "loading..." message to sinalize an ajax call has been made
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_alerts.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/_alerts.scss b/web-ui/app/scss/_alerts.scss index 16171fd7..bd1210df 100644 --- a/web-ui/app/scss/_alerts.scss +++ b/web-ui/app/scss/_alerts.scss @@ -1,4 +1,4 @@ -#user-alerts { +.message-panel { width: 100%; margin: 10px auto; position: fixed; |