X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/607f3a343ea400e558cc47a7c6dc508f9bafcfd2..8dc61228b74613a5e585ef0a8cf7b4352e208717:/public/stylesheets/hc.css diff --git a/public/stylesheets/hc.css b/public/stylesheets/hc.css index 0a9f362..4056f8e 100644 --- a/public/stylesheets/hc.css +++ b/public/stylesheets/hc.css @@ -89,7 +89,17 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } margin-top: 10px; margin-left: 50px; padding: 5px 5px 5px 15px; - width: 85%; } + width: 400px; } + +#status { + width: 400px; + border: 1px solid #0000FF; + border-width: 1px; + padding: 7px; + padding-bottom: 12px; + margin-bottom: 20px; + background-color: #f0f0f0; +} #footer { text-align: center; font-size: 12px; @@ -137,3 +147,16 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } margin: 30px; } +li.moveable { + background-color: #EEDCE1; + border:1px solid #BD7589; + cursor: move; + padding: 4px; + margin: 4px; +} + +#sortable_list { + font-size: 24pt; + display: float; + float: left; +}