diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-02-28 23:21:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-02-28 23:21:05 +0100 |
commit | b286ad221cb2b96c4bb22571d157d4e74332705e (patch) | |
tree | 6aa938548604ca03e6dbbfef519e076b1282d50a /view/theme/redbasic/css | |
parent | ced19bf7d81a328cbf3d29bb701685c27319a473 (diff) | |
download | volse-hubzilla-b286ad221cb2b96c4bb22571d157d4e74332705e.tar.gz volse-hubzilla-b286ad221cb2b96c4bb22571d157d4e74332705e.tar.bz2 volse-hubzilla-b286ad221cb2b96c4bb22571d157d4e74332705e.zip |
some css fixes for settings
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1ad0d5d71..45fcda2ca 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1270,7 +1270,7 @@ nav .acpopup { .field > label { float: left; - width: 350px; + width: 40%; } .field input, @@ -1280,7 +1280,7 @@ nav .acpopup { .field textarea { height: 100px; } .field_help { display: block; - margin-left: 350px; + margin-left: 40%; color: #666666; } @@ -1322,7 +1322,7 @@ nav .acpopup { .hidden { display: none!important; } .field.radio .field_help { margin-left: 0px; } -.field.checkbox .field_help { display: inline; margin-left: 10px; } +.field.checkbox .field_help { display: block; margin-left: 40%; } /** |