X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c8404eeb9ad60aa18526c56feff2d26ea161028b..5901217a8893619fbdb02d540c08390f92eae368:/public/stylesheets/quickvote.css diff --git a/public/stylesheets/quickvote.css b/public/stylesheets/quickvote.css index d400dcf..5b7c8b4 100644 --- a/public/stylesheets/quickvote.css +++ b/public/stylesheets/quickvote.css @@ -2,11 +2,25 @@ a { color: #569a00; } -#page-title .header { +#title-header .header { background-color: #74ce00; } -#page-title .subheader { +#title-header .subheader { color: #74ce00; - background-color: #e5e5e5; } + +#sortable_list { + font-size: 24pt; + display: float; + float: left; +} + +li.moveable { + background-color: #E5FFCC; + border:1px solid #4D801A; + cursor: move; + padding: 4px; + margin: 4px; +} +