Changeset 732 for trunk/app/webroot

Show
Ignore:
Timestamp:
08/21/08 18:11:48 (3 months ago)
Author:
aarkerio
Message:

Little bugs fixed

Location:
trunk/app/webroot/css
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/webroot/css/basic/styles.css

    r720 r732  
    112112   margin:4px; 
    113113} 
     114 
     115/* Message by flash CakePHP stuff */ 
     116.message 
     117{ 
     118    position:absolute; 
     119    top:20px; 
     120    left:800px; 
     121    width:200px; 
     122    font-size:7pt; 
     123    font-weight:bold; 
     124    color:white; 
     125    border: solid 1px orange; 
     126    padding:2px; 
     127    background-color:#66cc00; 
     128    text-align:center; 
     129} 
     130/* Hint text on Tests */ 
     131.hint{font-size:7pt; padding:3px;margin:2px;border:1px dotted gray;} 
  • trunk/app/webroot/css/rubyx/rubyx.css

    r721 r732  
    271271} 
    272272 
     273/* Used in tests */ 
    273274.hint{font-size:7pt; padding:3px;margin:2px;border:1px dotted gray;} 
    274275