X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=htdocs%2Fcss%2Fstyle.css;h=87e0cd5d7f6f86ab795e72a447022d4ea36a3c0a;hp=9d03418a8d678c43e5e5611f8af400efc63a4e7e;hb=b6f1c6d1e2fe24808501b9e9b2f8ac948782c814;hpb=60abdf19a2d9c26b567c39cfbacc500ba6da22c7 diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 9d03418..87e0cd5 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -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; @@ -272,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; } @@ -389,7 +415,7 @@ table.form tr td.submitrow { text-align: center; } -table.registerform { +table.registerform, table.passwordform { margin-left: auto; margin-right: auto; } @@ -406,6 +432,9 @@ table.loginform { padding-left: 0.2em; margin: 0em; } +.error { + color: red; +} /* generic table with header columns on the left */ table.horizontal {