Changeset 732 for trunk/app/webroot
- Timestamp:
- 08/21/08 18:11:48 (3 months ago)
- Location:
- trunk/app/webroot/css
- Files:
-
- 2 modified
-
basic/styles.css (modified) (1 diff)
-
rubyx/rubyx.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/webroot/css/basic/styles.css
r720 r732 112 112 margin:4px; 113 113 } 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 271 271 } 272 272 273 /* Used in tests */ 273 274 .hint{font-size:7pt; padding:3px;margin:2px;border:1px dotted gray;} 274 275
