improvements

This commit is contained in:
andmironov 2018-04-30 18:21:18 +03:00
parent 438dc93591
commit 075b1c454b
3 changed files with 4 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -785,7 +785,8 @@ select[multiple] {
.areas {
position: absolute;
left: -16px;
top: -16px; } }
top: 0px;
transform: scale(0.9); } }
.positions {
width: 900px;

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Status Design</title>
<link rel="stylesheet" href="./css/main.css?v=0.0.3">
<link rel="stylesheet" href="./css/main.css?v=0.0.4">
</head>
<body>
@ -547,6 +547,6 @@
</div>
</div>
<script src="./js/bundle.js?v=0.0.3"></script>
<script src="./js/bundle.js?v=0.0.4"></script>
</body>
</html>