aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/jot.tpl1
-rw-r--r--view/theme/quattro/quattro.less10
-rw-r--r--view/theme/quattro/style.css12
3 files changed, 23 insertions, 0 deletions
diff --git a/view/jot.tpl b/view/jot.tpl
index 00196e9d3..07add78ba 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -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>
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index c5dfccf25..d05acf76a 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -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 {
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index 6d3ebc62e..948a7cb04 100644
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -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;