From 6f8299d81ed98375f3cea3a6bf2b2124f1b65e4b Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 17 Jun 2007 11:43:58 +0000 Subject: [PATCH] Reduced the height of the update and submit buttons a bit to fit in better with other form elements. Tested in Safari (3.0) and Firefox 2.0.0.4 for Mac, but I don't have access to IE, so please let me know if the buttons look bad on IE. The most likely thing is that the update and cancel buttons on the edit action form will be different sizes or heights. Fixes #525 git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@557 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/public/stylesheets/standard.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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;