Changeset 44 for trunk/src/web-app
- Timestamp:
- Jan 31, 2009, 10:33:34 AM (16 years ago)
- Location:
- trunk/src/web-app
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/web-app/css/public.css
r43 r44 24 24 padding: 0; 25 25 width: 1024px; 26 text-align: left; 26 } 27 28 #top { 29 background: url("../images/topBg.png") no-repeat scroll center; 30 width: 1020px; 31 height: 44px; 27 32 } 28 33 … … 37 42 background: transparent url("../images/logo.png") no-repeat scroll center; 38 43 width: 980px; 39 height: 200px;44 height: 160px; 40 45 } 41 46 … … 83 88 } 84 89 90 /* Login/out and Admin*/ 91 92 .appcontrol { 93 text-align: right; 94 padding: 5px 160px 5px 5px 95 } 96 97 .appcontrolButton { 98 font-size: 10px; 99 padding: 5px 5px; 100 } 101 85 102 /* NAVIGATION MENU */ 86 103 87 104 .nav { 88 89 padding-top: 20px;90 105 background: url("../images/linkPanel_long.png") top no-repeat; 91 106 /*border: 1px solid #ccc; … … 94 109 width: 650px; 95 110 height: 40px; 96 }97 98 .appcontrol {99 text-align: right;100 padding: 5px 160px 5px 5px101 }102 103 .appcontrolButton {104 font-size: 10px;105 padding: 5px 5px;106 111 } 107 112
Note: See TracChangeset
for help on using the changeset viewer.