Ignore:
Timestamp:
May 26, 2014, 1:41:33 PM (9 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #598: Pooling wizard can't show flag and warning at the same time

Switched the order in CSS so that the flag now overrides the warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/branches/2.15-stable/resources/libprep/create_pools.jsp

    r2450 r2461  
    10181018  color: #999999 !important;
    10191019}
     1020
     1021.well.low-volume, .well.high-adapter
     1022{
     1023  background-image: url('../images/warning.png');
     1024  background-position: 98% 5%;
     1025  background-repeat: no-repeat;
     1026}
     1027
    10201028.well.flagged
    10211029{
     
    10251033}
    10261034
    1027 .well.low-volume, .well.high-adapter
    1028 {
    1029   background-image: url('../images/warning.png') !important;
    1030   background-position: 98% 5%;
    1031   background-repeat: no-repeat;
    1032 }
     1035
    10331036</style>
    10341037</base:head>
Note: See TracChangeset for help on using the changeset viewer.