Ignore:
Timestamp:
Nov 18, 2014, 11:39:22 AM (9 years ago)
Author:
Nicklas Nordborg
Message:

References #1890: Improve skinnability of BASE

Updated table listings with some new css classes to make it easier to modify background color.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/experiments/bioassays/list_bioassays.jsp

    r6541 r6604  
    328328      }
    329329      %>
    330       <div class="panelgroup bottomborder">
     330      <div class="panelgroup bg-filled-50 bottomborder">
    331331        <tbl:toolbar
    332332          subclass="bottomborder"
     
    431431          {
    432432            %>
    433             <tbl:panel clazz="messagepanel">
     433            <tbl:panel subclass="bg-filled-50">
    434434              <div class="messagecontainer error"><%=cc.getMessage()%></div>
    435435            </tbl:panel>
     
    577577          {
    578578            %>
    579             <tbl:panel clazz="messagepanel">
     579            <tbl:panel subclass="bg-filled-50">
    580580              <div class="messagecontainer note">
    581581              <%=bioAssays == null || bioAssays.getTotalCount() == 0 ? "No bioassays were found" : "No bioassays on this page. Please select another page!" %>
Note: See TracChangeset for help on using the changeset viewer.