]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/display.css
set the reconnect timeout
[quix0rs-gnu-social.git] / theme / default / display.css
index a28e12cbdcfeed27eb869a76899b52e5255e74ac..efc94331d80e1f403666dff0ce410b9c15a9ffda 100644 (file)
@@ -348,6 +348,24 @@ dl.statistics {
        margin: 0;
        padding: 0;
        }       
+#notice_delete_form #confirmation_text {
+        display: block;
+       font-size: 14px;
+       font-weight: bold;
+       }
+input#submit_yes, input#submit_no {
+       margin: 18px 0;
+       padding: 8px;
+       font-weight: bold;
+       color: #fff6d5;
+       background-color: #F60;
+       cursor: pointer;
+       border: 0;
+       width: auto;
+       }
+input#submit_yes:hover, input#submit_no:hover {
+       background-color: #701238;
+       }
 .avatar {
        float: left;
        margin: 0 10px 0 0;
@@ -569,6 +587,19 @@ input#openid_url {
 
 /* for people lists */
 
+#profiles {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #dec5b5;
+       /*border: 1px solid #F00;*/
+       }
+#profiles a:hover {
+       text-decoration: underline;
+       }       
+
 .profile_single {
        clear: both;
        display: block;
@@ -583,11 +614,6 @@ input#openid_url {
 .profile_single:hover {
        background-color: #f7ebcc;
        }       
-.profile_single p {
-       display: inline;
-       margin: 0;
-       padding: 0;
-       }       
 
 /* ===== End Forms Styling ===== */