]> git.mxchange.org Git - friendica.git/commitdiff
some testbubble fixes
authorFriendika <info@friendika.com>
Fri, 11 Nov 2011 03:53:13 +0000 (19:53 -0800)
committerFriendika <info@friendika.com>
Fri, 11 Nov 2011 03:53:13 +0000 (19:53 -0800)
include/group.php
view/theme/duepuntozero/style.css
view/theme/loozah/style.css
view/theme/testbubble/style.css

index e3c7d33d4a97bd32dcba1027e6bda1002e58c16f..084cddcac056f1f1cc61ebc7cf85e867edf67598 100644 (file)
@@ -188,7 +188,7 @@ EOT;
                        $selected = (($group_id == $rr['id']) ? ' group-selected' : '');
                        $o .= ' <li class="sidebar-group-li">' 
                        . (($edit) ? "<a href=\"group/{$rr['id']}\" title=\"" . t('Edit') 
-                               . "\" class=\"groupsideedit\" ><img src=\"images/spencil.gif\" alt=\"" . t('Edit') . "\"></a> " : "") 
+                               . "\" class=\"groupsideedit\" ><span class=\"icon small-pencil\"></span></a> " : "") 
                        . (($cid) ? '<input type="checkbox" class="' . (($selected) ? 'ticked' : 'unticked') . '" onclick="contactgroupChangeMember(' . $rr['id'] . ',' . $cid . ');return true;" '
                                . ((in_array($rr['id'],$member_of)) ? ' checked="checked" ' : '') . '/>' : '')
                        . "<a href=\"$each/{$rr['id']}\" class=\"sidebar-group-element" . $selected ."\"  >{$rr['name']}</a></li>\r\n";
index f1f217059bebf5fe45a1592fad3a808b0044c1c4..98b8cd43e28fd62dcbe91c9fcc067cb87e5c31f5 100644 (file)
@@ -1788,6 +1788,12 @@ a.mail-list-link {
        list-style-type: none;
 }
 
+#sidebar-group-list .icon {
+       display: inline-block;
+       height: 12px;
+       width: 12px;
+}
+
 #sidebar-group-list li {
        margin-top: 10px;
 }
index c978e140ab6047b12093bdb94a44bf2692ad06f8..222edc1660afee5aa0006661e4b5d035cc722df1 100644 (file)
@@ -1878,6 +1878,11 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+#sidebar-group-list .icon {
+       display: inline-block;
+       height: 12px;
+       width: 12px;
+}
 
 #search-save {
     margin-left: 5px;
index bce4a9c71968de46c1d06342738d22e2af2aa28b..56af0dcda8486d49f53df81f647141412d2b71f6 100644 (file)
@@ -615,6 +615,7 @@ h3#search:before {
        text-align: center;
 }
 
+
 #sidebar-new-group:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
        background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
@@ -627,6 +628,25 @@ h3#search:before {
        top:1px;
 }
 
+.group-selected {
+       padding-bottom: 0px;
+       padding-left: 2px;
+       padding-right: 2px;
+       -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+       background-color:#bdbdbd;
+       -moz-border-radius:5px;
+       -webkit-border-radius:5px;
+       border-radius:5px;
+       display:inline-block;
+       color:#efefef;
+       text-decoration:none;
+}
+
 #sidebar-new-group a {
        color: #efefef;
        font-size: 14px;
@@ -640,8 +660,10 @@ ul .sidebar-group-li{
        padding-bottom: 5px;
 }
 
-ul .sidebar-group-li img{
-       display: none;
+ul .sidebar-group-li .icon{
+       display: inline-block;
+       height: 12px;
+       width: 12px;
 }
 
 .widget h3{