web/wp-admin/css/theme-editor.css
branchwordpress
changeset 109 03b0d1493584
child 132 4d4862461b8d
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 #template textarea {
       
     2 	font-family: Consolas, Monaco, Courier, monospace;
       
     3 	font-size: 12px;
       
     4 	width: 97%;
       
     5 }
       
     6 
       
     7 #template p {
       
     8 	width: 97%;
       
     9 }
       
    10 
       
    11 #templateside {
       
    12 	float: right;
       
    13 	width: 190px;
       
    14 	word-wrap: break-word;
       
    15 }
       
    16 
       
    17 #templateside h3,
       
    18 #postcustomstuff p.submit {
       
    19 	margin: 0;
       
    20 }
       
    21 
       
    22 #templateside h4 {
       
    23 	margin: 1em 0 0;
       
    24 }
       
    25 
       
    26 #templateside ol,
       
    27 #templateside ul {
       
    28 	margin: .5em;
       
    29 	padding: 0;
       
    30 }
       
    31 
       
    32 #templateside li {
       
    33 	margin: 4px 0;
       
    34 }
       
    35 
       
    36 .nonessential {
       
    37 	font-size: small;
       
    38 }
       
    39 
       
    40 .highlight {
       
    41 	padding: 1px;
       
    42 }
       
    43 
       
    44 div.tablenav {
       
    45 	margin-right: 210px;
       
    46 }
       
    47 
       
    48 #documentation {
       
    49 	margin-top: 10px;
       
    50 }
       
    51 #documentation label {
       
    52 	line-height: 22px;
       
    53 	vertical-align: top;
       
    54 	font-weight: bold;
       
    55 }
       
    56 
       
    57 .fileedit-sub {
       
    58 	padding: 10px 0 8px;
       
    59 	line-height: 180%;
       
    60 }