| OLD | NEW | 
|    1 .help-window-outer { |    1 .help-window-outer { | 
|    2     position: absolute !important; |    2     position: absolute !important; | 
|    3     top: 0; |    3     top: 0; | 
|    4     left: 0; |    4     left: 0; | 
|    5     right: 0; |    5     right: 0; | 
|    6     bottom: 0; |    6     bottom: 0; | 
|    7     z-index: 2000; |    7     z-index: 2000; | 
|    8 } |    8 } | 
|    9  |    9  | 
|   10 .help-window-main { |   10 .help-window-main { | 
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   76 .help-close-button { |   76 .help-close-button { | 
|   77     position: absolute; |   77     position: absolute; | 
|   78     top: 8px; |   78     top: 8px; | 
|   79     right: 8px; |   79     right: 8px; | 
|   80 } |   80 } | 
|   81  |   81  | 
|   82 body.dock-to-bottom .help-content { |   82 body.dock-to-bottom .help-content { | 
|   83     margin-bottom: 8px; |   83     margin-bottom: 8px; | 
|   84 } |   84 } | 
|   85  |   85  | 
|   86 body.platform-mac .help-window-main .tabbed-pane-header-contents { |   86 .platform-mac .help-window-main .tabbed-pane-header-contents { | 
|   87     margin-left: 27px; |   87     margin-left: 27px; | 
|   88 } |   88 } | 
|   89  |   89  | 
|   90 body.platform-mac .help-window-main .help-window-title { |   90 .platform-mac .help-window-main .help-window-title { | 
|   91     margin-left: 18px; |   91     margin-left: 18px; | 
|   92 } |   92 } | 
|   93  |   93  | 
|   94 .help-container { |   94 .help-container { | 
|   95     width: 100%; |   95     width: 100%; | 
|   96     -webkit-user-select: auto; |   96     -webkit-user-select: auto; | 
|   97     -webkit-column-width: 470px; |   97     -webkit-column-width: 470px; | 
|   98 } |   98 } | 
|   99  |   99  | 
|  100 body.platform-mac .settings-tab .help-container { |  100 .platform-mac .settings-tab .help-container { | 
|  101     -webkit-column-width: 430px; |  101     -webkit-column-width: 430px; | 
|  102 } |  102 } | 
|  103  |  103  | 
|  104 body.platform-mac .help-container { |  104 .platform-mac .help-container { | 
|  105     -webkit-column-width: 361px; |  105     -webkit-column-width: 361px; | 
|  106 } |  106 } | 
|  107  |  107  | 
|  108 .help-no-columns { |  108 .help-no-columns { | 
|  109     -webkit-column-width: initial !important; |  109     -webkit-column-width: initial !important; | 
|  110 } |  110 } | 
|  111  |  111  | 
|  112 .help-block { |  112 .help-block { | 
|  113     display: block; |  113     display: block; | 
|  114     padding-bottom: 9px; |  114     padding-bottom: 9px; | 
|  115     width: 470px; |  115     width: 470px; | 
|  116     -webkit-column-break-inside: avoid; |  116     -webkit-column-break-inside: avoid; | 
|  117 } |  117 } | 
|  118  |  118  | 
|  119 body.platform-mac .settings-tab .help-block { |  119 .platform-mac .settings-tab .help-block { | 
|  120     width: 430px; |  120     width: 430px; | 
|  121 } |  121 } | 
|  122  |  122  | 
|  123 .settings-tab.help-container { |  123 .settings-tab.help-container { | 
|  124     -webkit-column-width: 410px; |  124     -webkit-column-width: 410px; | 
|  125 } |  125 } | 
|  126  |  126  | 
|  127 .settings-tab .help-block { |  127 .settings-tab .help-block { | 
|  128     width: 410px; |  128     width: 410px; | 
|  129     margin-left: 20px; |  129     margin-left: 20px; | 
|  130 } |  130 } | 
|  131  |  131  | 
|  132 .settings-tab .field-error-message { |  132 .settings-tab .field-error-message { | 
|  133     color: DarkRed; |  133     color: DarkRed; | 
|  134     height: 0px; /* Avoid changing element height when content is set. */ |  134     height: 0px; /* Avoid changing element height when content is set. */ | 
|  135 } |  135 } | 
|  136  |  136  | 
|  137 .help-line { |  137 .help-line { | 
|  138     padding-bottom: 5px; |  138     padding-bottom: 5px; | 
|  139     margin-bottom: 5px; |  139     margin-bottom: 5px; | 
|  140 } |  140 } | 
|  141  |  141  | 
|  142 .help-key-cell { |  142 .help-key-cell { | 
|  143     display: inline-block; |  143     display: inline-block; | 
|  144     width: 270px; |  144     width: 270px; | 
|  145     text-align: right; |  145     text-align: right; | 
|  146 } |  146 } | 
|  147  |  147  | 
|  148 body.platform-mac .help-key-cell { |  148 .platform-mac .help-key-cell { | 
|  149     width: 151px; |  149     width: 151px; | 
|  150 } |  150 } | 
|  151  |  151  | 
|  152 .help-cell { |  152 .help-cell { | 
|  153     display: inline-block; |  153     display: inline-block; | 
|  154     width: 200px; |  154     width: 200px; | 
|  155     vertical-align: middle; |  155     vertical-align: middle; | 
|  156 } |  156 } | 
|  157  |  157  | 
|  158 .help-section-title { |  158 .help-section-title { | 
|  159     font-size: 120%; |  159     font-size: 120%; | 
|  160 } |  160 } | 
|  161  |  161  | 
|  162 .help-key { |  162 .help-key { | 
|  163     padding: 0.1em 0.6em; |  163     padding: 0.1em 0.6em; | 
|  164     border: 1px solid #ccc; |  164     border: 1px solid #ccc; | 
|  165     font-size: 11px; |  165     font-size: 11px; | 
|  166     background-color: #f7f7f7; |  166     background-color: #f7f7f7; | 
|  167     color: #333; |  167     color: #333; | 
|  168     box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; |  168     box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; | 
|  169     border-radius: 3px; |  169     border-radius: 3px; | 
|  170     display: inline-block; |  170     display: inline-block; | 
|  171     margin: 0 0.1em; |  171     margin: 0 0.1em; | 
|  172     text-shadow: 0 1px 0 #fff; |  172     text-shadow: 0 1px 0 #fff; | 
|  173     line-height: 1.5; |  173     line-height: 1.5; | 
|  174     white-space: nowrap; |  174     white-space: nowrap; | 
|  175 } |  175 } | 
|  176  |  176  | 
|  177 body.platform-mac .help-key { |  177 .platform-mac .help-key { | 
|  178     font-family: Lucida Grande, sans-serif; |  178     font-family: Lucida Grande, sans-serif; | 
|  179 } |  179 } | 
|  180  |  180  | 
|  181 .help-combine-keys, |  181 .help-combine-keys, | 
|  182 .help-key-delimiter { |  182 .help-key-delimiter { | 
|  183     font-size: 9px; |  183     font-size: 9px; | 
|  184 } |  184 } | 
|  185  |  185  | 
|  186 .help-combine-keys { |  186 .help-combine-keys { | 
|  187     margin: 0 0.3em; |  187     margin: 0 0.3em; | 
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  639     display: none; |  639     display: none; | 
|  640 } |  640 } | 
|  641  |  641  | 
|  642 .settings-experiment-hidden label { |  642 .settings-experiment-hidden label { | 
|  643     background-color: #ddd; |  643     background-color: #ddd; | 
|  644 } |  644 } | 
|  645  |  645  | 
|  646 .settings-developer-mode .settings-experiment-hidden { |  646 .settings-developer-mode .settings-experiment-hidden { | 
|  647     display: block; |  647     display: block; | 
|  648 } |  648 } | 
| OLD | NEW |