]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
allow GET or POST data in statuses/update
[friendica.git] / view / theme / loozah / style.css
index eac4c4618e7491951b720eb68109507a07e20ba3..96702d320b4bc176005acf7ff952c2d1d0f66e31 100644 (file)
@@ -1561,12 +1561,20 @@ padding: 5px 10px 0px;
        overflow: auto;
 }
 
+#profile-jot-text {
+       height: 20px;
+       color:#cccccc;
+       border: 1px solid #cccccc;
+}
+
+
 /** acl **/
+#photos-upload-permissions-wrapper,
 #profile-jot-acl-wrapper{
-       overflow:hidden;
-       height: 100%;
+       display:block!important;
 }
 
+
 #acl-wrapper {
        width: 690px;
        float:left;
@@ -1582,6 +1590,9 @@ padding: 5px 10px 0px;
        width: auto;
        height: 20px;
        background-color: #cccccc;
+       background-image: url("../../../images/show_all_off.png");
+       background-position: 7px 7px;
+       background-repeat: no-repeat;
        padding: 5px 5px 0px 30px;
        -webkit-border-radius: 5px ;
        -moz-border-radius: 5px;
@@ -1591,8 +1602,10 @@ padding: 5px 10px 0px;
 #acl-showall.selected {
        color: #000000;
        background-color: #ff9900;
+       background-image: url("../../../images/show_all_on.png");
 }
 
+
 #acl-list {
        height: 210px;
        border: 1px solid #cccccc;
@@ -1636,13 +1649,18 @@ padding: 5px 10px 0px;
        text-decoration: none;
        color:#000000;
 }
+.acl-button-show { background-image: url("../../../images/show_off.png"); }
+.acl-button-hide { background-image: url("../../../images/hide_off.png"); }
+
 .acl-button-show.selected {
        color: #000000;
        background-color: #9ade00;
+       background-image: url("../../../images/show_on.png");
 }
 .acl-button-hide.selected {
        color: #000000;
        background-color: #ff4141;
+       background-image: url("../../../images/hide_on.png");
 }
 .acl-list-item.groupshow { border-color: #9ade00; }
 .acl-list-item.grouphide { border-color: #ff4141; }