fix preferences edit form where some fields were to wide

This commit is contained in:
Reinier Balt 2011-04-14 12:00:42 +02:00
parent 554bc21016
commit e5b4797a86
5 changed files with 700 additions and 690 deletions

View file

@ -115,14 +115,18 @@ a.show_successors:hover, a.link_to_successors:hover {background-image: url(../im
}
body.preferences div#display_box {
margin-right:410px;
margin-right:510px;
}
body.preferences div#input_box {
width:390px;
width:490px;
right:15px;
}
body.preferences select#prefs_time_zone, body.preferences select#prefs_sms_context_id {
width: 250px;
}
#single_box {
width: 60%;
margin: 80px auto;