Ignore:
Timestamp:
Aug 21, 2010, 10:51:00 PM (14 years ago)
Author:
Eric
Message:

Merge from Trunk to Branch 2.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.15/admin/template/uam.css

    r6776 r6787  
    1 label.cluetip
    2 {
    3   font-weight:bold;
    4 }
    5 
    6 legend.cluetip
    7 {
    8   font-weight:bold;
    9 }
    10 
     1/* UAM instructions */
    112#uam_leftmargin
    123{
     
    189  text-align:center;
    1910  text-decoration: underline;
     11  font-weight:bold;
     12}
     13
     14textarea.uam_textfields
     15{
     16  width: 70%;
     17}
     18
     19/* jQuery cluetip instructions */
     20label.cluetip
     21{
     22  font-weight:bold;
     23}
     24
     25legend.cluetip
     26{
    2027  font-weight:bold;
    2128}
     
    6168}
    6269
     70/* jQuery tablesorter instructions */
    6371tr.throw
    6472{
Note: See TracChangeset for help on using the changeset viewer.