diff -r e72d0e847d5d -r ae8a74bd6add client/app/app.css --- a/client/app/app.css Thu Oct 09 15:59:48 2014 +0200 +++ b/client/app/app.css Fri Oct 10 12:03:01 2014 +0200 @@ -69,47 +69,15 @@ padding-bottom: 20%; } -/* autocomplete css source : https://github.com/JustGoscha/allmighty-autocomplete/blob/master/style/autocomplete.css */ .row input{ font-size: 1.2em; } -/*.autocomplete{ - width: 100%; - position: relative; -} -.autocomplete input{ - width: 100%; - padding:0.4em; -} -.autocomplete ul{ - position: absolute; - left: 0; - width: 100%; - border-left: 1px solid #888; - border-right: 1px solid #888; - border-bottom: 1px solid #888; - z-index: 1; - padding-left: 0px; + +.messages { + position: fixed; + top: 0px; + z-index: 7000; } -.autocomplete li{ - text-align: left; - list-style:none; - width: 100%; - padding:0.4em; - background-color: #fff; -} -.autocomplete li.active{ - width: 100%; - background-color: #4bf; -} -.autocomplete .highlight { - background-color: #E2E2E2; -} -.autocomplete li.active .highlight { - background: #666; - color: #fff; -}*/ -/* autocomplete css */ /*.ng-scope{ border: red 1px solid;