##// END OF EJS Templates
drop down hover menu now fixes whole page padding
marcink -
r3341:030103d5 beta
parent child Browse files
Show More
@@ -347,10 +347,10 b' div:hover > a.permalink {'
347 padding: 0;
347 padding: 0;
348 display: block;
348 display: block;
349 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
349 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
350 -webkit-border-radius: 4px 4px 4px 4px;
350 -webkit-border-radius: 0px 0px 4px 4px;
351 -khtml-border-radius: 4px 4px 4px 4px;
351 -khtml-border-radius: 0px 0px 4px 4px;
352 -moz-border-radius: 4px 4px 4px 4px;
352 -moz-border-radius: 0px 0px 4px 4px;
353 border-radius: 4px 4px 4px 4px;
353 border-radius: 0px 0px 4px 4px;
354 }
354 }
355 #header #header-inner.hover {
355 #header #header-inner.hover {
356 width: 100% !important;
356 width: 100% !important;
@@ -3505,6 +3505,10 b' div.gravatar img {'
3505 padding: 10px 10px 14px 10px;
3505 padding: 10px 10px 14px 10px;
3506 }
3506 }
3507
3507
3508 #content.hover {
3509 padding: 55px 10px 14px 10px !important;
3510 }
3511
3508 #content div.box div.title div.search {
3512 #content div.box div.title div.search {
3509 border-left: 1px solid #316293;
3513 border-left: 1px solid #316293;
3510 }
3514 }
@@ -361,6 +361,7 b''
361
361
362 YUE.on('header-dd', 'click',function(e){
362 YUE.on('header-dd', 'click',function(e){
363 YUD.addClass('header-inner', 'hover');
363 YUD.addClass('header-inner', 'hover');
364 YUD.addClass('content', 'hover');
364 });
365 });
365
366
366 </script>
367 </script>
General Comments 0
You need to be logged in to leave comments. Login now