diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-26 16:17:28 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-26 16:17:28 +0100 |
commit | 4a2c0fcc36695c70c70a83ac04a8cb25f28b02d2 (patch) | |
tree | 6c39facc4b3a4fdbca9d5bce17b5ddc371e6af4a /view/theme/duepuntozero | |
parent | 1f95ba5c344a1b17c735bf2760a169beeff864c2 (diff) | |
download | volse-hubzilla-4a2c0fcc36695c70c70a83ac04a8cb25f28b02d2.tar.gz volse-hubzilla-4a2c0fcc36695c70c70a83ac04a8cb25f28b02d2.tar.bz2 volse-hubzilla-4a2c0fcc36695c70c70a83ac04a8cb25f28b02d2.zip |
Add 'jot_tool' hook, plugins can add tool icons.
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 1a415db45..76a37e7c4 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -907,6 +907,7 @@ input#dfrn-url { margin: 10px 0px 10px 110px; } +#profile-jot-plugin-wrapper, #profile-jot-submit-wrapper { margin-top: 15px; } @@ -952,6 +953,9 @@ input#dfrn-url { height: 30px; } +#profile-jot-plugin-end{ + clear: both; +} #profile-jot-end { /*clear: both;*/ margin-bottom: 30px; @@ -1885,3 +1889,11 @@ a.mail-list-link { margin-bottom: 15px; } + +.tool-wrapper { + float: left; + margin-left: 5px; +} +.tool-link { + cursor: pointer; +} |