X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fstyle.css;h=c9127fa0ddd99e19d92c6c5361c522d2d72e9220;hb=487b53576fb71be3d675605efa41e118e4993f32;hp=4d1e4406bbe5c6611d28c4d019705fa23b55a47d;hpb=0e413c6cb06a11dc7d1847981627710ffe774c15;p=patchwork diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 4d1e440..c9127fa 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -152,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; @@ -178,6 +184,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%; } @@ -268,6 +293,11 @@ span.p_mod { color: #0000ff; } } +.nacked-by { + color: #2d4566; + +} + .signed-off-by { color: #672d45; font-weight: bold;