]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Make the decline button a real button
[rails.git] / public / stylesheets / common.css
index 362e5d619cf9bbb9d705219a877edee741100c44..d46013393a230ea2e3e71d5930d189fb69db0a33 100644 (file)
@@ -562,6 +562,13 @@ div#contributorTerms ol {
   margin-bottom: 0px;
 }
 
+div#contributorTerms img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  margin-top: 10%;
+}
+
 /* Rules for the account settings page */
 
 #accountForm td {
@@ -740,17 +747,6 @@ abbr.geo {
   background: #fff;
 }
 
-/* rules for styling a link to look like a button to get around the difficulty 
- * of laying anything out properly in html. */
-
-a.looks_like_button {
-    color: black;
-    background: buttonface;
-    border: 1px solid black;
-    font-size: small;
-    padding: 1px;
-}
-
 /* hack to get left/right alignment on a line working. apparently still works in IE too.
  * shamelessly stolen from http://www.spartanicus.utvinternet.ie/left_and_right_alignment_using_css.htm
  */