From: Date: Thu, 17 Jul 2008 21:46:20 +0000 (-0400) Subject: Scrollbar if someone creates too many electons to fit within defualt given room for... X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/f5d7ead8bbeec349c55e55a9c5927a7667ee207f Scrollbar if someone creates too many electons to fit within defualt given room for control panel. Doesn't look too good yet. --- f5d7ead8bbeec349c55e55a9c5927a7667ee207f diff --cc app/controllers/election_controller.rb index 68d59cc,7f87b2e..be2fb3d --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@@ -98,8 -98,8 +97,10 @@@ class ElectionController < ApplicationC end end -- #Takes care of uploading custom images -- unnecessarily long, how can I compress? ++ #Takes care of uploading custom images ++ #unnecessarily long, how can I compress? def add_theme(prefix) ++ holder = create_theme_hash unless params[:top_bar][:uploaded_data].to_s.empty? previous = SkinPicture.find(:first, :conditions => ["filename = ?", @election.embed_custom_string + "top_bar.png"])