Merge pull request #45 from RowanHeinrich/patch-3
authorSam Moore <[email protected]>
Sun, 29 Sep 2013 09:13:08 +0000 (02:13 -0700)
committerSam Moore <[email protected]>
Sun, 29 Sep 2013 09:13:08 +0000 (02:13 -0700)
Update style.css

testing/MCTXWeb/public_html/static/style.css

index 23a7c1e..f741b16 100644 (file)
@@ -22,38 +22,18 @@ hr {
   border-bottom: 1px solid gray;
 }
 
-form.controls {
-  background-color: #F9F9F9;
-  border: 1px solid #808080;
-  padding: 1em;
-  margin: 1em auto;
-}
-
-div.centre {
-  text-align: center;
-}
-
-.bold {
-  font-weight: bold;
-}
-
 table {
   border: none;
 }
 
 table.centre {
   margin: auto;
-  text-align: center;
 }
 
 table.status, table.status tr, table.status td {
     padding: 0.2em 0.75em;
 }
 
-td {
-  padding: 0 0.5em;
-}
-
 th {
   padding: inherit;
   border-bottom: 1px solid gray;
@@ -70,9 +50,6 @@ input[type="button"], input[type="submit"] {
   border-radius: 3px;
   box-shadow: 1px 1px 1px #BBBBBB;
   transition: all 0.13s ease 0s;
-  padding: 0 0.5em;
-  min-width: 55px;
-  margin: 0.4em 0.1em;
 }
 
 input[type="button"]:active, input[type="submit"]:active {
@@ -98,6 +75,7 @@ input[type="text"], input[type="password"] {
 #header #title {
   font-family: "Open Sans", Arial;
   font-size: 30px;
+  margin-left: 50px;
 }
 
 #header #rightnav {
@@ -122,7 +100,7 @@ input[type="text"], input[type="password"] {
 
 #sidebar{
   float: right;
-  max-width: 26%;
+  min-width: 22%;
 }
 
 #sidebar .title {
@@ -146,12 +124,7 @@ input[type="text"], input[type="password"] {
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 0.5em;
-}
-
-#main .sub-title {
-  font-size: 18px;
-  font-weight: bold;
-  margin-bottom: 0.25em;
+  margin-left: 25%;
 }
 
 .graph {
@@ -182,4 +155,4 @@ input[type="text"], input[type="password"] {
   max-width: 100%;
   width: 100%;
   height: 6em;
-}
\ No newline at end of file
+}

UCC git Repository :: git.ucc.asn.au