X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c49bd887561c4ee07feef7e6e8d25b6a3f15b5b7..5901217a8893619fbdb02d540c08390f92eae368:/public/stylesheets/voter.css diff --git a/public/stylesheets/voter.css b/public/stylesheets/voter.css index 8f5c734..5a38cae 100644 --- a/public/stylesheets/voter.css +++ b/public/stylesheets/voter.css @@ -2,10 +2,6 @@ a { color: #005cd9; } -#title-header { - background-color: #005cd9; -} - #title-header .header { background-color: #005cd9; } @@ -14,3 +10,17 @@ a { 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; +} +