mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
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
This commit is contained in:
parent
46df520dd6
commit
6f8299d81e
1 changed files with 10 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue