diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 66950c05..3700ea4e 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -1,3 +1,5 @@ +/* @override http://0.0.0.0:3000/stylesheets/standard.css?1181841150 */ + /* @override http://0.0.0.0:3000/stylesheets/standard.css?1180885851 */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { @@ -675,14 +677,14 @@ form { } #todo-form-new-action .submit_box { - height: 30px; + height: 25px; padding: 5px 0; text-align: center; clear: right; } .edit_todo_form .submit_box { - height: 30px; + height: 25px; padding: 5px 0; text-align: center; clear: right; @@ -931,24 +933,24 @@ table.users_table { border-left:1px solid #eee; font-family:"Lucida Grande", Verdana, Geneva, Arial, sans-serif; - font-size:100%; - line-height:130%; + font-size:80%; + line-height:100%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; - padding:5px 10px 6px 7px; /* Links */ + padding:3px 5px 7px 5px; /* Links */ } .widgets button{ width:auto; overflow:visible; - padding:4px 10px 3px 7px; /* IE6 */ + padding:3px 5px 5px 5px; /* IE6 */ } .widgets button[type]{ - padding:5px 10px 5px 7px; /* Firefox */ - line-height:17px; /* Safari */ + padding:3px 5px 4px 5px; /* Firefox */ + line-height:15px; /* Safari */ } .widgets button img, .widgets a img{ margin:0 3px -3px 0 !important;