--- a/client/app/app.css Fri Oct 10 12:03:01 2014 +0200
+++ b/client/app/app.css Fri Oct 10 14:59:09 2014 +0200
@@ -27,12 +27,13 @@
}
.mons-button{
background-color: #1e1e1e;
+ border: 10px solid #fff;
float: left;
- margin: 1.66%;
+ margin: 0.5%;
overflow: hidden;
- padding-bottom: 30%;
+ padding-bottom: 32%;
position: relative;
- width: 45%;
+ width: 47%;
}
.mons-button .content{
height: 90%;
@@ -78,6 +79,9 @@
top: 0px;
z-index: 7000;
}
+.success-border{
+ border: 10px solid #3c763d;
+}
/*.ng-scope{
border: red 1px solid;