am 98cc173c: am 46b443ac: Adjust opacity for non-hover states and a few others.

* commit '98cc173c165fa2141426464a4205441617ba3bd2':
  Adjust opacity for non-hover states and a few others.
This commit is contained in:
Dirk Dougherty 2014-04-08 01:08:06 +00:00 committed by Android Git Automerger
commit d031b4de79
3 changed files with 29 additions and 6 deletions

View file

@ -5205,7 +5205,7 @@ a.download-sdk {
height: 100%;
width: 100%;
opacity: 1;
background: rgba(0, 0, 0, 0.4);
background: rgba(0, 0, 0, 0.24);
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
@ -6206,7 +6206,7 @@ a.download-sdk {
height: 80px;
overflow: hidden;
}
.resource-card-3x2 > .card-info .section, .resource-card-6x2 > .card-info .section, .resource-card-9x2 > .card-info .section, .resource-card-12x2 > .card-info .section, .resource-card-15x2 > .card-info .section, .resource-card-18x2 > .card-info .section {
.resource-card-3x2 > .card-info .section, .resource-card-6x2 > .card-info .section, .resource-card-6x3 > .card-info .section, .resource-card-9x2 > .card-info .section, .resource-card-12x2 > .card-info .section, .resource-card-15x2 > .card-info .section, .resource-card-18x2 > .card-info .section {
font-size: 12px;
margin-bottom: 1px;
/* display: none; */
@ -6260,6 +6260,30 @@ a.download-sdk {
display: none;
}
/* Overrides for col-16 6x6 cards linking to local content on landing pages.
Suppresses "section" and puts the title above a hairline rule. */
.landing .card-info .section, .resource-flow-layout.col-16.landing .resource-card-9x6 .card-info .section {
display:none;
}
.landing .card-info .title {
color: #898989;
font-size: 17px;
line-height: 24px;
margin-bottom: 6px;
border-bottom: 1px solid #959595;
padding-bottom: 0px;
}
.landing .card-info .description {
font-size: 13px;
line-height: 15px;
}
.landing .card-info .description .text {
height:30px;
width:auto;
}
/*
Generate a resource stack layout for a 3 column widget spanning 16 grid cols
*/
@ -6291,4 +6315,4 @@ a.download-sdk {
div.jd-descr > .resource-widget[data-section=distribute\/tools]
.section-card-menu .card-info ul li {
border-top-color: #7e3794 !important;
}
}

View file

@ -3847,7 +3847,7 @@ function showSamples() {
var defaults = {
'row' : 1, // show rows
'onlyFullWords': true, // set to true to avoid cutting the text in the middle of a word
'char' : '...', // ellipsis
'char' : '\u2026', // ellipsis
'callback': function() {},
'position': 'tail' // middle, tail
};

View file

@ -217,9 +217,8 @@ document.write('<iframe src="https://2507573.fls.doubleclick.net/activityi;src=2
<?cs include:"trailer.cs" ?>
<script src="http://androiddevdocs-exp.appspot.com/ytblogger_lists_unified.js" type="text/javascript"></script>
<script src="<?cs var:toroot ?>jd_lists_unified.js" type="text/javascript"></script>
<script src="<?cs var:toroot ?>jd_articles.js" type="text/javascript"></script>
<script src="<?cs var:toroot ?>jd_extras.js" type="text/javascript"></script>
<script src="<?cs var:toroot ?>jd_collections.js" type="text/javascript"></script>
<script src="<?cs var:toroot ?>jd_site_map.js" type="text/javascript"></script>
<script src="<?cs var:toroot ?>jd_tag_helpers.js" type="text/javascript"></script>
</body>