chiark / gitweb /
Use form-based buttons instead of hyperlinks
[disorder] / templates / disorder.css
index e76d2882159f0167a4c8d558361f486ee6e92b87..b460aaed19102698257c11aa56892698f533378c 100644 (file)
@@ -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.buttonouter, 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 {