aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-10 19:28:02 -0700
committerfriendica <info@friendica.com>2012-07-10 19:28:02 -0700
commite7957e14489ce8eb3b69ebede928dfe441a4924d (patch)
treee25fde990e36171053364c71471d9b90fd5633ef /view
parent94fabe3a2942ca93b436694f180f8eb2a72df918 (diff)
downloadvolse-hubzilla-e7957e14489ce8eb3b69ebede928dfe441a4924d.tar.gz
volse-hubzilla-e7957e14489ce8eb3b69ebede928dfe441a4924d.tar.bz2
volse-hubzilla-e7957e14489ce8eb3b69ebede928dfe441a4924d.zip
create fetch_tags function, make search work again, change logo
Diffstat (limited to 'view')
-rw-r--r--view/theme/quattro/dark/style.css4
-rw-r--r--view/theme/quattro/quattro.less4
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css
index 35595c8bc..e1df39452 100644
--- a/view/theme/quattro/dark/style.css
+++ b/view/theme/quattro/dark/style.css
@@ -1054,7 +1054,7 @@ section {
.wall-item-comment-wrapper textarea {
height: 1em;
width: 100%;
- font-size: 10px;
+ font-size: 12px;
color: #999999;
border: 1px solid #999999;
padding: 0.3em;
@@ -1217,7 +1217,7 @@ section {
#jot .profile-jot-text {
height: 1em;
width: 99%;
- font-size: 10px;
+ font-size: 12px;
color: #999999;
border: 1px solid #999999;
padding: 0.3em;
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 0dac79bf9..8c123a963 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -521,7 +521,7 @@ section {
margin: 1em 2em 1em 60px;
.comment-edit-photo { display: none; }
textarea {
- height: 1em; width: 100%; font-size: 10px;
+ height: 1em; width: 100%; font-size: 12px;
color: @CommentBoxEmptyColor;
border: 1px solid @CommentBoxEmptyBorderColor;
padding:0.3em;
@@ -656,7 +656,7 @@ section {
.profile-jot-text {
- height: 1em; width: 99%; font-size: 10px;
+ height: 1em; width: 99%; font-size: 12px;
color: @CommentBoxEmptyColor;
border: 1px solid @CommentBoxEmptyBorderColor;
padding:0.3em;