client/app/app.css
changeset 9 ae8a74bd6add
parent 1 1cdebfeb77f9
child 10 90918426079c
equal deleted inserted replaced
8:e72d0e847d5d 9:ae8a74bd6add
    67 }
    67 }
    68 .send, .return{
    68 .send, .return{
    69 	padding-bottom: 20%;
    69 	padding-bottom: 20%;
    70 }
    70 }
    71 
    71 
    72 /* autocomplete css source : https://github.com/JustGoscha/allmighty-autocomplete/blob/master/style/autocomplete.css */
       
    73 .row input{
    72 .row input{
    74     font-size: 1.2em;
    73     font-size: 1.2em;
    75 }
    74 }
    76 /*.autocomplete{
    75 
    77 	width: 100%;
    76 .messages {
    78 	position: relative;
    77 	position: fixed;
       
    78 	top: 0px;
       
    79 	z-index: 7000;
    79 }
    80 }
    80 .autocomplete input{
       
    81 	width: 100%;
       
    82 	padding:0.4em;
       
    83 }
       
    84 .autocomplete ul{
       
    85 	position: absolute;
       
    86 	left: 0;
       
    87 	width: 100%;
       
    88 	border-left: 1px solid #888;
       
    89 	border-right: 1px solid #888;
       
    90 	border-bottom: 1px solid #888;
       
    91 	z-index: 1;
       
    92 	padding-left: 0px;
       
    93 }
       
    94 .autocomplete li{
       
    95 	text-align: left;
       
    96 	list-style:none;
       
    97 	width: 100%;
       
    98 	padding:0.4em;
       
    99 	background-color: #fff;
       
   100 }
       
   101 .autocomplete li.active{
       
   102 	width: 100%;
       
   103 	background-color: #4bf;
       
   104 }
       
   105 .autocomplete .highlight {
       
   106     background-color: #E2E2E2;
       
   107 }
       
   108 .autocomplete li.active .highlight {
       
   109 	background: #666;
       
   110 	color: #fff;
       
   111 }*/
       
   112 /* autocomplete css */
       
   113 
    81 
   114 /*.ng-scope{
    82 /*.ng-scope{
   115     border: red 1px solid;
    83     border: red 1px solid;
   116 }*/
    84 }*/
   117 
    85