Changeset 37 for trunk/src/web-app
- Timestamp:
- Jan 27, 2009, 5:21:52 PM (16 years ago)
- Location:
- trunk/src/web-app
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/web-app/css/main.css
r36 r37 59 59 float: left; 60 60 margin: 0 15px 10px 15px; 61 width: 950px; 62 61 63 } 62 64 … … 64 66 65 67 .nav { 66 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;67 border: 1px solid #ccc;68 border-style: solid none solid none;68 /*background: #fff url(../images/skin/shadow.jpg) bottom center repeat-x;*/ 69 /*border: 1px solid #ccc; */ 70 /*border-style: solid none solid none; */ 69 71 margin-top: 5px; 70 72 padding: 7px 12px; 73 width: 900px; 74 } 75 76 .nav a{ 77 background: url("../images/linkPanel.png") no-repeat top; 78 display: inline-block; 79 width: 140px; 80 height: 40px; 81 padding: 10px; 82 text-decoration: none; 71 83 } 72 84 -
trunk/src/web-app/css/public.css
r36 r37 79 79 .body { 80 80 padding: 0px 20px 20px; 81 background: transparent url("images/Contentbg.png") repeat-y scroll center; 82 width: 980px; 81 background: url("images/Contentbg.png") repeat-y scroll center; 83 82 height: 100%; 84 83 } … … 87 86 88 87 .nav { 89 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; 90 border: 1px solid #ccc; 91 border-style: solid none solid none; 88 padding-top: 7px; 89 /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/ 90 /*border: 1px solid #ccc;*/ 91 /*border-style: solid none solid none; */ 92 92 margin-top: 5px; 93 padding: 7px 12px; 93 text-align: center; 94 /* padding: 7px 12px; */ 95 } 96 97 .nav a{ 98 background: url("../images/linkPanel.png") no-repeat top; 99 display: inline-block; 100 width: 140px; 101 height: 40px; 102 /*text-decoration: none;*/ 94 103 } 95 104 … … 100 109 .menuButton a { 101 110 color: #333; 102 padding: 4px 6px;111 padding: 14px 25px; 103 112 } 104 113 .menuButton a.home { 105 background: url(../images/skin/house.png) center left no-repeat;106 color: #333; 107 padding-left: 25px;114 /*background: url(../images/skin/house.png) center left no-repeat;*/ 115 color: #333; 116 /*padding: 25px;*/ 108 117 } 109 118 .menuButton a.list { 110 background: url(../images/skin/database_table.png) center left no-repeat;111 color: #333; 112 padding-left: 25px;119 /*background: url(../images/skin/database_table.png) center left no-repeat;*/ 120 color: #333; 121 /*padding-left: 25px;*/ 113 122 } 114 123 .menuButton a.create { 115 background: url(../images/skin/database_add.png) center left no-repeat;116 color: #333; 117 padding-left: 25px;124 /*background: url(../images/skin/database_add.png) center left no-repeat;*/ 125 color: #333; 126 /*padding-left: 25px;*/ 118 127 } 119 128
Note: See TracChangeset
for help on using the changeset viewer.