1
0
Fork 0

quattro: more on editor

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

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;