aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authortuscanhobbit <tuscanhobbit@users.noreply.github.com>2014-06-28 23:14:34 +0200
committertuscanhobbit <tuscanhobbit@users.noreply.github.com>2014-06-28 23:14:34 +0200
commitdfe45342f6739bef9b3dff8e49641bb58998c757 (patch)
tree0a0af03f9cee403f5d05a97e0a6feab3708d34a6 /view/css
parentdda949ee3b6f81662762f6598348bd68cf40ae83 (diff)
downloadvolse-hubzilla-dfe45342f6739bef9b3dff8e49641bb58998c757.tar.gz
volse-hubzilla-dfe45342f6739bef9b3dff8e49641bb58998c757.tar.bz2
volse-hubzilla-dfe45342f6739bef9b3dff8e49641bb58998c757.zip
Checkboxes were not aligned in connedit, added a table
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_connedit.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css
index 83f167915..8b80b4e70 100644
--- a/view/css/mod_connedit.css
+++ b/view/css/mod_connedit.css
@@ -3,12 +3,12 @@
color: #000;
}
.abook-them {
- margin-left: 375px;
- margin-bottom: 15px;
+ padding: 5px;
+ text-align: center;
}
.abook-me {
- margin-left: 36px;
- margin-bottom: 15px;
+ padding: 5px 5px 5px 15px;
+ text-align: center;
}
.acheckbox {
margin-bottom: 5px !important;
@@ -27,7 +27,8 @@
.abook-edit-them, .abook-edit-me {
float: left;
- width: 100px !important;
+ margin-left: 10px;
+ margin-right: 10px;
}
.field_abook_help {
float: left;
@@ -148,4 +149,4 @@
#abook-advanced {
margin-top: 15px;
-} \ No newline at end of file
+}