]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #2099 from rabuzarus/2611_new_user_addr
authorMichael Vogel <icarus@dabo.de>
Fri, 27 Nov 2015 20:35:46 +0000 (21:35 +0100)
committerMichael Vogel <icarus@dabo.de>
Fri, 27 Nov 2015 20:35:46 +0000 (21:35 +0100)
generate addr for new registered users

1  2 
view/theme/duepuntozero/style.css
view/theme/frost/style.css

index 3e9bed33b3ab0ec6c1a916ab225b2ed00ff83068,4642fb2b75416cb9399d847bc07aa18e507b610b..255a1d089ab606e56eb37e63e08b713c0cbac2f0
@@@ -2039,7 -2039,7 +2039,7 @@@ a.mail-list-link 
  #sidebar-group-list ul {
        list-style-type: none;
  }
 -.sidebar-group-li .notify {
 +.sidebar-group-li .notify, .forum-widget-entry .notify {
        display: none;
        font-size: 9px;
        border: 1px solid rgb(221, 221, 221);
        float: right;
        background-color: #BABDB6;
  }
 -.sidebar-group-li .notify.show {
 +.sidebar-group-li .notify.show, .forum-widget-entry .notify.show {
        display: block;
  }
  
        margin-top: 10px;
  }
  
 +#forumlist-sidebar ul {
 +      list-style: none;
 +}
 +
  .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
        list-style-type: none;
  }
@@@ -2511,7 -2507,8 +2511,8 @@@ aside input[type='text'] 
        font-weight: bold;
  }
  
- .vcard .title {
+ .vcard .title,
+ .vcard .p-faddr {
        margin-bottom: 5px;
        margin-left: 12px;
  }
index 5909df23553226028fd6c5702d1eb4fe6acbdbd8,14899a866be004717261a029bffb594a1a6f1a26..24fe47559a47acb804cc53eea92fc39fb884ffa6
@@@ -2357,16 -2357,6 +2357,16 @@@ a.mail-list-link 
        margin-top: 10px;
  }
  
 +#forumlist-sidebar ul {
 +      list-style: none;
 +}
 +
 +.forumlist-img {
 +      height: 20px;
 +      width: 20px;
 +      vertical-align: middle;
 +}
 +
  .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
        list-style-type: none;
  }
@@@ -2890,7 -2880,8 +2890,8 @@@ aside input[type='text'] 
        font-weight: bold;
  }
  
- .vcard .title {
+ .vcard .title,
+ .vcard .p-faddr {
        margin-bottom: 5px;
        margin-left: 12px;
  }