mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
[marketplace] Some changes for raiting.
This commit is contained in:
@ -74,12 +74,14 @@
|
||||
<div id="div_selected_toolbar" class="div_selected_toolbar hidden">
|
||||
<!-- TODO temporarily, I added an arrow here so that I could go back -->
|
||||
<span id="arrow" class="arrow hidden">←</span>
|
||||
<div class="div_info_raiting_and_icon">
|
||||
<div class="div_info_column">
|
||||
<div class="div_icon_info">
|
||||
<img id="img_icon">
|
||||
</div>
|
||||
<div id="div_raiting" class="div_raiting">★★★✩✩</div>
|
||||
<span>5 votes</span>
|
||||
<div class="div_info_column div_link">
|
||||
<div id="div_raiting" class="div_raiting">★★★✩✩</div>
|
||||
<span class="defaultlable">5 votes</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="div_selected_description">
|
||||
<span id="span_name" class="span_name_selected"></span>
|
||||
|
||||
@ -458,9 +458,13 @@ label.header {
|
||||
margin: 0px 10px 5px 10px;
|
||||
}
|
||||
|
||||
.div_info_raiting_and_icon {
|
||||
.div_info_column {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
.div_link {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user