]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/style.css
template rework: delete unused css
[friendica.git] / view / theme / frost / style.css
index aed0dc0ab1e2fc302d897e030d239efe24a6823e..fe839dee1a24112dfbc0db591870a8f3fbc00b05 100644 (file)
@@ -21,7 +21,7 @@ body {
 
 div.container {
        display: block;
-       width: 785 px;
+       width: 785px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
@@ -111,6 +111,8 @@ blockquote {
        margin-right: 5px;
 }
 
+.pull-right { float: right }
+
 
 
 /* nav */
@@ -1091,15 +1093,19 @@ input#dfrn-url {
 .contact-entry-photo img {
        border: none;
 }
+.contact-entry-photo a img {
+       width: 80px;
+       height: 80px;
+}
 .contact-entry-photo-end {
        clear: both;
 }
 .contact-entry-name {
-       float: left;
+       /*float: left;*/
        margin-left: 0px;
        margin-right: 10px;
        padding-bottom: 5px;
-       width: 120px;
+       /*width: 120px;*/
        font-weight: 600;
        overflow: hidden;
 }
@@ -1717,27 +1723,6 @@ input#dfrn-url {
 .directory-end {
        clear: both;
 }
-.directory-name {
-       text-align: center;
-}
-.directory-photo {
-       margin-left: 25px;
-}
-.directory-details {
-       font-size: 0.7em;
-       text-align: center;
-       margin-left: 5px;
-       margin-right: 5px;
-}
-.directory-item {
-       float: left;
-/*     width: 225px;
-       height: 260px;*/
-       padding-left: 25px;
-       width: 150px;
-       height: 225px;
-       overflow: auto;
-}
 
 #directory-search-wrapper {
        margin-top: 20px;
@@ -1748,11 +1733,6 @@ input#dfrn-url {
 #directory-search-end {
 }
 
-.directory-photo-img {
-       width: 125px;
-       border: none;
-}
-
 /* NOTE: The order of the "pager" items here is very important!
  * The concern is maintaining a decent-looking pager for people who still use
  * the numbers, while also having a nice-looking pager for people who use the
@@ -2327,11 +2307,11 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
-.nets-ul, .fileas-ul, .categories-ul {
+.nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
        list-style-type: none;
 }
 
-.nets-ul li, .fileas-ul li, .categories-ul li {
+.nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
        margin-top: 10px;
 }
 
@@ -4094,7 +4074,7 @@ ul.notifications-menu-popup {
 #recip {
        
 }
-.autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
+.autocomplete-w1 { background: #ffffff no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
 .autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
 .autocomplete .selected { background:#F0F0F0; }
 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }