X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c5d48f6ea92e43f07182d20ebe693692b4330437..f7e185abe92cf8a4590f32996c86d15b8309db86:/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; +} +