aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-15 19:58:26 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-15 19:58:26 +0200
commitb5c164bf2fee381c0a48e2f1e2e19d52fe8afdf4 (patch)
treec23383f91c44cd19c7125e3460e73f50c15d0af3 /view/theme/diabook-aerith
parentf994f9abc6092106659a29f5ee1be0706825c203 (diff)
downloadvolse-hubzilla-b5c164bf2fee381c0a48e2f1e2e19d52fe8afdf4.tar.gz
volse-hubzilla-b5c164bf2fee381c0a48e2f1e2e19d52fe8afdf4.tar.bz2
volse-hubzilla-b5c164bf2fee381c0a48e2f1e2e19d52fe8afdf4.zip
diabook-themes: css-fixes
Diffstat (limited to 'view/theme/diabook-aerith')
-rw-r--r--view/theme/diabook-aerith/style-network.css3
-rw-r--r--view/theme/diabook-aerith/style-profile.css3
-rw-r--r--view/theme/diabook-aerith/style.css10
3 files changed, 14 insertions, 2 deletions
diff --git a/view/theme/diabook-aerith/style-network.css b/view/theme/diabook-aerith/style-network.css
index 17335389d..679d1d77e 100644
--- a/view/theme/diabook-aerith/style-network.css
+++ b/view/theme/diabook-aerith/style-network.css
@@ -2229,6 +2229,9 @@ box-shadow: 1px 1px 5px 0;
#group-separator,
#prof-separator { display: none;}
*/
+#prof-members-end{
+ clear: both;
+ }
#prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
margin-bottom: 10px;
diff --git a/view/theme/diabook-aerith/style-profile.css b/view/theme/diabook-aerith/style-profile.css
index 3dea20697..3471b67ad 100644
--- a/view/theme/diabook-aerith/style-profile.css
+++ b/view/theme/diabook-aerith/style-profile.css
@@ -2203,6 +2203,9 @@ box-shadow: 1px 1px 5px 0;
#group-separator,
#prof-separator { display: none;}
*/
+#prof-members-end{
+ clear: both;
+ }
#prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
margin-bottom: 10px;
diff --git a/view/theme/diabook-aerith/style.css b/view/theme/diabook-aerith/style.css
index a9269f21d..bbd9a5330 100644
--- a/view/theme/diabook-aerith/style.css
+++ b/view/theme/diabook-aerith/style.css
@@ -1230,6 +1230,9 @@ aside #likes a:hover{
float: left;
margin-right: 20px;
}
+#login-submit-wrapper{
+ margin-top: 20px;
+ }
.group_selected {
background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
float: left;
@@ -1245,7 +1248,7 @@ aside #likes a:hover{
.icon.text_add {
background-image: url("../../../images/icons/16/add.png");
float: right;
- opacity: 0.1;
+ opacity: 0.2;
margin-right: 14px;
}
.icon.text_add:hover {
@@ -1262,7 +1265,7 @@ transition: all 0.2s ease-in-out;
}
.icon.text_edit {
background-image: url("../../../images/icons/10/edit.png");
- opacity: 0.1;
+ opacity: 0.2;
margin-top: 6px;
float: right;
height: 10px;
@@ -2487,6 +2490,9 @@ box-shadow: 1px 1px 5px 0;
#group-separator,
#prof-separator { display: none;}
*/
+#prof-members-end{
+ clear: both;
+ }
#prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
margin-bottom: 10px;