Home | History | Annotate | Download | only in options
      1 /* TODO(jhawkins): Organize these by page. */
      2 
      3 #sync-setup-overlay * h4 {
      4   margin: 10px 0;
      5 }
      6 
      7 #sync-setup-overlay * form {
      8   -webkit-user-select: none;
      9 }
     10 
     11 #sync-setup-overlay * .content-area {
     12   padding: 10px 15px;
     13 }
     14 
     15 .action-area-link-container {
     16   -webkit-box-flex: 1;
     17 }
     18 
     19 #sync-passphrase-container {
     20   margin: 10px 0;
     21 }
     22 
     23 #sync-custom-passphrase {
     24   margin: 0 25px;
     25 }
     26 
     27 #sync-passphrase-message {
     28   color: gray;
     29 }
     30 
     31 .sync-custom-passphrase-input {
     32   margin: 10px 0;
     33 }
     34 
     35 #sync-select-container {
     36   margin-bottom: 10px;
     37 }
     38 
     39 #sync-instructions-container {
     40   margin-bottom: 30px;
     41 }
     42 
     43 #chooseDataTypesRadio {
     44   vertical-align: top;
     45 }
     46 #chooseDataTypes > div {
     47   display: inline-block;
     48 }
     49 #chooseDataTypesBody {
     50   margin: 10px 0;
     51 }
     52 #chooseDataTypesBody > div {
     53   -webkit-column-count: 3;
     54 }
     55 
     56 #sync-setup-overlay {
     57   -webkit-user-select: none;
     58   background-color: #fff;
     59   margin-bottom: 6px;
     60   margin-top: 6px;
     61   max-width: 500px;
     62 }
     63 
     64 #sync-setup-overlay * a:link {
     65   color: #00c;
     66 }
     67 
     68 #sync-setup-overlay * a:visited {
     69   color: #551a8b;
     70 }
     71 
     72 #sync-setup-overlay * a:active {
     73   color: #f00;
     74 }
     75 
     76 #sync-setup-overlay * hr {
     77   background-color: #ddd;
     78   border: 0;
     79   height: 1px;
     80   text-align: left;
     81   width: 100%;
     82 }
     83 
     84 #sync-setup-overlay * input[type='button'],
     85 #sync-setup-overlay * input[type='submit'] {
     86   min-height: 26px;
     87   min-width: 87px;
     88 }
     89 
     90 .end-aligned {
     91   text-align: end;
     92 }
     93 
     94 #sync-setup-overlay * .throbber {
     95   margin: 4px 10px;
     96   vertical-align: middle;
     97   visibility: hidden;
     98 }
     99 
    100 #gaia-account-text {
    101   font-weight: bold;
    102 }
    103 
    104 #email-readonly {
    105   display: none;
    106   font-weight: bold;
    107 }
    108 
    109 #sync-setup-overlay * div.errormsg {
    110   color: red;
    111   display: none;
    112   font-size: smaller;
    113 }
    114 
    115 #passphrase-encryption-message {
    116   color: gray;
    117   margin-bottom: 5px;
    118 }
    119 
    120 #passphrase-input {
    121   margin-top: 20px;
    122   margin-bottom: 20px;
    123 }
    124 
    125 #incorrectPassphrase {
    126   margin-top: 5px;
    127 }
    128 
    129 #sync-setup-overlay * .error {
    130   color: red;
    131 }
    132 
    133 .overlay-warning {
    134   position: absolute;
    135   left: 25px;
    136   right: 25px;
    137   top: 100px;
    138   background: white;
    139   border: 2px solid #888;
    140   border-radius: 8px;
    141   padding: 15px;
    142   box-shadow: 0.2em 0.2em 0.5em #888;
    143 }
    144 #cancel-warning-header {
    145   font-weight: bold;
    146   margin-bottom: 8px;
    147 }
    148 .overlay-warning input {
    149   margin-top: 12px;
    150   float: right;
    151   margin-left: 5px;
    152 }
    153 #sync-passphrase-warning {
    154   margin-bottom: 5px;
    155 }
    156 
    157 div.errormsgspacer {
    158   min-height: 1em;
    159 }
    160 
    161 #gaia-login-form {
    162   margin-bottom: 0;
    163 }
    164 
    165 #captcha-wrapper {
    166   background: no-repeat;
    167   background-color: #e8eefa;
    168   background-position: center;
    169   background-size: 200px 70px;
    170 }
    171 
    172 #captcha-image {
    173   height: 70px;
    174   width: 200px;
    175 }
    176 
    177 #logging-in-throbber {
    178   margin: 0 10px;
    179 }
    180 
    181 .bottom-padded-cell {
    182   padding-bottom: 3px;
    183 }
    184 
    185 .no-vertical-padding {
    186   padding-bottom: 0;
    187   padding-top: 0;
    188 }
    189 
    190 #cancel-space-no-captcha {
    191   height: 22px;
    192 }
    193 
    194 #top-blurb {
    195   line-height: 1.5em;
    196 }
    197 
    198 #top-blurb-error {
    199   background-color: #eeb939;
    200   border-radius: 4px;
    201   display: block;
    202   font-weight: bold;
    203   margin-bottom: 10px;
    204   margin-left: auto;
    205   margin-right: auto;
    206   padding: 4px 10px;
    207   text-align: center;
    208   visibility: hidden;
    209   width: 70%;
    210 }
    211 
    212 #content-table {
    213   background-color: #fff;
    214   border: #c3d9ff 1px solid;
    215   padding: 2px;
    216 }
    217 
    218 .access-code-row {
    219   display: none;
    220 }
    221 
    222 .access-code-row > td {
    223   padding-bottom: 1px;
    224   text-align: center;
    225 }
    226 
    227 #access-code-label-row > td {
    228   padding-top: 6px;
    229 }
    230 
    231 #error-custom {
    232   display: none;
    233 }
    234 
    235 #captcha-div {
    236   display: none;
    237 }
    238 
    239 #captcha-instructions {
    240   margin-bottom: 5px;
    241   white-space: normal;
    242 }
    243 
    244 #password-row {
    245   margin-top: 2px;
    246 }
    247 
    248 #action-area {
    249   margin-top: 2px;
    250 }
    251 
    252 #errormsg-0-access-code {
    253   text-align: center;
    254 }
    255 
    256 #sync-setup-configure {
    257   line-height: 1.33em;
    258   background: #FFFFFF;
    259 }
    260 
    261 html[os='mac'] #sync-setup-configure {
    262   line-height: 1.5em;
    263 }
    264 
    265 #chooseDataTypesForm {
    266   -webkit-user-select: none;
    267 }
    268 
    269 
    270 #chooseDataTypesRadio {
    271   vertical-align: top;
    272 }
    273 
    274 #chooseDataTypes > div {
    275   display: inline-block;
    276 }
    277 
    278 .sync-item-show {
    279   display: block;
    280   white-space: nowrap;
    281 }
    282 
    283 .sync-item-show > label {
    284  overflow: hidden;
    285  white-space: nowrap;
    286  text-overflow: ellipsis;
    287  display: inline-block;
    288  width: 92%;
    289 }
    290 
    291 .sync-item-hide {
    292   display: none;
    293 }
    294 
    295 .sync-label-inactive {
    296   color: #9b9b9b;
    297 }
    298 
    299 .sync-label-active {
    300   color: #000;
    301 }
    302 
    303 .sync-data-types {
    304   margin-left: 5px;
    305 }
    306 
    307 .sync-errors {
    308   margin-top: 5px;
    309 }
    310 
    311 .sync-instructions-start-hidden {
    312   margin-top: 10px;
    313   display: none;
    314 }
    315 
    316 .sync-error-show {
    317   display: block;
    318   width: 80%;
    319   margin-left: auto;
    320   margin-right: auto;
    321   text-align: center;
    322   padding: 1px 10px;
    323   background-color: #eeb939;
    324   border-radius: 4px;
    325   font-weight: bold;
    326 }
    327 
    328 .sync-error-hide {
    329   display: none;
    330 }
    331 
    332 #learn-more-link {
    333   float: right;
    334 }
    335 
    336 html[dir='rtl'] #learn-more-link {
    337   float: left;
    338 }
    339 
    340 html[dir='rtl'] .sync-footer {
    341   text-align: left;
    342   left: 0px;
    343   bottom: 0px;
    344   margin-left: 20px;
    345 }
    346