X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c8404eeb9ad60aa18526c56feff2d26ea161028b..5901217a8893619fbdb02d540c08390f92eae368:/public/stylesheets/voter.css diff --git a/public/stylesheets/voter.css b/public/stylesheets/voter.css index ec14c84..5a38cae 100644 --- a/public/stylesheets/voter.css +++ b/public/stylesheets/voter.css @@ -2,11 +2,25 @@ a { color: #005cd9; } -#page-title .header { +#title-header .header { background-color: #005cd9; } -#page-title .subheader { +#title-header .subheader { color: #005cd9; background-color: #e5e5e5; } + +#sortable_list { + display: float; + float: left; +} + +li.moveable { + background-color: #c0d9fb; + border:1px solid #005cd9; + cursor: move; + padding: 4px; + margin: 4px; +} +