diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-12-05 07:42:18 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-12-05 07:42:18 +0100 |
| commit | f70f7e285564a361f6881fd5957ccd0760733270 (patch) | |
| tree | caf2cfdd9b0ed666b46ba8bece63afa5a1ea0ef6 /mobile/mobile.css | |
| parent | 510ac75fa088fd69e2311c82c375de50e13b39e4 (diff) | |
mobile: add support for tagging/publishing articles from view mode
Diffstat (limited to 'mobile/mobile.css')
| -rw-r--r-- | mobile/mobile.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile/mobile.css b/mobile/mobile.css index 27a06d68a..6f7f89e93 100644 --- a/mobile/mobile.css +++ b/mobile/mobile.css @@ -183,3 +183,7 @@ div.footerAddon { form.searchForm { margin : 5px; } + +div.postStarOps { + float : right; +} |