aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-04 14:19:53 +0100
committertommy tomson <thomas.bierey@gmx.de>2012-03-04 14:19:53 +0100
commit8e49b4332cf697a1525ca14d598e6fc5cd505cdf (patch)
tree7fa4e653e9b5876c0f582954ae93f103cf7ba96c /view/theme/diabook
parente0e0224fa6e3a32a1e6fe22728bc35f581ba89b5 (diff)
downloadvolse-hubzilla-8e49b4332cf697a1525ca14d598e6fc5cd505cdf.tar.gz
volse-hubzilla-8e49b4332cf697a1525ca14d598e6fc5cd505cdf.tar.bz2
volse-hubzilla-8e49b4332cf697a1525ca14d598e6fc5cd505cdf.zip
style.css fix
Diffstat (limited to 'view/theme/diabook')
-rw-r--r--view/theme/diabook/style.css19
1 files changed, 9 insertions, 10 deletions
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index f005ff4bd..309e7b842 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -1005,24 +1005,24 @@ section {
display: table-cell;
vertical-align: top;
width: 800px;
- padding: 0px 0px 0px 10px;
+ padding: 0px 0px 0px 12px;
}
.tabs {
background-position: 0 -20px;
background-repeat: repeat-x;
-
height: 27px;
padding: 0;
}
.tab.button {
- margin-right: 15px;
- margin-left: 15px;
- background: none repeat scroll 0 0 #F8F8F8;
+ margin-right: 5px;
+ margin-left: 5px;
+ /*background: none repeat scroll 0 0 #F8F8F8;*/
border: 1px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
- font-weight: bold;
+ font-weight: normal;
padding: 3px;
+ color: #333333;
}
/* wall item */
.tread-wrapper {
@@ -1663,15 +1663,14 @@ section {
ul.tabs {
list-style-type: none;
padding-bottom: 10px;
- font-size: 13px;
+ font-size: 12px;
}
ul.tabs li {
float: left;
- margin-left: 7px;
+ margin-left: 5px;
}
ul.tabs li .active {
- background-color: #33ACFF;
- background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
+ background-color: #333333;
border: 1px solid #777777;
color: white;
border-radius: 3px 3px 3px 3px;