Changeset 11246 for branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Content
- Timestamp:
- 07/30/14 16:41:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Content/Site.css
r11222 r11246 94 94 .errorTask { 95 95 margin-left: 2%; 96 } 97 98 a.errorTask { 96 vertical-align: top; 97 } 98 99 a.errorTask, .shortVerison { 99 100 cursor: pointer; 101 } 102 103 .shortVerison { 104 text-decoration: underline; 100 105 } 101 106 … … 294 299 295 300 /* Multi-page Task Styles */ 301 .pageContainer { 302 width: 100%; 303 padding-left: 2%; 304 } 305 296 306 .pageTitle, .page { 297 307 margin-right: 1%; … … 300 310 } 301 311 302 .pageTitle {303 margin-left: 2%;304 }305 306 312 .page { 307 313 text-decoration: underline; 308 314 cursor: pointer; 315 display: inline-block; 309 316 } 310 317 … … 516 523 background-color: rgba(247,146,29,0.42); 517 524 } 525 526 .noXTicks .jqplot-xaxis { 527 display: none; 528 } 529 530 .currentStats table { 531 width: 66%; 532 margin: 2% 0% 0% 17%; 533 -webkit-border-radius: 5px; 534 -moz-border-radius: 5px; 535 border-radius: 5px; 536 border: 1px solid #8297F5; 537 } 538 539 .currentStats td:first-of-type, .currentStats td:nth-of-type(3) { 540 width: 35%; 541 padding-top: 1%; 542 padding-left: 1%; 543 } 544 545 .currentStats td:nth-of-type(2), .currentStats td:nth-of-type(4) { 546 width: 15%; 547 } 548 549 .currentStats tr:last-of-type td { 550 padding-bottom: 1%; 551 } 552 553 .currentStats tr td:nth-of-type(2) { 554 border-right: 1px solid #8297F5; 555 } 556 518 557 /* User Page Styles*/ 519 558 #TasksContainer div[id^="Task"] {
Note: See TracChangeset
for help on using the changeset viewer.