Make WordPress Core


Ignore:
Timestamp:
11/14/2008 02:35:02 AM (16 years ago)
Author:
azaozz
Message:

TinyMCE 3.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css

    r8290 r9674  
    77
    88.submit input,
    9 .button {
     9.button,
     10.button-primary,
     11.button-secondary,
     12.button-highlighted {
    1013    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    11     padding: 3px 5px;
    12     font-size: 12px;
    13     line-height: 1.5em;
     14    text-decoration: none;
     15    font-size: 11px !important;
     16    line-height: 16px;
     17    padding: 2px 8px;
     18    cursor: pointer;
    1419    border-width: 1px;
    1520    border-style: solid;
    16     -moz-border-radius: 3px;
    17     -khtml-border-radius: 3px;
    18     -webkit-border-radius: 3px;
    19     border-radius: 3px;
    20     cursor: pointer;
    21     text-decoration: none;
     21    -moz-border-radius: 11px;
     22    -khtml-border-radius: 11px;
     23    -webkit-border-radius: 11px;
     24    border-radius: 11px;
     25    -moz-box-sizing: content-box;
     26    -webkit-box-sizing: content-box;
     27    -khtml-box-sizing: content-box;
     28    box-sizing: content-box;
     29}
     30
     31a.button {
     32    padding: 4px 8px;
    2233}
    2334
     
    7990
    8091#media-upload #img-edit {
    81     border: 1px solid #c0c0c0;
     92    border: 1px solid #dfdfdf;
    8293    width: 623px;
    8394    margin: 15px auto;
     
    238249    padding: 2px 0 8px;
    239250}
     251
     252#media-upload tr.align td.field {
     253    text-align: center;
     254}
     255
     256.describe td {
     257    vertical-align: middle;
     258}
     259
     260#media-upload .describe th.label {
     261    padding-top: .5em;
     262    text-align: left;
     263}
     264
     265#media-upload .describe {
     266    border-top-width: 1px;
     267    border-top-style: solid;
     268    padding: 5px;
     269    width: 100%;
     270    clear: both;
     271    cursor: default;
     272}
     273
     274form {
     275    margin: 1em;
     276}
     277
     278.describe input[type="text"],
     279.describe textarea {
     280    width: 460px;
     281    border: 1px solid #dfdfdf;
     282}
     283
     284
     285.media-upload-form label,
     286.media-upload-form legend {
     287    font-weight: bold;
     288    font-size: 13px;
     289    color: #464646;
     290}
     291
     292.align .field label {
     293    display: inline;
     294    padding: 0 0 0 28px;
     295    margin: 0 1em 0 0;
     296}
     297.image-align-none-label {
     298    background: url(../../../../../../wp-admin/images/align-none.png) no-repeat center left;
     299}
     300
     301.image-align-left-label {
     302    background: url(../../../../../../wp-admin/images/align-left.png) no-repeat center left;
     303}
     304
     305.image-align-center-label {
     306    background: url(../../../../../../wp-admin/images/align-center.png) no-repeat center left;
     307}
     308
     309.image-align-right-label {
     310    background: url(../../../../../../wp-admin/images/align-right.png) no-repeat center left;
     311}
     312
     313div#media-upload-header {
     314    margin: 0;
     315    padding: 0 5px;
     316    font-weight: bold;
     317    position: relative;
     318    border-bottom-width: 1px;
     319    border-bottom-style: solid;
     320    height: 2.5em;
     321}
     322
     323body#media-upload ul#sidemenu {
     324    font-weight: normal;
     325    margin: 0 5px;
     326    position: relative;
     327    left: 0px;
     328    bottom: -4px;
     329}
     330
     331div#media-upload-error {
     332    margin: 1em;
     333    font-weight: bold;
     334}
Note: See TracChangeset for help on using the changeset viewer.