X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fstyle.css;h=e5bbc755cf9659e7d161ad85fde87a5f64c815b7;hb=d4a2c1f8792f52fec0c881ab38c91635840a50c0;hp=75e300001b8937f71bbc9e5d6932dba86de378fa;hpb=ddb04aaac7d9875f1dfd7970944dab6aa6557099;p=patchwork diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 75e3000..e5bbc75 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -14,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; @@ -247,6 +247,28 @@ input#reorder-change { 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; @@ -393,7 +415,7 @@ table.form tr td.submitrow { text-align: center; } -table.registerform { +table.registerform, table.passwordform { margin-left: auto; margin-right: auto; } @@ -410,6 +432,9 @@ table.loginform { padding-left: 0.2em; margin: 0em; } +.error { + color: red; +} /* generic table with header columns on the left */ table.horizontal {