Changeset 98 for trunk/src/web-app
- Timestamp:
- Apr 4, 2009, 6:41:25 PM (16 years ago)
- Location:
- trunk/src/web-app
- Files:
-
- 11 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/web-app/css/main.css
r84 r98 18 18 background: #fff; 19 19 color: #333; 20 font: 1 1px verdana, arial, helvetica, sans-serif;20 font: 14px verdana, arial, helvetica, sans-serif; 21 21 background: transparent url("../images/brushed_metal.png") repeat fixed center; 22 22 } … … 60 60 color: #006dba; 61 61 font-weight: normal; 62 font-size: 1 6px;62 font-size: 17px; 63 63 margin: 0 0 .3em 0; 64 64 } … … 71 71 background-color: #fcfcfc; 72 72 border: 1px solid #ccc; 73 font: 1 1px verdana, arial, helvetica, sans-serif;73 font: 14px verdana, arial, helvetica, sans-serif; 74 74 margin: 2px 0; 75 75 padding: 2px 4px; … … 79 79 } 80 80 textarea { 81 width: 250px;81 width: 450px; 82 82 height: 150px; 83 83 vertical-align: top; … … 102 102 103 103 .appcontrolButton { 104 font-size: 1 0px;104 font-size: 14px; 105 105 padding: 5px 5px; 106 106 } … … 127 127 128 128 .menuButton { 129 font-size: 1 0px;129 font-size: 14px; 130 130 padding: 0 5px; 131 131 } … … 183 183 border: 1px solid red; 184 184 } 185 td.errors textarea { 186 border: 1px solid red; 187 } 188 189 input.duration { 190 width:40px; 191 } 192 input.duration.errors { 193 border: 1px solid red; 194 } 185 195 186 196 /* TABLES */ … … 194 204 } 195 205 td, th { 196 font: 1 1px verdana, arial, helvetica, sans-serif;197 line-height: 1 2px;206 font: 14px verdana, arial, helvetica, sans-serif; 207 line-height: 17px; 198 208 padding: 5px 6px; 199 209 text-align: left; … … 203 213 background: #fff url(../images/skin/shadow.jpg); 204 214 color: #666; 205 font-size: 1 1px;215 font-size: 14px; 206 216 font-weight: bold; 207 217 line-height: 17px; … … 211 221 color: #333; 212 222 display: block; 213 font-size: 1 0px;223 font-size: 14px; 214 224 text-decoration: none; 215 225 width: 100%; … … 252 262 border-top: 0; 253 263 color: #666; 254 font-size: 1 0px;264 font-size: 14px; 255 265 overflow: hidden; 256 266 padding: 10px 3px; … … 293 303 border: 1px solid #ccc; 294 304 color: #666; 295 font-size: 1 0px;305 font-size: 14px; 296 306 margin-top: -1px; 297 307 margin-bottom: 5px; … … 305 315 color: #333; 306 316 cursor: pointer; 307 font-size: 1 0px;317 font-size: 14px; 308 318 font-weight: bold; 309 319 margin-left: 3px;
Note: See TracChangeset
for help on using the changeset viewer.