]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/rebase/css/display.css
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
[quix0rs-gnu-social.git] / theme / rebase / css / display.css
index b4d728a4b7662c28bfec9eb3580671685ed2b034..6e7644648484b246e33ea9d2f1757ff7d5378b67 100644 (file)
@@ -361,6 +361,10 @@ address .poweredby {
     opacity:0;
 }
 
+.form_notice .to-selector { 
+    clear:left;
+}
+
 /* Local navigation */
 
 #site_nav_local_views { 
@@ -713,15 +717,10 @@ display:none;
 
 #export_data li {
     list-style-type:none;
-    display: inline;
-    line-height: 2;
+    line-height: 2.5;
 }
 
 #export_data li a {
-    padding-left: 20px;
-    margin-right: 10px;
-}
-#export_data li a.foaf {
     padding-left: 30px;
 }
 
@@ -1172,6 +1171,11 @@ width:auto;
 margin-left:0;
 }
 
+.limited-scope .entry-content .timestamp:before {
+content:'☠';
+font-size:150%;
+}
+
 /* override OStatus plugin style */
 
 #form_ostatus_connect.form_settings.dialogbox, #form_ostatus_sub.dialogbox {
@@ -2164,46 +2168,30 @@ background-position: 0px -1978px;
 
 /* tag autocomplete */
 
-.tagInputDiv {
-display: none;
-position: absolute;
-background-color:#f1f1f1;
-overflow: auto;
-margin-top:-1px;
-z-index: 99;
-}
-
-.tagInputLine {
+.ptag-ac-line {
 font-weight: normal;
-padding:4px;
+background-color: white;
+min-height:30px;
+}
+.ptag-ac-line:nth-child(odd) {
+background-color: #fafafa;
 }
 
-.tagInputLineTag {
+.ptag-ac-line-tag {
 min-width: 150px;
 display: inline-block;
 }
 
-.tagInputLineFreq {
+.ptag-ac-line .freq {
 min-width: 50px;
 text-align: right;
-display: inline-block;
 float:right;
 }
 
-.tagInputDiv {
-background-color: white;
-border: 1px solid lightgray;
-}
-
-.tagInputDiv .mode-public .privacy_mode {
+.ptag-ac-line.mode-public .privacy_mode {
 display:none;
 }
 
-.tagInputSel {
-background-color: gray;
-color:white;
-}
-
 /*end of @media screen, projection, tv*/