X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fstyle.css;h=c9127fa0ddd99e19d92c6c5361c522d2d72e9220;hb=487b53576fb71be3d675605efa41e118e4993f32;hp=943e39dad20cd54f971036bc4491738be36877e7;hpb=8b561c3a68dfc44a369e6e5cb4f1c3c4cd4e67a3;p=patchwork diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 943e39d..c9127fa 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -49,6 +49,8 @@ body { } #nav { + float: left + width: 100%; background: #e8e8e8; border-bottom: 0.2em solid #786fb4; font-size: 90%; @@ -59,6 +61,13 @@ body { text-decoration: underline; } +#navleft { + float: left; +} + +#navright { + float: right; +} #content { padding: 1em; @@ -143,7 +152,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; @@ -165,6 +180,29 @@ a.colinactive:hover { div.filters { } +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%; } @@ -255,6 +293,11 @@ span.p_mod { color: #0000ff; } } +.nacked-by { + color: #2d4566; + +} + .signed-off-by { color: #672d45; font-weight: bold;