diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
commit | f64e2d63b9ee66482b3461ecb6ee8f7776e23b87 (patch) | |
tree | 9aff5c840b9ec7affe78494e77ff9c2183b6394a /view/theme/loozah | |
parent | 077726a193809bed5b1433713b69ce985e177925 (diff) | |
download | volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.gz volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.bz2 volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.zip |
New common tab template. Update css
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 962d08fc0..c6250c51c 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1570,7 +1570,7 @@ padding: 5px 10px 0px; width: 600px; } -.profile-tabs { +.tab { float: left; padding: 4px; margin-top: 10px; @@ -1583,36 +1583,15 @@ padding: 5px 10px 0px; background-color: #ECECEC; border: 1px solid #858585; } -.profile-tabs:hover { +.tab.active, +.tab:hover { background-color: #0CBEFE; color: #F5F6FB; border: 1px solid #F5F6FB; /*cursor: pointer;*/ } - -#profile-tabs-end { - 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;*/ -} - +.tabs { padding:0px; margin: 0px; overflow: auto; height: auto;} +.tabs li { margin: 0px; list-style: none; } .comment-edit-text-empty { color: gray; |