aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-02 00:05:49 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-02 00:05:49 +0200
commit408de09f725cfee6d5eeac5491222f74ee539b3c (patch)
treecc789e78e0c014b9a15fff563f49ea144dcf5579 /view/theme/diabook-red
parent31d04d685e2b782e7fe2c82a831a454ffeab4a5c (diff)
downloadvolse-hubzilla-408de09f725cfee6d5eeac5491222f74ee539b3c.tar.gz
volse-hubzilla-408de09f725cfee6d5eeac5491222f74ee539b3c.tar.bz2
volse-hubzilla-408de09f725cfee6d5eeac5491222f74ee539b3c.zip
css-fixes
Diffstat (limited to 'view/theme/diabook-red')
-rw-r--r--view/theme/diabook-red/style-network.css3
-rw-r--r--view/theme/diabook-red/style.css5
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook-red/style-network.css b/view/theme/diabook-red/style-network.css
index d90f9189d..c7063860f 100644
--- a/view/theme/diabook-red/style-network.css
+++ b/view/theme/diabook-red/style-network.css
@@ -1447,13 +1447,12 @@ transition: all 0.2s ease-in-out;
}
.wall-item-comment-wrapper textarea {
height: 2.0em;
- width: 93%;
+ width: 100%;
font-size: 10px;
color: #999999;
border: 1px solid #DDD;
padding: 0.3em;
font-size: 14px;
- margin-left: 20px;
}
.wall-item-comment-wrapper .comment-edit-text-full {
font-size: 14px;
diff --git a/view/theme/diabook-red/style.css b/view/theme/diabook-red/style.css
index 4376eed07..578a5473a 100644
--- a/view/theme/diabook-red/style.css
+++ b/view/theme/diabook-red/style.css
@@ -568,8 +568,8 @@ header #banner #logo-text {
}
/* messages */
#message-new {
- background: #19aeff;
- border: 1px solid #005c94;
+ background: ;
+ border: 1px solid #333;
width: 150px;
}
#message-new a {
@@ -578,6 +578,7 @@ header #banner #logo-text {
display: block;
font-weight: bold;
padding: 1em 0px;
+ text-decoration: none;
}
.mail-list-wrapper {
background-color: #f6f7f8;