fixes for registration page
authorxenophenes <xenophenes42@gmail.com>
Sat, 22 Apr 2017 18:36:16 +0000 (11:36 -0700)
committerxenophenes <xenophenes42@gmail.com>
Sat, 22 Apr 2017 18:36:16 +0000 (11:36 -0700)
static/css/style.css

index fbff5fdc5dc8b71bd5abb22551aceab85626c68e..6fb767fa3cac95802f37cf3976c019e03e4724e4 100644 (file)
                    list-style-type: none;
                    margin: 0 0 2em 0;
                }
+
+               div.regwrap {
+                   width: 100%;
+                   overflow: hidden;
+                   padding: 1px;
+               }
+
+               legend {
+                   font-size: 1.35em;
+                   padding: 1em 0;
+                   line-height: 1.5em;
+                   font-family: 'Roboto Condensed', sans-serif;
+                   text-transform: uppercase;
+                   font-weight: 700;
+                   color: #0A2342;
+               }
+
+               label {
+                   color: #0A2342;
+                   display: block;
+                   font-size: 1em;
+                   font-weight: 700;
+                   margin: 1em 0 0 0;
+               }
+
+               input[type="text"], input[type="password"], input[type="email"], select {
+                   height: 2.75em;
+                   margin-bottom: .5em;
+               }
+
+               form input[type=submit] {
+                   width: 18em;
+                               margin: .5em 0;
+                               border-radius: 7px;
+               }
+
+               input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
+                   background-color: #0A2342;
+                   text-decoration: none;
+               }