chiark / gitweb /
Style button as well. Consistent in IE and FF, a bit off in Safari.
[disorder] / templates / disorder.css
index 5df11db76fb5e07e5feaefbae46456fdf2691d0b..3bc312d18f24a681869bd854115ebf9534689503 100644 (file)
@@ -8,7 +8,7 @@ body {
   font-variant: normal
 }
 
-input {
+input,button {
   font-family: helvetica,sans-serif;
   font-weight: normal;
   font-size: 12pt;
@@ -181,19 +181,12 @@ div.filesdirectories p.all {
 
 /* buttons *******************************************************************/
 
-button {
-  border: 0px;
-  background-color: transparent;
-  padding: 0px;
-  cursor: pointer
-  font-family: helvetica,sans-serif;
-  font-weight: normal;
-  font-variant: normal;
-  font-size: 12pt;
+form.button {
+  display: inline
 }
 
 /* Buttons and links that look like buttons share the same formatting */
-span.button, a.button {
+a.button {
   padding-top: 2px;
   border-width: 3px;
   border-color: #fefefe;       /* Off-white */
@@ -256,6 +249,10 @@ form.search {
   padding: 0.2em
 }
 
+form.search p {
+  display: inline
+}
+
 /* menu bar *******************************************************************/
 
 div.top {