сообщать об ошибке
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
bottom: 0;
|
||||
width: 4em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
/*justify-content: center;*/
|
||||
border: 1px dashed gainsboro;
|
||||
}
|
||||
#воспроизведение
|
||||
@@ -44,27 +45,21 @@
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
/*
|
||||
.кнопка {
|
||||
border-radius: 50%;
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
border: 2px solid lightgrey;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: white;
|
||||
.впульте
|
||||
{
|
||||
margin: 0 auto;
|
||||
}
|
||||
*/
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="редактор"></div>
|
||||
<div id="пульт">
|
||||
<a id="пуск" class="uk-icon-button uk-margin-top uk-margin-bottom" uk-icon="play" uk-tooltip="Пуск"></a>
|
||||
<span id="ошибка" class="впульте"> </span>
|
||||
<a id="пуск" class="впульте uk-icon-button uk-margin-top" uk-icon="play" uk-tooltip="Пуск"></a>
|
||||
</div>
|
||||
<div id="воспроизведение"></div>
|
||||
|
||||
<script src="040.события.js"></script>
|
||||
<script src="100.редактор.js"></script>
|
||||
<script src="200.пульт.js"></script>
|
||||
<script src="700.муром.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user