make button borders smaller

This commit is contained in:
Andrew Dolgov 2005-09-06 13:01:37 +01:00
parent 64c620ce46
commit 27c515c380
1 changed files with 4 additions and 4 deletions

View File

@ -286,7 +286,7 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
border : 1px solid #d0d0d0; border : 1px solid #d0d0d0;
background : white; background : white;
color : #909090; color : #909090;
padding : 1px 10px 1px 10px; padding : 1px 5px 1px 5px;
font-size : small; font-size : small;
} }
@ -304,7 +304,7 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
background-repeat : repeat-x; background-repeat : repeat-x;
background-color : white; background-color : white;
color : black; color : black;
padding : 1px 10px 1px 10px; padding : 1px 5px 1px 5px;
} }
/* .button:hover { /* .button:hover {
@ -314,7 +314,7 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
} */ } */
a.button { a.button {
padding : 2px 10px 2px 10px; padding : 2px 5px 2px 5px;
} }
@ -326,7 +326,7 @@ a.button {
background-repeat : repeat-x; background-repeat : repeat-x;
background-color : white; background-color : white;
color : black; color : black;
padding : 2px 10px 2px 10px; padding : 2px 5px 2px 5px;
font-size : small; font-size : small;
} }