annot-server/static/css/app.css
changeset 84 d7c5bffdd2d8
child 107 6d41506f9482
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annot-server/static/css/app.css	Mon Jan 12 17:23:05 2015 +0100
@@ -0,0 +1,93 @@
+.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: 0;
+    margin-right: 0;
+}
+.mons-content{
+    width: 100%;
+}
+.mons-button{
+    box-sizing: content-box;
+    background-color: #1e1e1e;
+    border: 10px solid #fff;
+    float: left;
+    margin: 0.5%;
+    overflow: hidden;
+    padding-bottom: 20%;
+    position: relative;
+    width: 45%;
+}
+.mons-button .content{
+    box-sizing: content-box;
+    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: 0 0 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: 15%;
+}
+
+.row input{
+    font-size: 1.2em;
+}
+
+.messages {
+    position: fixed;
+    top: 0;
+    z-index: 7000;
+}
+.success-border{
+    border: 10px solid #3c763d;
+}
+.error-border{
+    border: 10px solid #cb4442;
+}
+
+/*.ng-scope{
+    border: red 1px solid;
+}*/