##// END OF EJS Templates
changelog: update styling - don't restrict styling to graph when it is all for all changelog views...
Mads Kiilerich -
r6771:4f344714 default
parent child Browse files
Show More
@@ -1416,54 +1416,41 b' BIN_FILENODE = 6'
1416 1416 position: relative;
1417 1417 }
1418 1418
1419 #graph .container_header {
1420 padding: 10px;
1421 height: 25px;
1422 }
1423
1424 #graph_content #rev_range_container {
1425 float: left;
1426 margin: 0px 0px 0px 3px;
1427 }
1428
1429 #graph_content #rev_range_clear {
1430 float: left;
1431 margin: 0px 0px 0px 3px;
1432 }
1433
1434 #graph_content #changesets {
1419 table#changesets {
1435 1420 border-collapse: collapse;
1436 1421 border: none;
1437 1422 border-color: #cdcdcd;
1438 1423 }
1439 1424
1440 tr.mergerow,
1441 tr.out-of-range {
1425 table#updaterevs-table tr.mergerow,
1426 table#updaterevs-table tr.out-of-range,
1427 table#changesets tr.mergerow,
1428 table#changesets tr.out-of-range {
1442 1429 opacity: 0.6;
1443 1430 }
1444 1431
1445 #graph_content #changesets td {
1432 table#changesets tr > td {
1446 1433 height: 31px;
1447 1434 border-color: #cdcdcd;
1448 1435 text-align: left;
1449 1436 }
1450 1437
1451 #graph_content tr .checkbox-column {
1438 table#changesets tr > td.checkbox-column {
1452 1439 width: 14px;
1453 1440 font-size: 0.85em;
1454 1441 }
1455 1442
1456 #graph_content tr .status {
1443 table#changesets tr > td.status {
1457 1444 width: 14px;
1458 1445 font-size: 0.85em;
1459 1446 }
1460 1447
1461 #graph_content tr .hash {
1448 table#changesets tr > td.hash {
1462 1449 width: 100px;
1463 1450 font-size: 0.85em;
1464 1451 }
1465 1452
1466 #graph_content tr .date {
1453 table#changesets tr > td.date {
1467 1454 width: auto !important;
1468 1455 color: #666;
1469 1456 font-size: 10px;
@@ -1471,44 +1458,37 b' tr.out-of-range {'
1471 1458 }
1472 1459
1473 1460 #graph_content_pr .compare_view_commits .expand_commit,
1474 #graph_content tr .expand_commit {
1461 table#changesets tr > td.expand_commit {
1475 1462 width: 24px;
1476 1463 cursor: pointer;
1477 1464 color: #999;
1478 1465 }
1479 1466
1480 #graph_content tr .right {
1481 width: 120px;
1482 padding-right: 0px;
1483 overflow: visible;
1484 position: relative;
1485 }
1486
1487 #graph_content tr .mid {
1467 table#changesets tr > td.mid {
1488 1468 width: 100%;
1489 1469 padding: 0;
1490 1470 }
1491 1471
1492 #graph_content .log-container {
1472 table#changesets .log-container {
1493 1473 position: relative;
1494 1474 margin-top: 8px;
1495 1475 }
1496 1476
1497 #graph_content tr #singlerange,
1498 #graph_content tr .changeset_range {
1477 table#changesets tr #singlerange,
1478 table#changesets tr .changeset_range {
1499 1479 float: left;
1500 1480 margin: 2px 0;
1501 1481 }
1502 1482
1503 #graph_content tr .author img {
1483 table#changesets tr > td.author img {
1504 1484 vertical-align: middle;
1505 1485 }
1506 1486
1507 #graph_content tr .author .user {
1487 table#changesets tr > td.author .user {
1508 1488 color: #444444;
1509 1489 }
1510 1490
1511 #graph_content tr td.mid .message,
1491 table#changesets tr > td.mid .message,
1512 1492 #graph_content_pr .compare_view_commits .message {
1513 1493 white-space: nowrap;
1514 1494 padding: 0;
@@ -1519,13 +1499,13 b' tr.out-of-range {'
1519 1499 padding: 0 !important;
1520 1500 }
1521 1501
1522 #graph_content tr td.mid .message.expanded,
1502 table#changesets tr > td.mid .message.expanded,
1523 1503 #graph_content_pr .compare_view_commits .message.expanded {
1524 1504 height: auto;
1525 1505 overflow: initial;
1526 1506 }
1527 1507
1528 #graph_content tr .extra-container {
1508 table#changesets tr .extra-container {
1529 1509 display: block;
1530 1510 position: absolute;
1531 1511 top: -15px;
@@ -1537,9 +1517,9 b' tr.out-of-range {'
1537 1517
1538 1518 #pull_request_overview .comments-container,
1539 1519 #changeset_compare_view_content .comments-container,
1540 #graph_content .comments-container,
1520 table#changesets .comments-container,
1541 1521 #shortlog_data .comments-container,
1542 #graph_content .logtags {
1522 table#changesets .logtags {
1543 1523 display: block;
1544 1524 float: left;
1545 1525 overflow: hidden;
@@ -1548,12 +1528,12 b' tr.out-of-range {'
1548 1528 white-space: nowrap;
1549 1529 }
1550 1530
1551 #graph_content .comments-container {
1531 table#changesets .comments-container {
1552 1532 margin: 0.8em 0;
1553 1533 margin-right: 0.5em;
1554 1534 }
1555 1535
1556 #graph_content .tagcontainer {
1536 table#changesets .tagcontainer {
1557 1537 width: 80px;
1558 1538 position: relative;
1559 1539 float: right;
@@ -1562,7 +1542,7 b' tr.out-of-range {'
1562 1542 margin-left: 0.5em;
1563 1543 }
1564 1544
1565 #graph_content .logtags {
1545 table#changesets .logtags {
1566 1546 min-width: 80px;
1567 1547 height: 1.1em;
1568 1548 position: absolute;
@@ -1571,11 +1551,11 b' tr.out-of-range {'
1571 1551 top: 0px;
1572 1552 }
1573 1553
1574 #graph_content .logtags.tags {
1554 table#changesets .logtags.tags {
1575 1555 top: 14px;
1576 1556 }
1577 1557
1578 #graph_content .logtags:hover {
1558 table#changesets .logtags:hover {
1579 1559 overflow: visible;
1580 1560 position: absolute;
1581 1561 width: auto;
@@ -1583,8 +1563,8 b' tr.out-of-range {'
1583 1563 left: initial;
1584 1564 }
1585 1565
1586 #graph_content .logtags .booktag,
1587 #graph_content .logtags .tagtag {
1566 table#changesets .logtags .booktag,
1567 table#changesets .logtags .tagtag {
1588 1568 float: left;
1589 1569 line-height: 1em;
1590 1570 margin-bottom: 1px;
@@ -1593,7 +1573,7 b' tr.out-of-range {'
1593 1573 font-size: 10px;
1594 1574 }
1595 1575
1596 #graph_content tr .mid .message a:hover {
1576 table#changesets tr > td.mid .message a:hover {
1597 1577 text-decoration: none;
1598 1578 }
1599 1579
@@ -1642,16 +1622,6 b' div.panel-body #files_data .revision-lin'
1642 1622 color: #ffc71e;
1643 1623 }
1644 1624
1645 #graph_content .comments-cnt {
1646 color: rgb(136, 136, 136);
1647 padding: 5px 0;
1648 }
1649
1650 #shortlog_data .comments-cnt {
1651 color: rgb(136, 136, 136);
1652 padding: 3px 0;
1653 }
1654
1655 1625 .pull-right .changes {
1656 1626 clear: both;
1657 1627 }
@@ -1728,14 +1698,14 b' div.panel-body #files_data .revision-lin'
1728 1698 line-height: 1.5em;
1729 1699 }
1730 1700
1731 #graph_content .phasetag,
1732 #graph_content .bumpedtag,
1733 #graph_content .divergenttag,
1734 #graph_content .extincttag,
1735 #graph_content .unstabletag,
1736 #graph_content .branchtag,
1737 #graph_content .tagtag,
1738 #graph_content .booktag {
1701 table#changesets .phasetag,
1702 table#changesets .bumpedtag,
1703 table#changesets .divergenttag,
1704 table#changesets .extincttag,
1705 table#changesets .unstabletag,
1706 table#changesets .branchtag,
1707 table#changesets .tagtag,
1708 table#changesets .booktag {
1739 1709 margin: 1.1em 0;
1740 1710 margin-right: 0.5em;
1741 1711 }
@@ -2393,11 +2363,6 b' div.form div.buttons {'
2393 2363 max-width: 320px;
2394 2364 }
2395 2365
2396 #changeset_content .changeset_content_header .wrapper,
2397 #graph_content tr .wrapper {
2398 width: 600px;
2399 }
2400
2401 2366 #changeset_content .changeset_content_header .date,
2402 2367 .ac .match {
2403 2368 font-weight: 700;
@@ -36,7 +36,7 b''
36 36 ${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=repo_name,revision=cs.raw_id), class_='changeset_hash')}
37 37 </td>
38 38 <td class="date">
39 <div class="date" data-toggle="tooltip" title="${h.fmt_date(cs.date)}">${h.age(cs.date,True)}</div>
39 <div data-toggle="tooltip" title="${h.fmt_date(cs.date)}">${h.age(cs.date,True)}</div>
40 40 </td>
41 41 <% message_lines = cs.message.splitlines() %>
42 42 %if len(message_lines) > 1:
General Comments 0
You need to be logged in to leave comments. Login now