]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/style.css
minor dispy* fixes
[friendica.git] / view / theme / dispy / style.css
index f4c080182bd9b2e26c212900705bc6c35fb86573..622cf57341642498ed60fe91ce831b82d1482a06 100644 (file)
@@ -63,8 +63,8 @@ option {
        color: #222;
        background: #efefef;
 }
-li {
-       padding: 0 0 0 2px;
+ul, ol {
+       padding: 0;
 }
 /* remember to define focus styles! */
 :focus {
@@ -856,6 +856,16 @@ aside #viewcontacts {
     border-radius: 5px;
        vertical-align: middle;
 }
+#jot-category {
+       margin: 5px 0;
+       border-radius: 5px;
+       border: 1px #ccc solid;
+       color: #666;
+       font-size: small;
+}
+#jot-category:focus {
+       color: #111;
+}
 #jot #character-counter {
        width: 6%;
        float: right;
@@ -2085,6 +2095,9 @@ div[id$="wrapper"] br {
     float:left;
     font-size:20px;
 }
+.event {
+       background: #2e2f2e;
+}
 .vevent {
     border:1px solid #ccc;
 }
@@ -2096,15 +2109,14 @@ div[id$="wrapper"] br {
        margin-left: 10px;
        margin-right: 10px;
 }
-
 #new-event-link {
        margin-bottom: 10px;
 }
 .edit-event-link, .plink-event-link {
-       float: left;
-       margin-top: 4px;
-       margin-right: 4px;
-       margin-bottom: 15px;
+       /*float: left;      */
+       /*margin-top: 4px;  */
+       /*margin-right: 4px;*/
+       /*margin-bottom: 15px;*/
 }
 .event-description:before {
        content: url('../../../images/calendar.png');
@@ -2113,6 +2125,7 @@ div[id$="wrapper"] br {
 .event-start, .event-end {
        margin-left: 10px;
        width: 330px;
+       font-size: smaller;
 }
 .event-start .dtstart, .event-end .dtend {
        float: right;
@@ -2173,12 +2186,12 @@ div[id$="wrapper"] br {
        opacity: 1.0 !important;
        filter:alpha(opacity=100) !important;
 }
-.filesavetags {
+.filesavetags, .categorytags {
        margin: 20px 0;
        opacity: 0.5;
        filter:alpha(opacity=50);
 }
-.filesavetags:hover {
+.filesavetags:hover, .categorytags:hover {
        margin: 20px 0;
        opacity: 1.0 !important;
        filter:alpha(opacity=100) !important;
@@ -2187,7 +2200,7 @@ div[id$="wrapper"] br {
        opacity: 0.1;
        filter:alpha(opacity=10);
        float: right;
-       margin-right: 10px;
+       margin-right: 5px;
 }
 .item-select:hover, .checkeditem {
        opacity: 1;
@@ -2213,6 +2226,10 @@ div[id$="wrapper"] br {
 #item-delete-selected-desc:hover {
        text-decoration: underline;
 }
+.fc-state-highlight {
+    background: #eec;
+    color: #2e2f2e;
+}
 
 
 /**
@@ -2586,7 +2603,8 @@ div[id$="wrapper"] br {
 }
 .icon.drop,
 .icon.drophide, .icon.delete {
-    float: left;
+    float: right;
+       margin: 5px;
 }
 .icon.s22.delete {
        display: block;