Make WordPress Core


Ignore:
Timestamp:
11/22/2011 04:07:36 PM (12 years ago)
Author:
duck_
Message:

Update "What's New" content and layout. Re-add i18n. Props chexee. See #18742.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.dev.css

    r19393 r19396  
    48184818    position: relative;
    48194819    margin: 44px 40px 0 20px;
    4820     font-size: 14px;
     4820    font-size: 16px;
    48214821}
    48224822.about-wrap div.updated,
     
    48304830    margin: 0.6em 200px 0 0;
    48314831    line-height: 1.2em;
    4832     font-size: 3.6em;
     4832    font-size: 2.8em;
    48334833    font-weight: 200;
    48344834}
     
    48394839    font-weight: normal;
    48404840    line-height: 1.6em;
    4841     font-size: 18px;
     4841    font-size: 20px;
    48424842}
    48434843.about-description {
     
    48834883.about-wrap h3 {
    48844884    font-size: 24px;
    4885     margin-bottom: 0.4em;
     4885    margin-bottom: 1em;
    48864886    padding-top: 20px;
    48874887}
    48884888
    48894889.about-wrap .changelog {
    4890     font-size: 14px;
     4890    font-size: 15px;
    48914891    padding-bottom: 10px;
    48924892    overflow: hidden;
     
    49064906    min-height: 100px;
    49074907    overflow: hidden;
     4908    clear: both;
     4909}
     4910.about-wrap .feature-section.angled-left img {
     4911    margin-top: 1em;
    49084912}
    49094913
     
    49134917}
    49144918.about-wrap .feature-section.angled-right img {
    4915     margin-top: 0;
    4916 }
     4919    margin-top: 0.5em;
     4920}
     4921
    49174922.about-wrap .feature-section.angled-right .left-feature {
    49184923    margin-top: 15px;
    49194924}
    49204925
     4926.about-wrap .feature-section .image-mask {
     4927    overflow: hidden;
     4928    display: block;
     4929    text-align: center;
     4930    -webkit-border-radius: 3px;
     4931    border-radius: 3px;
     4932}
     4933.about-wrap .feature-section .image-mask img {
     4934    width: auto;
     4935    height: auto;
     4936    margin: 0 auto;
     4937    float: none;
     4938   
     4939    border: none;
     4940   
     4941    box-shadow: none;
     4942    -webkit-box-shadow: none;
     4943}
     4944
    49214945.about-wrap .feature-section h4 {
    49224946    margin-bottom: 0.6em;
     
    49254949    margin-top: 0.6em;
    49264950}
    4927 
    4928 .about-wrap .feature-section .left-feature,
    4929 .about-wrap .feature-section .right-feature {
    4930     width: 40%;
    4931 }
    4932 .about-wrap .feature-section .left-feature {
    4933     margin-right: 10%;
    4934 }
    4935 .about-wrap .feature-section .right-feature {
    4936     margin-left: 9%;
    4937 }
     4951.about-wrap .feature-section code {
     4952    font-size: 14px;
     4953}
     4954
     4955.about-wrap .feature-section img {
     4956    margin-top: 15px;
     4957
     4958    -webkit-border-radius: 3px;
     4959    border-radius: 3px;
     4960}
     4961
     4962
    49384963.about-wrap .feature-section.angled-left .left-feature,
    49394964.about-wrap .feature-section.angled-right .left-feature {
    49404965    margin-right: 5%;
     4966    width: 40%;
    49414967}
    49424968.about-wrap .feature-section.angled-left .right-feature,
     
    49444970    margin-left: 5%;
    49454971}
    4946 .about-wrap .feature-section img {
    4947     width: 19%;
    4948     height: 130px;
    4949     margin-top: 15px;
    4950 
    4951     border-width: 1px;
    4952     border-style: solid;
    4953     -webkit-border-radius: 3px;
    4954     border-radius: 3px;
     4972.about-wrap .feature-section.angled-left .image-mask,
     4973.about-wrap .feature-section.angled-right .image-mask {
     4974    width: 20%;
     4975    height: 150px;
     4976   
     4977    margin-top: 5px;
     4978    margin-bottom: 5px;
     4979   
     4980    float: left;
     4981}
     4982.about-wrap .feature-section .left-feature {
     4983    margin-right: 10%;
     4984}
     4985.about-wrap .feature-section .right-feature {
     4986    margin-left: 9%;
     4987    float: right;
    49554988}
    49564989.about-wrap .feature-section.angled-left .left-feature,
     
    49634996}
    49644997
     4998.about-wrap .feature-section.three-col {
     4999    padding-top: 15px;
     5000    margin-bottom: 0;
     5001}
     5002.about-wrap .feature-section.three-col div {
     5003    width: 30%;
     5004    margin-right: 4.999999999%;
     5005    float: left;
     5006}
     5007.about-wrap .feature-section.three-col h4 {
     5008    margin:  0 0 0.6em 0;
     5009}
     5010.about-wrap .feature-section.three-col div p {
     5011    margin: 0;
     5012}
     5013.about-wrap .feature-section.three-col .last-feature {
     5014    margin-right: 0;
     5015}
     5016
     5017.about-wrap .feature-section .feature-images {
     5018    width: 300px;
     5019    position: absolute;
     5020}
     5021.about-wrap .feature-section.images-stagger-left,
     5022.about-wrap .feature-section.images-stagger-right {
     5023    min-height: 330px;
     5024}
     5025.about-wrap .feature-section.images-stagger-right .angled-right,
     5026.about-wrap .feature-section.images-stagger-left .angled-left {
     5027    margin-bottom: -50px;
     5028}
     5029.about-wrap .feature-section.images-stagger-right .left-feature,
     5030.about-wrap .feature-section.images-stagger-left .right-feature {
     5031    width: auto;   
     5032}
     5033.about-wrap .feature-section .feature-images img {
     5034    width: 250px;
     5035    height: 150px;
     5036    margin-right: 5px;
     5037}
     5038.about-wrap .feature-section .angled-right {
     5039    float: right;
     5040}
     5041.about-wrap .feature-section.images-stagger-right .feature-images {
     5042    right: 0;
     5043}
     5044.about-wrap .feature-section.images-stagger-right .left-feature {
     5045    margin-right: 350px;   
     5046}
     5047.about-wrap .feature-section.images-stagger-left .feature-images {
     5048    float: left;
     5049}
     5050.about-wrap .feature-section.images-stagger-left .right-feature {
     5051    margin-left: 350px;
     5052    float: left;
     5053}
     5054.about-wrap .feature-section.images-stagger-left .angled-left {
     5055    margin-left: 5px;
     5056}
     5057
    49655058.about-wrap .return-to-dashboard {
    4966     margin: 16px 0 0;
     5059    margin: 16px 0;
    49675060    font-size: 14px;
    49685061    font-weight: bold;
Note: See TracChangeset for help on using the changeset viewer.