make login button primary
authorChristian Weiske <cweiske@cweiske.de>
Mon, 29 Oct 2012 20:54:16 +0000 (21:54 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 29 Oct 2012 20:54:16 +0000 (21:54 +0100)
data/templates/login.htm

index 08953c8045c6cec2d6135c7b926b2cd4280fd58c..70a1b6936b75db427449f4d58073392cb04f9eb0 100644 (file)
@@ -22,7 +22,7 @@
     <div id="openid_input_area">
       <p>or enter your OpenID URL.</p>
       <input id="openid_url" type="text" name="openid_url" value="{{openid}}" />
     <div id="openid_input_area">
       <p>or enter your OpenID URL.</p>
       <input id="openid_url" type="text" name="openid_url" value="{{openid}}" />
-      <input class="btn" id="openid_submit" type="submit" value="Sign in" />
+      <input class="btn btn-primary" id="openid_submit" type="submit" value="Sign in" />
     </div>
   </div>
 </fieldset>
     </div>
   </div>
 </fieldset>