Skip to content

Commit

Permalink
change control css in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
imsky committed Apr 23, 2013
1 parent 13bc51a commit 36b2353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions done.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ body.credentials #credentials {height:auto;padding:0;}
#tasks .task {height:auto;margin-bottom:50px;}
#tasks .taskname {height:auto;line-height:25px;text-align:center;clear:both;width:100%;}
#tasks .controls .col {float:left;text-align:center}
#tasks .tasktime {width:50%;}
#tasks .taskbutton {width:25%;}
#tasks .controls {overflow:hidden;width:60%;margin:0 auto;}
#tasks .controls .col.tasktime {width:30%;margin-left:5%;margin-right:5%;}
#tasks .taskbutton {width:30%;}
#tasks .controls {overflow:hidden;width:200px;margin:0 auto;}
body.big #tasks .taskname {line-height:1;}
body.big #tasks .tasktime {text-align:center;width:auto !important;float:none;}
#tasks .controlbutton, #tasks .deletebutton {margin-left:0;width:25%;}
Expand Down

0 comments on commit 36b2353

Please sign in to comment.