mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
commit
ae32db7418
1 changed files with 18 additions and 0 deletions
|
|
@ -1,3 +1,21 @@
|
|||
div.depends_on label {
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#input_box div#todo_new_action_container div#todo_multi_add form#todo-form-multi-new-action.inline-form label {
|
||||
float: center;
|
||||
}
|
||||
|
||||
div#input_box div#todo_new_action_container div#todo_multi_add form#todo-form-multi-new-action.inline-form input#todos_sequential {
|
||||
float:left;
|
||||
width:30px;
|
||||
}
|
||||
|
||||
|
||||
input#project_name.project-name, input#project_default_context_name.ui-autocomplete-input, textarea#project_description.project-description, input#project_default_tags.ui-autocomplete-input {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
|
||||
margin:0;
|
||||
padding:0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue