Ticket #1921: css.diff

File css.diff, 1.0 kB (added by cd34, 2 years ago)

modified style.css diff to handle flash messages as it appears the original web designer intended

  • public/css/style.css

    old new  
    5353  float: right; 
    5454  width: 200px; 
    5555  font-size: 88%; 
    56   background-color:#fffe1; 
     56  background-color:#ffffe1; 
    5757  background-repeat:repeat-x; 
    5858} 
    5959 
     
    186186  background: #eee; 
    187187} 
    188188 
    189 #status_block
     189.flash
    190190  margin: 0 auto 0.5em auto; 
    191191  padding: 5px 15px 15px 55px; 
    192   background: #eef URL('../images/ok.png') left center no-repeat; 
    193   border: 1px solid #cce; 
    194192  width: 680px; 
    195193  font-size: 120%; 
    196194  font-weight: bolder; 
    197195} 
    198196 
     197#status_ok { 
     198  background: #eef URL('../images/ok.png') left center no-repeat; 
     199  border: 1px solid #cce; 
     200} 
     201 
     202#status_warning { 
     203  background: #f99 URL('../images/error.png') left center no-repeat; 
     204  border: 1px solid #f33; 
     205} 
     206 
     207#status_alert { 
     208  background: #ff9 URL('../images/info.png') left center no-repeat; 
     209  border: 1px solid #ff0; 
     210} 
     211 
    199212.notice { 
    200213  margin: 0.5em auto 0.5em auto; 
    201214  padding: 15px 10px 15px 55px;