X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=htdocs%2Fcss%2Fstyle.css;h=1813c2014e49d5f67427228740f0abff23e195b4;hp=a05e877eaff45922cfb9fffab5e68b1d4fcff56e;hb=6ce62d26739ebf0dd81ecff5284adf3fbe2aed23;hpb=750c03f854ace16cd013c189369aa0cf9d3bdd9d diff --git a/htdocs/css/style.css b/htdocs/css/style.css index a05e877..1813c20 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -15,7 +15,6 @@ body { #title { background: url('/images/title-background.png') top left repeat-x; background-color: #786fb4; - width: 100%; margin: 0px; padding-top: 0.1em; padding-bottom: 0.0em; @@ -37,8 +36,8 @@ body { #auth { border-left: thin solid white; padding-top: 0em; - padding-left: 2em; - padding-right: 5em; + padding-left: 1.5em; + padding-right: 1.5em; padding-top: 0.5em; padding-bottom: 0.5em; font-size: 90%; @@ -50,6 +49,8 @@ body { } #nav { + float: left + width: 100%; background: #e8e8e8; border-bottom: 0.2em solid #786fb4; font-size: 90%; @@ -60,6 +61,13 @@ body { text-decoration: underline; } +#navleft { + float: left; +} + +#navright { + float: right; +} #content { padding: 1em; @@ -144,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; @@ -166,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%; }