quattro: more on editor

This commit is contained in:
Fabio Comuni 2011-12-21 17:36:42 +01:00
parent ba732c97c1
commit bf00e4dded
3 changed files with 23 additions and 0 deletions

View File

@ -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="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>

View File

@ -535,6 +535,16 @@ section {
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 {

View File

@ -866,6 +866,18 @@ section {
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;