aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-01 03:57:05 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-01 03:57:05 -0400
commitdb7f7e42370bc787be8bc8f71845d98a95bb705f (patch)
treed44b6c052bb864d1f51d9d64042f2a0ba9e25db3 /view/theme/dispy
parentbbd86382a61ac814a84d50a871cd32989b1d73c3 (diff)
downloadvolse-hubzilla-db7f7e42370bc787be8bc8f71845d98a95bb705f.tar.gz
volse-hubzilla-db7f7e42370bc787be8bc8f71845d98a95bb705f.tar.bz2
volse-hubzilla-db7f7e42370bc787be8bc8f71845d98a95bb705f.zip
latest fixes for dispys. tweaking/repairing
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r--view/theme/dispy/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index 66f3cc47e..49148eed4 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -146,7 +146,7 @@ a:hover {
}
.required {
display: inline;
- color: #ff0;
+ color: #f00;
font-size: 16px;
font-weight: bold;
margin: 3px;
@@ -1062,6 +1062,8 @@ section {
}
.tabs li {
display: inline;
+ font-size: smaller;
+ font-weight: bold;
}
.tab {
border: 1px solid #729fcf;
@@ -1120,6 +1122,7 @@ section {
}
.wall-item-content {
overflow-x: auto;
+ margin: 0px 15px 0px 5px;
}
/* removing it from here, vs. putting it in .wall-item-content
* might break things for people. we shall see ;) */
@@ -1203,6 +1206,7 @@ section {
.wall-item-body {
margin: 20px 20px 10px 0px;
text-align: left;
+ overflow-x: auto;
}
.wall-item-lock-wrapper {
float: right;