]> git.mxchange.org Git - friendica.git/commitdiff
quattro: more on editor
authorFabio Comuni <fabrix.xm@gmail.com>
Wed, 21 Dec 2011 16:36:42 +0000 (17:36 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Wed, 21 Dec 2011 16:36:42 +0000 (17:36 +0100)
view/jot.tpl
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 00196e9d3e546bb09c852e377fd1b480e9579539..07add78ba9508d05e93fe87d09c0d319156f4423 100644 (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>
        
index c5dfccf2512f9b3474762e8487ee927f00128a58..d05acf76a48fb445435164f32d98f6ce1a0e3661 100644 (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 {
index 6d3ebc62e17de5cc21b73b472e064f89159806a0..948a7cb0419188c78ca3b196adcc3df3d7fd552c 100644 (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;