diff options
author | Friendika <info@friendika.com> | 2011-09-25 22:29:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-25 22:29:30 -0700 |
commit | 428e6766411d2c6708ad25f726c4bcf1d64af1cc (patch) | |
tree | 2dd2084d7a882fc9868efb2d0032daf9e128ea6f /view/theme/loozah | |
parent | 20d4fda22f26a99e7da930be639874f80ae7060d (diff) | |
download | volse-hubzilla-428e6766411d2c6708ad25f726c4bcf1d64af1cc.tar.gz volse-hubzilla-428e6766411d2c6708ad25f726c4bcf1d64af1cc.tar.bz2 volse-hubzilla-428e6766411d2c6708ad25f726c4bcf1d64af1cc.zip |
fix minor placement issues on old themes from testbubble theme changes
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d9b0b6f2e..dda980366 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1587,6 +1587,26 @@ padding: 5px 10px 0px; clear: both; } +.tabs { + padding: 4px; + margin-top: 10px; + margin-bottom: 10px; + margin-right: 5px; + /*border: 1px solid #CCC;*/ + /*background: #F8F8F8;*/ + font-size: 0.8em; + font-weight: bold; + background-color: #ECECEC; + border: 1px solid #858585; +} +.tabs:hover { + background-color: #0CBEFE; + color: #F5F6FB; + border: 1px solid #F5F6FB; + /*cursor: pointer;*/ +} + + .comment-edit-text-empty { color: gray; height: 30px; |