mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-09 17:14:20 +01:00
fix preferences edit form where some fields were to wide
This commit is contained in:
parent
554bc21016
commit
e5b4797a86
5 changed files with 700 additions and 690 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue