Commit d0a0ba951db0a45bb7c79248998650aa26a35e43

Authored by Pedro de Lyra Pereira
1 parent 7b98b987

Fixing checkbox left alignment and previous button visibility on edit help's page

Showing 1 changed file with 20 additions and 2 deletions   Show diff stats
style.css
... ... @@ -3100,9 +3100,13 @@ li.folder-item:first-child {
3100 3100 padding-right: 0px;
3101 3101 }
3102 3102  
  3103 +#content #content-inner #boxes #fetch-external-feed {
  3104 + padding-left: 20px;
  3105 +}
  3106 +
3103 3107 #content #content-inner #boxes #fetch-external-feed > input {
3104 3108 height: 13px;
3105   - margin: 8px;
  3109 + margin: 8px 8px 8px 0px;
3106 3110 vertical-align: middle;
3107 3111 width: 13px;
3108 3112 }
... ... @@ -3123,4 +3127,18 @@ li.folder-item:first-child {
3123 3127  
3124 3128 .main-content form small {
3125 3129 padding-left: 5px;
3126   -}
3127 3130 \ No newline at end of file
  3131 +}
  3132 +
  3133 +input[type=checkbox] {
  3134 + margin-left: 0px;
  3135 +}
  3136 +
  3137 +#content #content-inner a.lead-button {
  3138 + border: 1px solid #CCCCCC;
  3139 + background-image: url(/assets/designs/icons/tango/Tango/16x16/actions/add.png);
  3140 + color: #555;
  3141 +}
  3142 +
  3143 +#content #content-inner a.lead-button:hover {
  3144 + background-color: #fff;
  3145 +}
... ...