]> git.ozlabs.org Git - patchwork/blobdiff - htdocs/css/style.css
login: Focus the username field on load
[patchwork] / htdocs / css / style.css
index 4d1e4406bbe5c6611d28c4d019705fa23b55a47d..e5bbc755cf9659e7d161ad85fde87a5f64c815b7 100644 (file)
@@ -3,6 +3,7 @@ body {
        color: black;
        margin: 0em;
        font-size: 9pt;
+       font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", sans-serif;
 }
 
 .floaty {
@@ -13,7 +14,7 @@ body {
 
 
 #title {
-       background: url('/images/title-background.png') top left repeat-x;
+       background: url('/static/images/title-background.png') top left repeat-x;
        background-color: #786fb4;
        margin: 0px;
        padding-top: 0.1em;
@@ -27,12 +28,6 @@ body {
        margin-bottom: 0;
 }
 
-.beta {
-       font-size: 60%;
-       vertical-align: sub;
-       line-height: 2em;
-}
-
 #auth {
        border-left: thin solid white;
        padding-top: 0em;
@@ -152,7 +147,13 @@ table.patchlist td.patchlistfilters {
        border-top: thin solid gray;
        border-bottom: thin solid black;
        font-size: smaller;
-
+}
+table.patchlist td.patchlistreorder {
+       background: #c0c0ff;
+       border-top: thin solid gray;
+       border-bottom: thin solid black;
+       font-size: smaller;
+       text-align: right;
 }
 table.patchlist tr.odd {
        background: #ffffff;
@@ -178,6 +179,25 @@ div.patchforms {
        margin-top: 2em;
 }
 
+/* list order manipulation */
+
+table.patchlist tr.draghover {
+       background: #e8e8e8 !important;
+}
+
+.dragging {
+       border: thin solid black;
+       background: #e8e8e8 !important;
+}
+
+input#reorder-cancel {
+       display: none;
+       color: #505050;
+}
+
+input#reorder-change {
+}
+
 /* list pagination */
 .paginator { padding-bottom: 1em; padding-top: 1em; font-size: 80%; }
 
@@ -227,6 +247,28 @@ div.patchforms {
        border:1px solid #234f32;
 }
 
+/* project list view */
+.project-set {
+}
+
+.project-set .project {
+       display: inline-block;
+       vertical-align: top;
+       background: #fcfcfc;
+       border: thin solid #f0f0f0;
+       box-shadow: 5px 5px 5px #c0c0c0;
+       margin: 2em 0.2em;
+       padding: 1em;
+       width: 20em;
+       min-height: 5em;
+}
+
+.project h2.project-title {
+       font-weight: bold;
+       font-size: 110%;
+       margin: 0.2em 0;
+}
+
 /* patch view */
 table.patchmeta th {
        text-align: left;
@@ -252,6 +294,10 @@ table.patchmeta tr th, table.patchmeta tr td {
        padding: 1em;
 }
 
+.patch-pull-url {
+       font-family: "DejaVu Sans Mono", fixed;
+}
+
 .quote {
        color: #007f00;
 }
@@ -268,6 +314,11 @@ span.p_mod { color: #0000ff; }
 
 }
 
+.nacked-by {
+       color: #2d4566;
+
+}
+
 .signed-off-by {
        color: #672d45;
        font-weight: bold;
@@ -364,7 +415,7 @@ table.form tr td.submitrow {
        text-align: center;
 }
 
-table.registerform {
+table.registerform, table.passwordform {
        margin-left: auto;
        margin-right: auto;
 }
@@ -381,6 +432,9 @@ table.loginform {
        padding-left: 0.2em;
        margin: 0em;
 }
+.error {
+       color: red;
+}
 
 /* generic table with header columns on the left */
 table.horizontal {