Home | History | Annotate | Download | only in options
      1 #account-picture {
      2   border-radius: 3px;
      3   border: 1px solid rgba(0, 0, 0, 0.5);
      4   width: 70px;
      5   height: 70px;
      6 }
      7 
      8 #sync-buttons {
      9   margin: 10px 0;
     10 }
     11 
     12 #start-stop-sync {
     13   margin-left: 0;
     14   margin-right: 5px;
     15 }
     16 
     17 #profiles-create {
     18   margin-top: 15px;
     19 }
     20 
     21 #profiles-create-button {
     22   margin: 10px 0;
     23 }
     24 
     25 #themes-gallery-div {
     26   margin: 10px 0;
     27 }
     28 
     29 .sync-error {
     30   background: #FFDBDB;
     31   border: 1px solid #ce4c4c;
     32   border-radius: 2px;
     33   padding: 10px;
     34 }
     35 
     36 .sync-error .link-button {
     37   margin: 0 1ex;
     38   padding: 0;
     39 }
     40