Sha256: fe2ed73ff4c18b04092337671bf42d357a57e1ac950f8862868587a18b5609c3
Contents?: true
Size: 823 Bytes
Versions: 32
Compression:
Stored size: 823 Bytes
Contents
// Copyright (c) 2008-2013 Michael Dvorkin and contributors. // // Fat Free CRM is freely distributable under the terms of MIT license. // See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php //------------------------------------------------------------------------------ // Place all the styles related to the Lists controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ .lists { i.fa { font-size: 130% } a:hover { background:none; color:#0033cc } .list_icon { opacity: 0.5; } img.input_info { vertical-align: middle; } .list_save { text-align: right; margin: 10px 0 0; } .list_form { margin: 10px 0 0; input[type=submit] { margin-top: 10px; vertical-align: baseline; } } }
Version data entries
32 entries across 32 versions & 2 rubygems