mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 21:21:49 +01:00
Remove gradient from container headers.
Reduce overall font-size. Refine sizing of form fields in new action form. Fixes #512 and #513. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@540 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
a5967a6413
commit
f47c6f2324
1 changed files with 24 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ abbr,acronym { border:0;
|
|||
|
||||
body {
|
||||
font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
|
||||
font-size: 85%;
|
||||
font-size: 80%;
|
||||
padding: 0px 10px;
|
||||
margin: 0px;
|
||||
background: #eee;
|
||||
|
|
@ -210,9 +210,6 @@ a.show_notes:hover, a.link_to_notes:hover {background-image: url(../images/notes
|
|||
|
||||
.container h2 {
|
||||
background: #ccc;
|
||||
background-image: url('/images/container-gradient.png');
|
||||
background-repeat: repeat-y;
|
||||
background-position: right;
|
||||
padding: 5px;
|
||||
margin-top: 0px;
|
||||
margin-left: -5px;
|
||||
|
|
@ -253,11 +250,10 @@ div#input_box {
|
|||
|
||||
#input_box .show_from_input, #input_box .due_input {
|
||||
float:left;
|
||||
width:50%;
|
||||
}
|
||||
|
||||
#input_box .submit_box {
|
||||
width:100%;
|
||||
width:50%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
|
@ -271,7 +267,8 @@ div#input_box {
|
|||
}
|
||||
|
||||
div.item-container {
|
||||
padding: 3px 0px;
|
||||
padding: 2px 0px;
|
||||
line-height:20px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
|
@ -664,6 +661,26 @@ form {
|
|||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
}
|
||||
#todo_new_action_container input, #todo_new_action_container textarea {
|
||||
width:260px;
|
||||
}
|
||||
#todo_new_action_container .show_from_input input {
|
||||
width:120px;
|
||||
}
|
||||
#todo_new_action_container .show_from_input {
|
||||
margin-left:15px;
|
||||
}
|
||||
|
||||
#todo_new_action_container .due_input input {
|
||||
width:120px;
|
||||
}
|
||||
#todo-form-new-action .submit_box {
|
||||
width:260px;
|
||||
text-align:center;
|
||||
}
|
||||
#todo-form-new-action .submit_box input {
|
||||
width:50%;
|
||||
}
|
||||
#hide_todo_new_action {
|
||||
text-align:right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue