diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-21 17:36:42 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-21 17:36:42 +0100 |
commit | bf00e4dded7dd90443eafb8fc1c15b82ce723867 (patch) | |
tree | 212e71e4af5b4bc2826138a07d1cba3c78e7a122 /view/theme/quattro | |
parent | ba732c97c10a1f6f712f78c97d7d9bd51c104160 (diff) | |
download | volse-hubzilla-bf00e4dded7dd90443eafb8fc1c15b82ce723867.tar.gz volse-hubzilla-bf00e4dded7dd90443eafb8fc1c15b82ce723867.tar.bz2 volse-hubzilla-bf00e4dded7dd90443eafb8fc1c15b82ce723867.zip |
quattro: more on editor
Diffstat (limited to 'view/theme/quattro')
-rw-r--r-- | view/theme/quattro/quattro.less | 10 | ||||
-rw-r--r-- | view/theme/quattro/style.css | 12 |
2 files changed, 22 insertions, 0 deletions
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; |