--- a/client/app/app.css Fri Oct 10 17:08:31 2014 +0200
+++ b/client/app/app.css Mon Oct 13 12:43:47 2014 +0200
@@ -1,5 +1,5 @@
.row{
- margin-top: 10px;
+ margin-top: 10px;
}
footer{
background: none;
@@ -13,20 +13,21 @@
cursor: pointer;
}
.btn-lg{
- width: 100%;
- line-height: 2;
- font-size: 4vw;
- background-color: #E6E6E6;
+ width: 100%;
+ line-height: 2;
+ font-size: 4vw;
+ background-color: #E6E6E6;
}
.row{
- margin-left: 0px;
- margin-right: 0px;
+ margin-left: 0;
+ margin-right: 0;
}
.mons-content{
width: 100%;
}
.mons-button{
- background-color: #1e1e1e;
+ box-sizing: content-box;
+ background-color: #1e1e1e;
border: 10px solid #fff;
float: left;
margin: 0.5%;
@@ -36,7 +37,8 @@
width: 47%;
}
.mons-button .content{
- height: 90%;
+ box-sizing: content-box;
+ height: 90%;
padding: 5%;
position: absolute;
width: 90%;
@@ -50,7 +52,7 @@
display: table-cell;
text-align: center;
vertical-align: middle;
- text-shadow: 0px 0px 5px #fff;
+ text-shadow: 0 0 5px #fff;
}
.large-cat{
font-size: 300%;
@@ -67,7 +69,7 @@
background-color: #e6e6e6;
}
.send, .return{
- padding-bottom: 20%;
+ padding-bottom: 20%;
}
.row input{
@@ -75,15 +77,14 @@
}
.messages {
- position: fixed;
- top: 0px;
- z-index: 7000;
+ position: fixed;
+ top: 0;
+ z-index: 7000;
}
.success-border{
- border: 10px solid #3c763d;
+ border: 10px solid #3c763d;
}
/*.ng-scope{
border: red 1px solid;
}*/
-