Changeset 324:ce27b36fcda8

Show
Ignore:
Timestamp:
09/09/09 12:11:24 (4 years ago)
Author:
tgambet
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@325
Message:

updated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WebContent/style/base_ucn.css

    r294 r324  
    371371} 
    372372 
    373  
    374373/* Result page */ 
    375374#observations { 
     
    387386        color:white 
    388387} 
     388#observations div.observer h2 a { 
     389        font-size: 0.9em; 
     390        color:white; 
     391} 
     392#observations div.observer h2 a:hover { 
     393        color:white; 
     394} 
    389395#observations div.observer h2 span.name { 
    390396        font-style: italic; 
     
    423429        border-bottom:1px solid #CCCCCC; 
    424430} 
    425 #observations h4 span { 
    426         font-weight: bold; 
    427 } 
    428 #observations h4 { 
     431#observations td.uri { 
    429432        background-color:#EEEEEE; 
    430433        padding:0.4em; 
    431         border:1px solid #CCCCCC; 
    432         border-top-width:0; 
    433         border-left-width:0; 
     434} 
     435#observations td.uri span { 
     436        font-weight: bold; 
    434437} 
    435438#observations table { 
     
    445448        padding:3px 6px; 
    446449} 
    447 #observations td.linenumber { 
     450#observations td.linenumber, #observations td.colnumber { 
    448451        background-color:#E1E1E1; 
    449452        text-align:right; 
    450         width:3.5em; 
    451         font-size:0.9em; 
     453        width:1.7em; 
     454        font-size:0.8em; 
     455        border-right: 1px solid #CCCCCC; 
    452456} 
    453457#observations td.codeContext { 
    454458        background-color:#F1F1F1; 
    455         width:15%; 
    456         font-size:0.8em; 
    457 } 
    458 #observations div.info-section td.codeContext { 
    459         width:auto; 
     459        font-size:0.8em; 
    460460} 
    461461#observations code { 
     
    472472        border-left:6px solid #FFB1A7 !important; 
    473473} 
    474  
    475474 
    476475/* Specific result styles */