Changeset 5360 for main/waeup.sirp
- Timestamp:
- 1 Aug 2010, 19:44:46 (14 years ago)
- Location:
- main/waeup.sirp/branches/henrik-experimental-layout/src/waeup/sirp/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-experimental-layout/src/waeup/sirp/browser/static/waeupdefault.css
r5359 r5360 7 7 8 8 .yui-t2 #yui-main .yui-b { 9 margin-left:12.9em;9 margin-left:12.9em; 10 10 } 11 11 12 12 #hd {padding:0.5em 0.4em 0;} 13 13 14 .block .hd { padding:0.3em 1em; border-bottom:0px solid #262626;} 14 .block .hd { 15 padding:0.3em 1em; border-bottom:0px solid #262626; 16 } 17 18 table td, table th { 19 padding:0.3em; 20 } 21 22 table thead { 23 font-weight:normal; 24 } 15 25 16 26 #primary-navigation li a { 17 font-size:100%;18 padding:0.3em 1em;27 font-size:100%; 28 padding:0.3em 1em; 19 29 } 20 30 21 31 #user-navigation li a { 22 font-size:90%;23 padding:0.4em 1em;32 font-size:90%; 33 padding:0.4em 1em; 24 34 } 25 35 26 36 #ft { 27 padding:0em 1em; 28 } 29 37 padding:0em 1em; 38 } 30 39 31 40 #navigation { 32 background-color:#456;33 margin-top:1.0em;41 background-color:#456; 42 margin-top:1.0em; 34 43 } 35 44 36 45 .rounded .hd, .rounded .hd ul li, .rounded .hd ul li a, .rounded #navigation, .rounded #navigation ul li, .rounded #navigation ul li a { 37 -moz-border-radius-topleft:0px;38 -moz-border-radius-topright:0px;46 -moz-border-radius-topleft:0px; 47 -moz-border-radius-topright:0px; 39 48 } 40 49 41 50 .yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a { 42 color:#000000;43 font-size:93%;44 line-height:1.6em;45 min-height:1em;46 padding:0 10px;51 color:#000000; 52 font-size:93%; 53 line-height:1.6em; 54 min-height:1em; 55 padding:0 10px; 47 56 } 48 57 -
main/waeup.sirp/branches/henrik-experimental-layout/src/waeup/sirp/browser/templates/sitelayout.pt
r5356 r5360 66 66 </div> 67 67 <div id="bd" role="main"> 68 <span tal:condition="layout/isAuthenticated" tal:content="structure provider:breadcrumbs" /> 68 69 <div id="yui-main"> 69 70 <div class="yui-b"><div class="yui-g"> 70 71 71 <tal:breadcrumbs content="structure provider:breadcrumbs" />72 72 73 73 74 <div class="block">
Note: See TracChangeset for help on using the changeset viewer.