web/wp-admin/css/theme-editor.css
branchwordpress
changeset 132 4d4862461b8d
parent 109 03b0d1493584
equal deleted inserted replaced
131:a4642baaf829 132:4d4862461b8d
     1 #template textarea {
     1 #template textarea{font-family:Consolas,Monaco,Courier,monospace;font-size:12px;width:97%;}#template p{width:97%;}#templateside{float:right;width:190px;word-wrap:break-word;}#templateside h3,#postcustomstuff p.submit{margin:0;}#templateside h4{margin:1em 0 0;}#templateside ol,#templateside ul{margin:.5em;padding:0;}#templateside li{margin:4px 0;}.nonessential{font-size:small;}.highlight{padding:1px;}div.tablenav{margin-right:210px;}#documentation{margin-top:10px;}#documentation label{line-height:22px;vertical-align:top;font-weight:bold;}.fileedit-sub{padding:10px 0 8px;line-height:180%;}
     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 }