mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 05:48:50 +01:00
Tighten up layout by getting rid of blank space to right side of add todo form.
This commit is contained in:
parent
8cf36fcbb1
commit
07df8eb075
1 changed files with 18 additions and 5 deletions
|
|
@ -109,9 +109,18 @@ a.show_notes:hover, a.link_to_notes:hover {background-image: url(/images/notes_o
|
|||
}
|
||||
|
||||
#display_box {
|
||||
float: left;
|
||||
width: 55%;
|
||||
margin: 0px 10px 50px 15px;
|
||||
float: none;
|
||||
margin-right: 310px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
body.preferences div#display_box {
|
||||
margin-right:410px;
|
||||
}
|
||||
|
||||
body.preferences div#input_box {
|
||||
width:390px;
|
||||
right:15px;
|
||||
}
|
||||
|
||||
#single_box {
|
||||
|
|
@ -326,8 +335,12 @@ h2 a:hover {
|
|||
}
|
||||
|
||||
div#input_box {
|
||||
margin: 0px 15px 0px 58%;
|
||||
padding: 0px 15px 0px 0px;
|
||||
position: absolute;
|
||||
width: 265px;
|
||||
margin: 0;
|
||||
padding: 0px 0px 0px 0px;
|
||||
top: 90px;
|
||||
right: 40px;
|
||||
}
|
||||
|
||||
#input_box h2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue