diff --git a/app/assets/stylesheets/origami.scss b/app/assets/stylesheets/origami.scss index 3f46cb67..ada129dc 100755 --- a/app/assets/stylesheets/origami.scss +++ b/app/assets/stylesheets/origami.scss @@ -496,4 +496,27 @@ nav.pagination .page a:hover, background-color: #ccc; text-decoration: none; +} + +#oqs_loading_wrapper{ + position: fixed; + background-color: #C8C8C8 ; + height: 100%; + width: 100%; + left: 0; + opacity: 0.6; + top: 0; + z-index: 100; +} +#oqs_loading{ + position: relative; + height: 100%; + width: 100%; + background-image: url('../../../image/loading-ajax.gif'); + background-position: center center; + background-repeat: no-repeat; + opacity: 1; + z-index: 101; + filter: alpha(opacity=100); /* ie */ + -moz-opacity: 1; /* mozilla */ } \ No newline at end of file diff --git a/app/views/origami/moveroom/move_dining.html.erb b/app/views/origami/moveroom/move_dining.html.erb index 20080feb..be736919 100755 --- a/app/views/origami/moveroom/move_dining.html.erb +++ b/app/views/origami/moveroom/move_dining.html.erb @@ -1,4 +1,7 @@