]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
New OStatus implementation
[friendica.git] / view / global.css
index df001ed36286ceb7225f9eb28eda8f77e667f17f..f375e811b229c372a847b2622156b784b1d96968 100644 (file)
   padding: 5px 10px;
   text-align: center;
 }
+a.btn, a.btn:hover {
+  text-decoration: none;
+  color: inherit;
+}
 
-ul.menu-popup li.divider {
+.menu-popup .divider {
   height: 1px;
   margin: 3px 0;
   overflow: hidden;
-  background-color: #2d2d2d;;
+  background-color: #2d2d2d;
 }
 
 /* List of social Networks */
@@ -199,12 +203,65 @@ key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-
 
 /* fields help text */
 .field .field_help {
-    clear: left;
+  clear: left;
 }
 
 /* notifications unseen */
 .notify-unseen { background-color: #cceeFF; }
 
+/* autocomplete popup */
+ul.acpopup {
+  list-style: none;
+  float: left;
+  min-width: 160px;
+  padding: 5px 0;
+  margin: 2px 0 0;
+}
+nav .acpopup {
+  width: 290px;
+  max-height: 450px;
+  max-width: 300px;
+  overflow-y: auto;
+  overflow-x: hidden;
+  margin-top: 0px;
+}
+img.acpopup-img {
+  float: left;
+  width: 36px;
+  height: 36px;
+  margin-right: 5px;
+  vertical-align: middle;
+}
+.acpopup-contactname {
+  padding-top: 2px;
+  font-weight: bold;
+  line-height: 1em;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: block;
+}
+.acpopup-sub-text {
+  color: #777;
+  font-size: 0.833em;
+  line-height: 1em;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  display: block;
+}
+.textcomplete-item a {
+  color: inherit;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  clear: both;
+  white-space: nowrap;
+  padding: 3px 20px;
+  display: block;
+}
+.textcomplete-item a:hover {
+  text-decoration: none;
+}
+
 /* plain text editor upload/select popup */
 
 .fbrowser .path a { padding: 5px; }
@@ -375,6 +432,24 @@ td.federation-data {
 }
 
 /* contact-edit */
+#contact-edit-status-wrapper {
+  border: 1px solid;
+  padding: 10px;
+}
 #contact-edit-actions {
-    float: right;
-}
\ No newline at end of file
+  float: right;
+  display: inline-block;
+  position: relative;
+}
+#contact-edit-actions > .menu-popup {
+  right: 0;
+  left: auto;
+}
+
+#contact-edit-settings-label:after {
+  content: ' ยป';
+}
+
+#contact-edit-settings {
+  display: none;
+}