From bf00e4dded7dd90443eafb8fc1c15b82ce723867 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 21 Dec 2011 17:36:42 +0100 Subject: [PATCH] quattro: more on editor --- view/jot.tpl | 1 + view/theme/quattro/quattro.less | 10 ++++++++++ view/theme/quattro/style.css | 12 ++++++++++++ 3 files changed, 23 insertions(+) diff --git a/view/jot.tpl b/view/jot.tpl index 00196e9d3e..07add78ba9 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -27,6 +27,7 @@
  • + diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index c5dfccf251..d05acf76a4 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 6d3ebc62e1..948a7cb041 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;