Commit c770954f660df89cbe84b89b37db14df5ad64bc1

Authored by Melissa Wen
1 parent a3208198

Fix layout of edit article section and lead button on post page edition

Showing 1 changed file with 28 additions and 4 deletions   Show diff stats
style.css
... ... @@ -1330,6 +1330,11 @@ input.button.with-text {
1330 1330 max-height: 28px;
1331 1331 }
1332 1332  
  1333 +#content .button.with-text span{
  1334 + font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  1335 + padding-right: 0;
  1336 +}
  1337 +
1333 1338 #content input.button, #content a.button {
1334 1339 background-color: #EEEEEE;
1335 1340 background-repeat: no-repeat;
... ... @@ -3060,6 +3065,8 @@ li.folder-item:first-child {
3060 3065  
3061 3066 #content #article_image_builder_uploaded_data {
3062 3067 text-indent: 2px;
  3068 + font-size: 12px;
  3069 + height: 21px;
3063 3070 }
3064 3071  
3065 3072 #content #edit-article-options div div {
... ... @@ -3067,6 +3074,10 @@ li.folder-item:first-child {
3067 3074 margin-bottom: 13px;
3068 3075 }
3069 3076  
  3077 +#content #edit-article-options h4 {
  3078 + font-family: "open_sansbold", Arial, Helvetica, sans-serif;
  3079 +}
  3080 +
3070 3081 #content .formfield input,
3071 3082 #content #edit-article-options .token-input-list li {
3072 3083 border: 1px solid #ccc;
... ... @@ -3085,6 +3096,14 @@ li.folder-item:first-child {
3085 3096 padding-right: 0px;
3086 3097 }
3087 3098  
  3099 +#content #edit-article-options label{
  3100 + margin-left: 5px;
  3101 +}
  3102 +
  3103 +#content #edit-article-options input{
  3104 + margin-right: 0;
  3105 +}
  3106 +
3088 3107 #content #content-inner #boxes #fetch-external-feed {
3089 3108 padding-left: 20px;
3090 3109 }
... ... @@ -3118,16 +3137,21 @@ input[type=checkbox] {
3118 3137 margin-left: 0px;
3119 3138 }
3120 3139  
3121   -#content #content-inner a.lead-button {
  3140 +#content #content-inner .button.icon-add.with-text.lead-button {
3122 3141 border: 1px solid #CCCCCC;
3123   - background-image: url(/assets/designs/icons/tango/Tango/16x16/actions/add.png);
  3142 + background: url(/assets/designs/icons/tango/Tango/16x16/actions/add.png) no-repeat;
3124 3143 color: #555;
  3144 + background-position: 5px;
3125 3145 }
3126 3146  
3127   -#content #content-inner a.lead-button:hover {
  3147 +#content #content-inner .button.icon-add.with-text.lead-button:hover {
3128 3148 background-color: #fff;
3129 3149 }
3130 3150  
  3151 +#content #content-inner .button.icon-add.with-text.lead-button:before{
  3152 + content:"";
  3153 +}
  3154 +
3131 3155 /******************** RELATO DE USO - AVALIAÇÃO DO USUÁRIO **********************/
3132 3156 /*
3133 3157 .main-content {
... ... @@ -3426,4 +3450,4 @@ input[type=checkbox] {
3426 3450  
3427 3451 #content .main-content .tiny-mce-article .article-body-tiny-mce-article p a {
3428 3452 color: #2c66ce;
3429   -}
3430 3453 \ No newline at end of file
  3454 +}
... ...