Changeset 525
- Timestamp:
- 08/08/07 00:44:07 (1 year ago)
- Files:
-
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/css/accounts.css (modified) (5 diffs)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/css/site_tree.css (modified) (2 diffs)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/css/tree.css (modified) (6 diffs)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/images/page_add.png (added)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/images/page_copy.png (added)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/images/page_delete.png (added)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/images/page_edit.png (added)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/images/tree-closed.png (added)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/images/tree-open.png (added)
- pagoda/trunk/Pagoda/pagoda/widgets/admin/static/javascript/site_tree.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pagoda/trunk/Pagoda/pagoda/widgets/admin/static/css/accounts.css
r521 r525 1 1 #body { 2 2 border-bottom: 5px solid #3465a4; 3 background: #fff;4 3 padding: 2em; 5 4 } … … 9 8 margin: 0 auto; 10 9 padding: 2em; 11 /* background: #fff;*/ 12 /* border: 1px solid #bbb;*/ 10 background: #fff; 11 border: 1px solid #bbb; 13 12 } 14 13 … … 27 26 .column ul { 28 27 border-top: 1px dotted #999; 29 border-bottom: 1px dotted #999;30 28 } 31 29 … … 34 32 background-color: #ecf9fe; 35 33 padding-bottom: 0.25em; 36 } 37 38 .column li.odd { 39 background: #dcf2fa; 34 border-bottom: 1px dotted #999; 40 35 } 41 36 … … 73 68 } 74 69 75 .column li .details { 76 color: #6c8186; 77 text-align: right; 78 line-height: 160%; 70 .column li.inactive { 71 background: #dcf2fa; 79 72 } 80 73 pagoda/trunk/Pagoda/pagoda/widgets/admin/static/css/site_tree.css
r522 r525 9 9 #site_tree .x-tree-node-leaf .x-tree-node-icon { 10 10 height: 16px; 11 background-image: url( "../images/layout.png");11 background-image: url('../images/layout.png'); 12 12 } 13 13 14 14 /* Buttons in site menu have icons associated with them */ 15 15 .site_tree-menu button { 16 background-attachment: scroll;17 background-position: 8px center;18 background-repeat: no-repeat;19 padding: 0px 4px 0px 20px;20 border-right: 1px solid #A7BBC621 16 } 22 .site_tree-menu button.add { 23 background-image: url(../images/add-button.png); 17 18 .site_tree-menu button:hover { 19 background-color: transparent; 20 text-decoration: underline; 24 21 } 25 .site_tree-menu button.edit { 26 background-image: url(../images/edit-button.png); 22 23 .site_tree-menu button.add .x-menu-item-icon { 24 background-image: url('../images/page_add.png'); 27 25 } 28 .site_tree-menu button. duplicate{29 background-image: url( ../images/duplicate-button.png);26 .site_tree-menu button.edit .x-menu-item-icon { 27 background-image: url('../images/page_edit.png'); 30 28 } 31 .site_tree-menu button.delete { 32 background-image: url(../images/delete-button.png); 29 .site_tree-menu button.duplicate .x-menu-item-icon { 30 background-image: url('../images/page_copy.png'); 31 } 32 .site_tree-menu button.delete .x-menu-item-icon { 33 background-image: url('../images/page_delete.png'); 33 34 } 34 35 .site_tree-menu button.close { … … 37 38 } 38 39 .site_tree-menu button.close .x-menu-item-icon { 39 vertical-align: top;40 background-image: url( ../images/close-button.png);41 background-position: center left;40 vertical-align: middle; 41 background-image: url('../images/cross.png'); 42 background-position: center center; 42 43 margin: 0; 43 44 } 44 pagoda/trunk/Pagoda/pagoda/widgets/admin/static/css/tree.css
r522 r525 16 16 17 17 /* Selected tree node and menu items should have the same text color */ 18 .x-tree-node .x-tree-selected a span ,19 .tree-menu .x-menu-list-item button { 20 color: #03f;18 .x-tree-node .x-tree-selected a span { 19 color: #fff; 20 text-decoration: none; 21 21 } 22 22 … … 24 24 .x-tree-node .x-tree-selected a span { 25 25 background: transparent; 26 font-weight: bold;26 font-weight: normal; 27 27 } 28 28 … … 36 36 /* Style the menu */ 37 37 div.tree-menu { 38 background-color: #d5e5ff; 39 font-weight: bold; 40 border: 1px solid #61839F; 38 background: #3465a4 url('../images/tab-active.png') repeat-x left top; 39 color: #eee; 41 40 } 42 41 … … 52 51 .x-tree-elbow-end-minus { 53 52 height: 16px; 53 background-position: 65% 50%; 54 } 55 56 .x-tree-elbow-plus, 57 .x-tree-elbow-end-plus, 58 .x-tree-no-lines .x-tree-elbow-plus, 59 .x-tree-no-lines .x-tree-elbow-end-plus { 60 background-image: url('../images/tree-closed.png'); 61 } 62 63 .x-tree-elbow-minus, 64 .x-tree-elbow-end-minus, 65 .x-tree-no-lines .x-tree-elbow-minus, 66 .x-tree-no-lines .x-tree-elbow-end-minus { 67 background-image: url('../images/tree-open.png'); 54 68 } 55 69 56 70 /* Nice hover-color for Tree Menu buttons */ 57 71 .tree-menu button:hover { 58 background-color: #E4EEFF; 72 color: #fff; 73 cursor: pointer; 59 74 } 60 75 … … 63 78 .tree-menu button { 64 79 display: inline; 80 color: #adf; 65 81 } 66 82 … … 76 92 /* Buttons in Tree Menu should look very flat */ 77 93 .tree-menu button { 78 background: transparent none no-repeat scroll center left;79 margin: 0 ;94 background: transparent; 95 margin: 0 0.5em 0 0; 80 96 border: 0; 97 padding: 3px 0; 81 98 } 99 100 .tree-menu .x-menu-item-icon { 101 margin-right: 0.5em; 102 } pagoda/trunk/Pagoda/pagoda/widgets/admin/static/javascript/site_tree.js
r522 r525 49 49 new Ext.menu.ButtonItem({ 50 50 text: "Add", 51 icon: Ext.BLANK_IMAGE_URL, 51 52 itemCls: 'add' 52 53 }), 53 54 new Ext.menu.ButtonItem({ 54 55 text: "Edit", 56 icon: Ext.BLANK_IMAGE_URL, 55 57 itemCls: 'edit' 56 58 }), 57 59 new Ext.menu.ButtonItem({ 58 60 text: "Duplicate", 61 icon: Ext.BLANK_IMAGE_URL, 59 62 itemCls: 'duplicate' 60 63 }), 61 64 new Ext.menu.ButtonItem({ 62 65 text: "Delete", 66 icon: Ext.BLANK_IMAGE_URL, 63 67 itemCls: 'delete' 64 68 }),
