quattro: more on editor
This commit is contained in:
parent
ba732c97c1
commit
bf00e4dded
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
<li class="perms"><a id="jot-perms-icon" href="#profile-jot-acl-wrapper" class="icon s22 $lockstate $bang" title="$permset" ></a></li>
|
<li class="perms"><a id="jot-perms-icon" href="#profile-jot-acl-wrapper" class="icon s22 $lockstate $bang" title="$permset" ></a></li>
|
||||||
<li class="submit"><input type="submit" id="profile-jot-submit" name="submit" value="$share" /></li>
|
<li class="submit"><input type="submit" id="profile-jot-submit" name="submit" value="$share" /></li>
|
||||||
|
<li id="profile-rotator" class="loading" style="display: none"><img src="images/rotator.gif" alt="$wait" title="$wait" /></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -535,6 +535,16 @@ section {
|
||||||
color: @JotSubmitOverText;
|
color: @JotSubmitOverText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
li.loading {
|
||||||
|
float: right;
|
||||||
|
background-color: @Grey1;
|
||||||
|
width: 20px;
|
||||||
|
vertical-align: center;
|
||||||
|
text-align: center;
|
||||||
|
img { margin-top: 10px; }
|
||||||
|
border-top: 2px solid @JotToolsBorderColor;
|
||||||
|
height: 38px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#jot-title {
|
#jot-title {
|
||||||
|
|
|
@ -866,6 +866,18 @@ section {
|
||||||
background-color: #bdcdd4;
|
background-color: #bdcdd4;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
#jot #jot-tools li.loading {
|
||||||
|
float: right;
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: 20px;
|
||||||
|
vertical-align: center;
|
||||||
|
text-align: center;
|
||||||
|
border-top: 2px solid #9eabb0;
|
||||||
|
height: 38px;
|
||||||
|
}
|
||||||
|
#jot #jot-tools li.loading img {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
#jot #jot-title {
|
#jot #jot-title {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
Loading…
Reference in a new issue