<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 id="profile-rotator" class="loading" style="display: none"><img src="images/rotator.gif" alt="$wait" title="$wait" /></li>
</ul>
</div>
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 {
background-color: #bdcdd4;
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 {
border: 0px;
margin: 0px;