Changeset 425
- Timestamp:
- Dec 4, 2009, 1:16:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/main.css
r424 r425 355 355 } 356 356 357 form.addnew { 358 margin:-15px 0 0 450px; 359 width:250px; 360 } 361 357 #content.admin form.addnew { 358 float: right; 359 margin: 20px 0; 360 width: 250px; 361 } 362 #content.admin form#addplug { 363 float:right; 364 margin:20px -10px; 365 } 362 366 table.listing { 363 367 margin: 0 auto; … … 384 388 } 385 389 .admin p.help { 386 color:orangered; 387 font-size:90%; 388 margin:0; 389 width: 300px; 390 clear: right; 391 color: orangered; 392 float: left; 393 font-size: 90%; 394 margin: 0; 395 padding: 0; 396 width: 350px; 390 397 } 391 398 .admin table#millist, .admin table#verlist, .admin table#complist, .admin table#permlist, .admin table#enumlist { … … 394 401 top:79px; 395 402 } 396 .plugin { 397 background: url(/static/presentation.png) no-repeat center bottom; 398 min-height: 210px; 403 #content.admin .plugin { 404 background:black url(/static/presentation.png) no-repeat scroll center bottom; 405 margin:40px 0; 406 max-height:140px; 407 min-height:100px; 408 overflow:hidden; 399 409 } 400 410 .buttons {
Note: See TracChangeset
for help on using the changeset viewer.