client/app/app.css
changeset 1 1cdebfeb77f9
child 9 ae8a74bd6add
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/app.css	Wed Oct 08 18:08:52 2014 +0200
@@ -0,0 +1,117 @@
+.row{
+	margin-top: 10px;
+}
+footer{
+    background: none;
+    color: #000;
+    float: left;
+    font: inherit;
+    position: inherit;
+    width: 100%;
+}
+.hand{
+    cursor: pointer;
+}
+.btn-lg{
+	width: 100%;
+	line-height: 2;
+	font-size: 4vw;
+	background-color: #E6E6E6;
+}
+.row{
+	margin-left: 0px;
+    margin-right: 0px;
+}
+.mons-content{
+    width: 100%;
+}
+.mons-button{
+	background-color: #1e1e1e;
+    float: left;
+    margin: 1.66%;
+    overflow: hidden;
+    padding-bottom: 30%;
+    position: relative;
+    width: 45%;
+}
+.mons-button .content{
+	height: 90%;
+    padding: 5%;
+    position: absolute;
+    width: 90%;
+}
+.mons-button .content .table{
+    display: table;
+    height: 100%;
+    width: 100%;
+}
+.mons-button .content .table .table-cell{
+    display: table-cell;
+    text-align: center;
+    vertical-align: middle;
+    text-shadow: 0px 0px 5px #fff;
+}
+.large-cat{
+    font-size: 300%;
+    font-size: 4vw;
+}
+.normal-cat{
+    font-size: 100%;
+    font-size: 2vw;
+}
+.send{
+    background-color: #4cae4c;
+}
+.return{
+    background-color: #e6e6e6;
+}
+.send, .return{
+	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;
+}
+.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;
+}*/
+