| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * | 7 * |
| 8 * 1. Redistributions of source code must retain the above copyright | 8 * 1. Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * 2. Redistributions in binary form must reproduce the above copyright | 10 * 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1525 } | 1525 } |
| 1526 | 1526 |
| 1527 .database-sidebar-tree-item .icon { | 1527 .database-sidebar-tree-item .icon { |
| 1528 content: url(Images/database.png); | 1528 content: url(Images/database.png); |
| 1529 } | 1529 } |
| 1530 | 1530 |
| 1531 .database-table-sidebar-tree-item .icon { | 1531 .database-table-sidebar-tree-item .icon { |
| 1532 content: url(Images/databaseTable.png); | 1532 content: url(Images/databaseTable.png); |
| 1533 } | 1533 } |
| 1534 | 1534 |
| 1535 #database-views { | 1535 .domstorage-sidebar-tree-item .icon { |
| 1536 content: url(Images/domStorage.png); |
| 1537 } |
| 1538 |
| 1539 #storage-views { |
| 1536 position: absolute; | 1540 position: absolute; |
| 1537 top: 0; | 1541 top: 0; |
| 1538 right: 0; | 1542 right: 0; |
| 1539 left: 200px; | 1543 left: 200px; |
| 1540 bottom: 0; | 1544 bottom: 0; |
| 1541 } | 1545 } |
| 1542 | 1546 |
| 1543 .database-view { | 1547 .storage-view { |
| 1544 display: none; | 1548 display: none; |
| 1545 overflow: hidden; | 1549 overflow: hidden; |
| 1546 position: absolute; | 1550 position: absolute; |
| 1547 top: 0; | 1551 top: 0; |
| 1548 left: 0; | 1552 left: 0; |
| 1549 right: 0; | 1553 right: 0; |
| 1550 bottom: 0; | 1554 bottom: 0; |
| 1551 } | 1555 } |
| 1552 | 1556 |
| 1553 .database-view.visible { | 1557 .storage-view.visible { |
| 1554 display: block; | 1558 display: block; |
| 1555 } | 1559 } |
| 1556 | 1560 |
| 1557 .database-view.table { | 1561 .storage-view.table { |
| 1558 overflow: hidden; | 1562 overflow: hidden; |
| 1559 } | 1563 } |
| 1560 | 1564 |
| 1561 .database-view.table .data-grid { | 1565 .storage-view.table .data-grid { |
| 1562 border: none; | 1566 border: none; |
| 1563 height: 100%; | 1567 height: 100%; |
| 1564 } | 1568 } |
| 1565 | 1569 |
| 1566 .database-view.table .database-table-empty, .database-view.table .database-table
-error { | 1570 .storage-view.table .storage-table-empty, .storage-view.table .storage-table-err
or { |
| 1567 position: absolute; | 1571 position: absolute; |
| 1568 top: 0; | 1572 top: 0; |
| 1569 bottom: 25%; | 1573 bottom: 25%; |
| 1570 left: 0; | 1574 left: 0; |
| 1571 right: 0; | 1575 right: 0; |
| 1572 font-size: 24px; | 1576 font-size: 24px; |
| 1573 color: rgb(75%, 75%, 75%); | 1577 color: rgb(75%, 75%, 75%); |
| 1574 margin-top: auto; | 1578 margin-top: auto; |
| 1575 margin-bottom: auto; | 1579 margin-bottom: auto; |
| 1576 height: 50px; | 1580 height: 50px; |
| 1577 line-height: 26px; | 1581 line-height: 26px; |
| 1578 text-align: center; | 1582 text-align: center; |
| 1579 font-weight: bold; | 1583 font-weight: bold; |
| 1580 padding: 10px; | 1584 padding: 10px; |
| 1581 white-space: pre-wrap; | 1585 white-space: pre-wrap; |
| 1582 } | 1586 } |
| 1583 | 1587 |
| 1584 .database-view.table .database-table-error { | 1588 .storage-view.table .storage-table-error { |
| 1585 color: rgb(66%, 33%, 33%); | 1589 color: rgb(66%, 33%, 33%); |
| 1586 } | 1590 } |
| 1587 | 1591 |
| 1588 .data-grid { | 1592 .data-grid { |
| 1589 position: relative; | 1593 position: relative; |
| 1590 border: 1px solid #aaa; | 1594 border: 1px solid #aaa; |
| 1591 } | 1595 } |
| 1592 | 1596 |
| 1593 .data-grid .highlight { | 1597 .data-grid .highlight { |
| 1594 background-color: rgb(255, 230, 179); | 1598 background-color: rgb(255, 230, 179); |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1766 } | 1770 } |
| 1767 | 1771 |
| 1768 .data-grid:focus tr.expanded.selected td.disclosure::before { | 1772 .data-grid:focus tr.expanded.selected td.disclosure::before { |
| 1769 content: url(Images/treeDownTriangleWhite.png); | 1773 content: url(Images/treeDownTriangleWhite.png); |
| 1770 } | 1774 } |
| 1771 | 1775 |
| 1772 .data-grid tr:not(.parent) td.disclosure { | 1776 .data-grid tr:not(.parent) td.disclosure { |
| 1773 text-indent: 10px; | 1777 text-indent: 10px; |
| 1774 } | 1778 } |
| 1775 | 1779 |
| 1776 .database-view.query { | 1780 .storage-view.query { |
| 1777 font-size: 10px; | 1781 font-size: 10px; |
| 1778 font-family: Monaco, Lucida Console, monospace; | 1782 font-family: Monaco, Lucida Console, monospace; |
| 1779 padding: 2px 0; | 1783 padding: 2px 0; |
| 1780 overflow-y: overlay; | 1784 overflow-y: overlay; |
| 1781 overflow-x: hidden; | 1785 overflow-x: hidden; |
| 1782 -webkit-text-size-adjust: auto; | 1786 -webkit-text-size-adjust: auto; |
| 1783 } | 1787 } |
| 1784 | 1788 |
| 1785 .database-query-prompt { | 1789 .database-query-prompt { |
| 1786 position: relative; | 1790 position: relative; |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2491 } | 2495 } |
| 2492 | 2496 |
| 2493 .sidebar-tree-section + .children.small > .sidebar-tree-item { | 2497 .sidebar-tree-section + .children.small > .sidebar-tree-item { |
| 2494 padding-left: 17px !important; | 2498 padding-left: 17px !important; |
| 2495 } | 2499 } |
| 2496 | 2500 |
| 2497 .sidebar-tree > .children > .sidebar-tree-item { | 2501 .sidebar-tree > .children > .sidebar-tree-item { |
| 2498 padding-left: 37px; | 2502 padding-left: 37px; |
| 2499 } | 2503 } |
| 2500 | 2504 |
| 2505 .sidebar-tree > .children > .children > .sidebar-tree-item { |
| 2506 padding-left: 37px; |
| 2507 } |
| 2508 |
| 2501 .sidebar-tree.hide-disclosure-buttons > .children { | 2509 .sidebar-tree.hide-disclosure-buttons > .children { |
| 2502 display: none; | 2510 display: none; |
| 2503 } | 2511 } |
| 2504 | 2512 |
| 2505 .sidebar-tree > .children.hide-disclosure-buttons > .children { | 2513 .sidebar-tree > .children.hide-disclosure-buttons > .children { |
| 2506 display: none; | 2514 display: none; |
| 2507 } | 2515 } |
| 2508 | 2516 |
| 2509 .sidebar-tree.some-expandable:not(.hide-disclosure-buttons) > .sidebar-tree-item
:not(.parent) .icon { | 2517 .sidebar-tree.some-expandable:not(.hide-disclosure-buttons) > .sidebar-tree-item
:not(.parent) .icon { |
| 2510 margin-left: 16px; | 2518 margin-left: 16px; |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2987 background-position: 32px 0; | 2995 background-position: 32px 0; |
| 2988 } | 2996 } |
| 2989 | 2997 |
| 2990 .reset-profile-status-bar-item { | 2998 .reset-profile-status-bar-item { |
| 2991 background-image: url(Images/reloadButtons.png) !important; | 2999 background-image: url(Images/reloadButtons.png) !important; |
| 2992 } | 3000 } |
| 2993 | 3001 |
| 2994 .reset-profile-status-bar-item:active { | 3002 .reset-profile-status-bar-item:active { |
| 2995 background-position: 32px 0; | 3003 background-position: 32px 0; |
| 2996 } | 3004 } |
| OLD | NEW |