]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/style.css
"vier": Button for show/hide of text area for comments
[friendica.git] / view / theme / vier / style.css
index d8f012c4dbfced6208d33ce2d8effa1432cc5047..9e88dd8f589e2290779e33b97049e3657b35fdd9 100644 (file)
 .icon.s48.unlock {
   background-image: url("../../../images/icons/48/unlock.png");
 }
+.sparkle {
+       cursor: url('lock.cur'), pointer;
+}
+
 
 #contact-edit-links ul {
   list-style: none;
@@ -718,7 +722,7 @@ ul.menu-popup .empty {
 aside {
   display: table-cell;
   vertical-align: top;
-  width: 200px;
+  width: 185px;
   padding: 0px 10px 0px 20px;
   border-right: 1px solid #D2D2D2;
   /* background: #F1F1F1; */
@@ -775,6 +779,28 @@ aside #dfrn-request-link:hover {
 aside #profiles-menu {
   width: 20em;
 }
+
+aside #search-text {
+  width: 150px;
+  height: 17px;
+  padding-left: 10px;
+  border-top-left-radius: 15px;
+  border-top-right-radius: 15px;
+  border-bottom-right-radius: 15px;
+  border-bottom-left-radius: 15px;
+  -moz-border-bottom-colors: #dbdbdb;
+  -moz-border-top-colors: #999;
+  -moz-border-left-colors: #999;
+  -moz-border-right-colors: #dbdbdb;
+}
+
+.nets-ul {
+  margin-top: 0px;
+}
+.nets-all {
+  margin-left: 16px;
+}
+
 #contact-block {
   overflow: auto;
   height: auto;
@@ -979,6 +1005,7 @@ section {
   margin-bottom: 1px;
 }
 .wall-item-container .wall-item-actions-social a {
+  float: left;
   margin-right: 1em;
 }
 .wall-item-container .wall-item-actions-tools {
@@ -1032,6 +1059,12 @@ section {
   color: #2d2d2d;
   border: 1px solid #2d2d2d;
 }
+
+.togglecomment {
+  float: left;
+  margin-right: 1em;
+}
+
 .comment-edit-preview {
   width: 710px;
   border: 1px solid #2d2d2d;
@@ -1074,15 +1107,13 @@ section {
   padding-bottom: 2px;
 }
 .tag {
-  background: url("../../../images/tag_b.png") repeat-x center left;
-  color: #ffffff;
+  color: rgb(153,153,153);
   padding-left: 3px;
   font-size: 10px;
 }
 .tag a {
   padding-right: 8px;
-  background: url("../../../images/tag.png") no-repeat center right;
-  color: #ffffff;
+  color: rgb(153,153,153);
 }
 .wwto {
   position: absolute !important;