]> git.mxchange.org Git - friendica.git/commitdiff
bug-fixes in diabook-derivates
authortommy tomson <thomas.bierey@gmx.de>
Sat, 31 Mar 2012 09:09:57 +0000 (11:09 +0200)
committertommy tomson <thomas.bierey@gmx.de>
Sat, 31 Mar 2012 09:09:57 +0000 (11:09 +0200)
17 files changed:
view/theme/diabook-aerith/icons/photo-menu.jpg [new file with mode: 0755]
view/theme/diabook-aerith/jot.tpl
view/theme/diabook-aerith/style-network.css
view/theme/diabook-aerith/style.css
view/theme/diabook-aerith/theme.php
view/theme/diabook-blue/jot.tpl
view/theme/diabook-blue/style-network.css
view/theme/diabook-blue/style-profile.css
view/theme/diabook-red/icons/photo-menu.jpg [new file with mode: 0755]
view/theme/diabook-red/jot.tpl
view/theme/diabook-red/style-network.css
view/theme/diabook-red/style-profile.css
view/theme/diabook-red/style.css
view/theme/diabook-red/theme.php
view/theme/diabook/jot.tpl
view/theme/diabook/style-network.css
view/theme/diabook/style-profile.css

diff --git a/view/theme/diabook-aerith/icons/photo-menu.jpg b/view/theme/diabook-aerith/icons/photo-menu.jpg
new file mode 100755 (executable)
index 0000000..fde5eb5
Binary files /dev/null and b/view/theme/diabook-aerith/icons/photo-menu.jpg differ
index 387eb1f91ab29bc4458db307f87f707c3325626e..5ef723d727d642b9427df3cbc179621ee9284d38 100755 (executable)
 
 <div id="profile-jot-submit-wrapper" class="jothidden">
        
-       <div id="profile-upload-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-upload-wrapper" style="display: $visitor;" >
                <div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="camera" title="$upload"></a></div>
        </div> 
-       <div id="profile-attach-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-attach-wrapper" style="display: $visitor;" >
                <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="attach" title="$attach"></a></div>
        </div> 
 
-       <div id="profile-link-wrapper" style="/*display: $visitor;*/" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
+       <div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
                <a id="profile-link" class="weblink" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>
        </div> 
-       <div id="profile-video-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-video-wrapper" style="display: $visitor;" >
                <a id="profile-video" class="video2" title="$video" onclick="jotVideoURL();return false;"></a>
        </div> 
        <div id="profile-audio-wrapper" style="/*display: $visitor;*/" >
                <a id="profile-audio" class="audio2" title="$audio" onclick="jotAudioURL();return false;"></a>
        </div> 
-       <div id="profile-location-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-location-wrapper" style="display: $visitor;" >
                <a id="profile-location" class="globe" title="$setloc" onclick="jotGetLocation();return false;"></a>
        </div> 
-       <div id="profile-nolocation-wrapper" style="/*display: none;*/" >
+       <div id="profile-nolocation-wrapper" style="display: none;" >
                <a id="profile-nolocation" class="noglobe" title="$noloc" onclick="jotClearLocation();return false;"></a>
        </div> 
 
index b35a70c657da6990349b6a13a727fa97b9dc0448..bcba4c3be50c32f54aa8cc63868b50a81726a1fd 100644 (file)
@@ -492,7 +492,7 @@ code {
   float: right;
 }
 .tool a {
-  color: ##3F8FBA;
+  color: #3465A4;
 }
 .tool a:hover {
   text-decoration: none;
@@ -912,6 +912,10 @@ ul.menu-popup .empty {
 /*profile_side*/
 #profile_side {
   margin-bottom: 30px;
+}
+#profile_side a{
+  color: #333;
 }
 #ps-usericon{
        height: 25px    
@@ -1282,7 +1286,8 @@ right_aside .icon {width: 10px; height: 10px;}
 -ms-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
                }
-               
+
+
 /* wall item */
 .tread-wrapper {
   border-bottom: 1px solid #D2D2D2;
index fbcca699feb566a5b3ee73be0c0bdbd1cc535ead..1802c914d5f807cb75dee16d95d92ae4ca3e8ce7 100644 (file)
@@ -1053,6 +1053,16 @@ aside #side-peoplefind-url {
   overflow: auto;
   height: auto;
 }
+aside #likes a, a:visited, a:link {
+               color: #3465A4;
+               text-decoration: none;
+               cursor: pointer;
+               
+}
+aside #likes a:hover{
+       text-decoration: underline;
+       }
+
 #contact-block .contact-block-h4 {
   float: left;
   margin: 5px 0px;
@@ -1223,6 +1233,91 @@ body .pageheader{
 .tread-wrapper a{
   color: #3465A4;
 }
+.wall-item-photo-menu-button {
+display: block;
+position: absolute;
+background-image: url("../../../view/theme/diabook-aerith/icons/photo-menu.jpg");
+background-position: top left;
+background-repeat: no-repeat;
+margin: 0px;
+padding: 0px;
+width: 16px;
+height: 16px;
+top: 90px;
+left: 17px;
+overflow: hidden;
+text-indent: 40px;
+display: none;
+}
+.wall-item-content-wrapper {
+margin-top: 10px;
+border: 1px solid #CCC;
+-moz-border-radius: 3px;
+border-radius: 3px;
+display: table;
+width: 775px;
+}
+.wall-item-info {
+/*display: block;
+float: left;
+width: 110px;
+margin-right: 10px;*/
+  display: table-cell;
+  vertical-align: top;
+  text-align: left;
+  width: 80px;
+}
+.wall-item-content {
+  font-size: 12.5px;
+  max-width: 720px;
+  word-wrap: break-word;
+  line-height: 1.2;
+}
+.wrapper-end {
+       clear: both;
+}
+.wall-item-photo-wrapper {
+margin-top: 10px;
+margin-left: 10px;
+margin-bottom: 10px;
+width: 100px;
+}
+.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
+.wall-item-photo-menu li a { display: block; padding: 2px; }
+.wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
+.wall-item-wrapper {
+margin-left: 10px;
+}
+.wall-item-title-end {
+       clear: both;
+}
+
+.wall-item-body {
+       float: left;
+       /*width: 450px;*/
+       margin-top: 10px;
+}
+
+.wall-item-tools {
+       clear: both;
+       background-image: url("head.jpg");
+    background-position: 0 -20px;
+    background-repeat: repeat-x;
+       padding: 5px 10px 0px;
+}
+.wall-item-author {
+       margin-top: 10px;
+}
+.wall-item-photo-menu {
+width: auto;
+border: 2px solid #444;
+background: white;
+position: absolute;
+left: 10px;
+top: 90px;
+display: none;
+z-index: 10000;
+}
 
 .wall-item-decor {
   position: absolute;
index 40a27c3d573f12053ee496a766c79e67563d3964..5fa13c94487cb48a3cfd628b9291ee511b2f32c6 100755 (executable)
@@ -15,7 +15,7 @@ $cssFile = null;
 /**
  * prints last community activity
  */
-function diabook_blue_community_info(){
+function diabook_aerith_community_info(){
        $a = get_app();
        //right_aside at networkpages
 
@@ -234,7 +234,7 @@ if ($a->argv[0] === "network" && local_user()){
        
        if($ccCookie != "8") {
        // COMMUNITY
-       diabook_blue_community_info();
+       diabook_aerith_community_info();
        
        // CUSTOM CSS
        $cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-aerith/style-network.css";
@@ -247,7 +247,7 @@ if ($a->argv[0] === "network" && local_user()){
 if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
        if($ccCookie != "8") {
        // COMMUNITY
-       diabook_blue_community_info();
+       diabook_aerith_community_info();
        
        // CUSTOM CSS
        $cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-aerith/style-profile.css";
@@ -256,7 +256,7 @@ if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
 
 
 // custom css
-if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
+//if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
 
 //load jquery.cookie.js
 $cookieJS = $a->get_baseurl($ssl_state)."/view/theme/diabook-aerith/js/jquery.cookie.js";
index 387eb1f91ab29bc4458db307f87f707c3325626e..9aef997873b7fa1f043e55a3aab99ac1c348c34d 100755 (executable)
 
 <div id="profile-jot-submit-wrapper" class="jothidden">
        
-       <div id="profile-upload-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-upload-wrapper" style="display: $visitor;" >
                <div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="camera" title="$upload"></a></div>
        </div> 
-       <div id="profile-attach-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-attach-wrapper" style="display: $visitor;" >
                <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="attach" title="$attach"></a></div>
        </div> 
 
-       <div id="profile-link-wrapper" style="/*display: $visitor;*/" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
+       <div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
                <a id="profile-link" class="weblink" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>
        </div> 
-       <div id="profile-video-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-video-wrapper" style="display: $visitor;" >
                <a id="profile-video" class="video2" title="$video" onclick="jotVideoURL();return false;"></a>
        </div> 
-       <div id="profile-audio-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-audio-wrapper" style="display: $visitor;" >
                <a id="profile-audio" class="audio2" title="$audio" onclick="jotAudioURL();return false;"></a>
        </div> 
-       <div id="profile-location-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-location-wrapper" style="display: $visitor;" >
                <a id="profile-location" class="globe" title="$setloc" onclick="jotGetLocation();return false;"></a>
        </div> 
        <div id="profile-nolocation-wrapper" style="/*display: none;*/" >
index 28e93cd6757b4070e05fb0ae08b219113264e469..9737670ec81b02d7199d0a93e2c522d04158fab2 100644 (file)
@@ -1226,6 +1226,7 @@ right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow:
 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;  width: 100%; }
 #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;}
 #page-sidebar-right_aside ul {margin-top: 0px;}
+#page-sidebar-right_aside .label {max-width: 128px;}
 right_aside .icon {width: 10px; height: 10px;}
 .close_box             { 
                background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");
index 3d255db4e81250e46861f6a71640e671687080cf..b75ccffb088822d420d158788ac36a0d79868c43 100644 (file)
@@ -1225,6 +1225,7 @@ right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow:
 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;  width: 100%; }
 #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;}
 #page-sidebar-right_aside ul {margin-top: 0px;}
+#page-sidebar-right_aside .label {max-width: 128px;}
 right_aside .icon {width: 10px; height: 10px;}
 .close_box             { 
                background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");
diff --git a/view/theme/diabook-red/icons/photo-menu.jpg b/view/theme/diabook-red/icons/photo-menu.jpg
new file mode 100755 (executable)
index 0000000..fde5eb5
Binary files /dev/null and b/view/theme/diabook-red/icons/photo-menu.jpg differ
index 387eb1f91ab29bc4458db307f87f707c3325626e..9aef997873b7fa1f043e55a3aab99ac1c348c34d 100755 (executable)
 
 <div id="profile-jot-submit-wrapper" class="jothidden">
        
-       <div id="profile-upload-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-upload-wrapper" style="display: $visitor;" >
                <div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="camera" title="$upload"></a></div>
        </div> 
-       <div id="profile-attach-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-attach-wrapper" style="display: $visitor;" >
                <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="attach" title="$attach"></a></div>
        </div> 
 
-       <div id="profile-link-wrapper" style="/*display: $visitor;*/" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
+       <div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
                <a id="profile-link" class="weblink" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>
        </div> 
-       <div id="profile-video-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-video-wrapper" style="display: $visitor;" >
                <a id="profile-video" class="video2" title="$video" onclick="jotVideoURL();return false;"></a>
        </div> 
-       <div id="profile-audio-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-audio-wrapper" style="display: $visitor;" >
                <a id="profile-audio" class="audio2" title="$audio" onclick="jotAudioURL();return false;"></a>
        </div> 
-       <div id="profile-location-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-location-wrapper" style="display: $visitor;" >
                <a id="profile-location" class="globe" title="$setloc" onclick="jotGetLocation();return false;"></a>
        </div> 
        <div id="profile-nolocation-wrapper" style="/*display: none;*/" >
index d3e080bf5ae51ea96e8ec555649ae4a84cbd5dc7..1e10f1216c74336abc00602aa1f51fd9874f782e 100644 (file)
@@ -439,7 +439,7 @@ a:hover {
   clear: both;
 }
 .fakelink {
-  color: #1872A2;
+  color: #333
   /* color: #3e3e8c; */
   text-decoration: none;
   cursor: pointer;
@@ -912,6 +912,10 @@ ul.menu-popup .empty {
 /*profile_side*/
 #profile_side {
   margin-bottom: 30px;
+}
+#profile_side a{
+  color: #333;
 }
 #ps-usericon{
        height: 25px    
@@ -1289,7 +1293,7 @@ transition: all 0.2s ease-in-out;
   width: 575px;
 }
 .tread-wrapper a{
-  color: #1872A2;
+  color: red;
 }
 
 .wall-item-decor {
index 5af75f2b5e201981a2a83ff790258ccf1884a70a..c6ba1e4be592af39ee1a25c33b8ac3aa60ed84c4 100644 (file)
@@ -440,7 +440,7 @@ a:hover {
   clear: both;
 }
 .fakelink {
-  color: #1872A2;
+  color: #333;
   /* color: #3e3e8c; */
   text-decoration: none;
   cursor: pointer;
@@ -1270,7 +1270,7 @@ transition: all 0.2s ease-in-out;
   width: 575px;
 }
 .tread-wrapper a{
-  color: #1872A2;
+  color: red;
 }
 
 .wall-item-decor {
index 40b5b2ec327fb029efcb392d25a6835f8a2cdf52..8d4031329f51b874ef5720f36bb64793e2bddd23 100644 (file)
@@ -404,7 +404,7 @@ h4 {
 }
 
 a {
-       color: #333333;
+       color: red;
        /* color: #3e3e8c; */
        text-decoration: none;
 }
@@ -437,7 +437,7 @@ a:hover {
   clear: both;
 }
 .fakelink {
-  color: #1872A2;
+  color: red;
   /* color: #3e3e8c; */
   text-decoration: none;
   cursor: pointer;
@@ -1218,6 +1218,107 @@ body .pageheader{
 .tread-wrapper a{
   color: #1872A2;
 }
+/*community-plugin*/
+aside #likes a, a:visited, a:link {
+               color: red;
+               text-decoration: none;
+               cursor: pointer;
+               
+}
+aside #likes a:hover{
+       text-decoration: underline;
+       }
+.wall-item-photo-menu-button {
+display: block;
+position: absolute;
+background-image: url("../../../view/theme/diabook-red/icons/photo-menu.jpg");
+background-position: top left;
+background-repeat: no-repeat;
+margin: 0px;
+padding: 0px;
+width: 16px;
+height: 16px;
+top: 90px;
+left: 17px;
+overflow: hidden;
+text-indent: 40px;
+display: none;
+}
+.wall-item-name {
+       color: red;
+       }
+.wall-item-conv a{
+       color: black;   
+       }
+.wall-item-content-wrapper {
+margin-top: 10px;
+border: 1px solid #CCC;
+-moz-border-radius: 3px;
+border-radius: 3px;
+display: table;
+width: 775px;
+}
+.wall-item-info {
+/*display: block;
+float: left;
+width: 110px;
+margin-right: 10px;*/
+  display: table-cell;
+  vertical-align: top;
+  text-align: left;
+  width: 80px;
+}
+.wall-item-content {
+  font-size: 12.5px;
+  max-width: 720px;
+  word-wrap: break-word;
+  line-height: 1.2;
+}
+.wrapper-end {
+       clear: both;
+}
+.wall-item-photo-wrapper {
+margin-top: 10px;
+margin-left: 10px;
+margin-bottom: 10px;
+width: 100px;
+}
+.wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
+.wall-item-photo-menu li a { display: block; padding: 2px; }
+.wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
+.wall-item-wrapper {
+margin-left: 10px;
+}
+.wall-item-title-end {
+       clear: both;
+}
+
+.wall-item-body {
+       float: left;
+       /*width: 450px;*/
+       margin-top: 10px;
+}
+
+.wall-item-tools {
+       clear: both;
+       background-image: url("head.jpg");
+    background-position: 0 -20px;
+    background-repeat: repeat-x;
+       padding: 5px 10px 0px;
+}
+.wall-item-author {
+       margin-top: 10px;
+}
+.wall-item-photo-menu {
+width: auto;
+border: 2px solid #444;
+background: white;
+position: absolute;
+left: 10px;
+top: 90px;
+display: none;
+z-index: 10000;
+}
 
 .wall-item-decor {
   position: absolute;
index df941197a823d6caca586d7052bf444e42f5368a..0229b1bae582546ab3004387cbd7ff4b599afe15 100755 (executable)
@@ -15,7 +15,7 @@ $cssFile = null;
 /**
  * prints last community activity
  */
-function diabook_blue_community_info(){
+function diabook_red_community_info(){
        $a = get_app();
        //right_aside at networkpages
 
@@ -234,7 +234,7 @@ if ($a->argv[0] === "network" && local_user()){
        
        if($ccCookie != "8") {
        // COMMUNITY
-       diabook_blue_community_info();
+       diabook_red_community_info();
        
        // CUSTOM CSS
        $cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-red/style-network.css";
@@ -247,7 +247,7 @@ if ($a->argv[0] === "network" && local_user()){
 if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
        if($ccCookie != "8") {
        // COMMUNITY
-       diabook_blue_community_info();
+       diabook_red_community_info();
        
        // CUSTOM CSS
        $cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-red/style-profile.css";
@@ -256,7 +256,7 @@ if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
 
 
 // custom css
-if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
+//if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
 
 //load jquery.cookie.js
 $cookieJS = $a->get_baseurl($ssl_state)."/view/theme/diabook-red/js/jquery.cookie.js";
index 387eb1f91ab29bc4458db307f87f707c3325626e..9aef997873b7fa1f043e55a3aab99ac1c348c34d 100755 (executable)
 
 <div id="profile-jot-submit-wrapper" class="jothidden">
        
-       <div id="profile-upload-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-upload-wrapper" style="display: $visitor;" >
                <div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="camera" title="$upload"></a></div>
        </div> 
-       <div id="profile-attach-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-attach-wrapper" style="display: $visitor;" >
                <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="attach" title="$attach"></a></div>
        </div> 
 
-       <div id="profile-link-wrapper" style="/*display: $visitor;*/" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
+       <div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
                <a id="profile-link" class="weblink" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>
        </div> 
-       <div id="profile-video-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-video-wrapper" style="display: $visitor;" >
                <a id="profile-video" class="video2" title="$video" onclick="jotVideoURL();return false;"></a>
        </div> 
-       <div id="profile-audio-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-audio-wrapper" style="display: $visitor;" >
                <a id="profile-audio" class="audio2" title="$audio" onclick="jotAudioURL();return false;"></a>
        </div> 
-       <div id="profile-location-wrapper" style="/*display: $visitor;*/" >
+       <div id="profile-location-wrapper" style="display: $visitor;" >
                <a id="profile-location" class="globe" title="$setloc" onclick="jotGetLocation();return false;"></a>
        </div> 
        <div id="profile-nolocation-wrapper" style="/*display: none;*/" >
index f4dee582bd00894c25a54b16dbe6eb5e206c1db1..3042476d80071fea73f12c768168e02a4e4ae7f1 100644 (file)
@@ -1207,6 +1207,7 @@ right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow:
 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;  width: 100%; }
 #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;}
 #page-sidebar-right_aside ul {margin-top: 0px;}
+#page-sidebar-right_aside .label {max-width: 128px;}
 right_aside .icon {width: 10px; height: 10px;}
 .close_box             { 
                background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");
index ea1081a2bd268884a7f9ef379240fda2d3cfb138..5a91e525493e31283d5c5a60fc49a40c12356ea4 100644 (file)
@@ -1202,6 +1202,7 @@ right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow:
 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;  width: 100%; }
 #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;}
 #page-sidebar-right_aside ul {margin-top: 0px;}
+#page-sidebar-right_aside .label {max-width: 128px;}
 right_aside .icon {width: 10px; height: 10px;}
 .close_box             { 
                background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");