Changed behaviour of acts_as_paraniod. Finder wrapper removed an replaced by simple named_scope 'without_deleted'.
This commit is contained in:
parent
cd9636a650
commit
325d47b22f
18 changed files with 218 additions and 136 deletions
|
|
@ -52,6 +52,30 @@ input {
|
|||
abbr, acronym {
|
||||
cursor: help; }
|
||||
|
||||
input, textarea, select {
|
||||
border: 1px solid #D7D7D7;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 0.9em;
|
||||
padding: .2em; }
|
||||
|
||||
input:focus, textarea:focus, select:focus {
|
||||
border-color: #000; }
|
||||
|
||||
input[type="button"], input[type="submit"], input[type="reset"] {
|
||||
background: #EEEEEE none repeat scroll 0%;
|
||||
border: 1px outset #CCCCCC;
|
||||
color: #222222;
|
||||
padding: 0.1em 0.5em;
|
||||
font-size: 1em;
|
||||
font-weight: bold; }
|
||||
|
||||
select {
|
||||
max-width: 15em; }
|
||||
|
||||
option {
|
||||
border-top: 1px solid #D7D7D7;
|
||||
margin: .2em 0; }
|
||||
|
||||
#login {
|
||||
margin: auto;
|
||||
width: 27em;
|
||||
|
|
|
|||
|
|
@ -52,6 +52,30 @@ input {
|
|||
abbr, acronym {
|
||||
cursor: help; }
|
||||
|
||||
input, textarea, select {
|
||||
border: 1px solid #D7D7D7;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 0.9em;
|
||||
padding: .2em; }
|
||||
|
||||
input:focus, textarea:focus, select:focus {
|
||||
border-color: #000; }
|
||||
|
||||
input[type="button"], input[type="submit"], input[type="reset"] {
|
||||
background: #EEEEEE none repeat scroll 0%;
|
||||
border: 1px outset #CCCCCC;
|
||||
color: #222222;
|
||||
padding: 0.1em 0.5em;
|
||||
font-size: 1em;
|
||||
font-weight: bold; }
|
||||
|
||||
select {
|
||||
max-width: 15em; }
|
||||
|
||||
option {
|
||||
border-top: 1px solid #D7D7D7;
|
||||
margin: .2em 0; }
|
||||
|
||||
#login {
|
||||
margin: auto;
|
||||
width: 27em;
|
||||
|
|
|
|||
|
|
@ -61,6 +61,31 @@ input
|
|||
|
||||
abbr, acronym
|
||||
:cursor help
|
||||
|
||||
input, textarea, select
|
||||
border: 1px solid #D7D7D7
|
||||
font-family: verdana, arial, helvetica, sans-serif
|
||||
font-size: 0.9em
|
||||
padding: .2em
|
||||
|
||||
input:focus, textarea:focus, select:focus
|
||||
border-color: #000
|
||||
|
||||
input[type="button"], input[type="submit"], input[type="reset"]
|
||||
background: #EEEEEE none repeat scroll 0%
|
||||
border: 1px outset #CCCCCC
|
||||
color: #222222
|
||||
padding: 0.1em 0.5em
|
||||
font-size: 1em
|
||||
font-weight: bold
|
||||
|
||||
select
|
||||
max-width: 15em
|
||||
|
||||
option
|
||||
border-top: 1px solid #D7D7D7
|
||||
margin: .2em 0
|
||||
|
||||
|
||||
// ********************************* loginpage
|
||||
#login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue