sync
This commit is contained in:
@ -7,28 +7,7 @@
|
||||
<style type="text/css">
|
||||
::-ms-clear, ::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-header {
|
||||
float: left;
|
||||
padding: 2px 6px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #fff;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.tab-header:hover {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.tab-header.selected {
|
||||
border-color: #d8d8d8;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.tab-header.selected:hover {
|
||||
background: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.label { /*cover tab.css*/
|
||||
display: table-cell;
|
||||
@ -297,7 +276,7 @@
|
||||
</table>
|
||||
<div class="subtitle">
|
||||
<span data-lgid="P_WOS_QUESTIONINFORMATION">Question Information</span>
|
||||
<span class="sbutton iconadd" style="display: inline;" onclick="onAddQuestion()">Add</span>
|
||||
<span class="sbutton iconadd" style="display: inline;" data-lgid="P_WOS_ADD" onclick="onAddQuestion()">Add</span>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="question-holder no-hover" style="font-weight: bold; font-size: 14px; background-color: #f0f0f0;">
|
||||
|
Reference in New Issue
Block a user