Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/2bd9c6f094afd8b99ab29c8608ebeca3673cfbde/resources/library/interactivities/Enveloppe.wgt/css/main.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
 
 
 
 
 
 

49 lines
797 B

#scene > div {
position: relative;
display: table;
background: url("images/arrow-down.png") 120px 50px no-repeat;
}
#scene > div > div {
display: table-cell;
vertical-align: top;
}
#box {
position: relative;
width: 320px;
height: 240px;
margin-top: 140px;
background: url("images/box-bg.png") center top no-repeat;
}
#box.onReset, #box.ui-state-hover {
margin-top: 0px;
height: 380px;
background-position-x: center;
background-position-y: bottom;
}
#objects {
padding: 140px 20px 20px 80px;
max-width: 325px;
}
#objects > div {
width: 65px;
height: 80px;
float: left;
background: url("images/trombonne.png") center no-repeat;
}
#objects > div .tools {
display: none;
}
.onEdit #objects > div .tools {
display: block;
}
#objects > div.inBox {
visibility: hidden;
}