]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/loozah/style.css
Use html5 placeholder for title text input
[friendica.git] / view / theme / loozah / style.css
index 42b99b08cad46a1be6448276403870a0568f62dd..6b8aef500bde7ad4eb0eaac12a874e0682e59ddf 100644 (file)
@@ -131,6 +131,23 @@ blockquote:before {
        float: left;
 }
 
+#jot-title-desc {
+       color: #cccccc;
+}
+
+#jot-title-wrapper {
+       margin-bottom: 5px;
+}
+
+#jot-title {
+       border: 1px solid #cccccc;
+       width: 530px;
+}
+
+#jot-title-display {
+       font-weight: bold;
+}
+
 .fakelink, .fakelink:visited {
        color: #15607B;
        text-decoration: none;
@@ -623,6 +640,10 @@ input#dfrn-url {
        margin-top: 10px;
 }
 
+.profile-edit-side-div {
+       float: right;
+}
+
 .view-contact-wrapper {
        margin-top: 20px;
        float: left;
@@ -1874,6 +1895,11 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+#sidebar-group-list .icon {
+       display: inline-block;
+       height: 12px;
+       width: 12px;
+}
 
 #search-save {
     margin-left: 5px;