]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Repeat confirmation dialogbox fix
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 5453312947ce1da165a59dff1d6738964162b5b4..4df34ad8cb01136a6eac984d1d883adde969ad92 100644 (file)
@@ -79,6 +79,10 @@ option {
     padding-bottom: 0px;
 }
 
+.hidden {
+    display: none;
+}
+
 #wrap {
     position: relative;
     width: 960px;
@@ -389,7 +393,7 @@ address .poweredby {
 
 .form_notice .count {
     position: absolute;
-    top: 50px;
+    bottom: 72px;
     right: 32px;
     z-index: 99;
     font-size: 0.8em;
@@ -448,14 +452,9 @@ address .poweredby {
 }
 
 .input_form fieldset fieldset label {
-    position: absolute;
-    top: 0;
-    left: 6px;
     float: none;
     text-align: left;
     color: #888;
-    cursor: text;
-    background: #fff;
 }
 
 .input_form .form_settings li input {
@@ -476,6 +475,10 @@ address .poweredby {
     font-size: 1em;
 }
 
+.input_form .form_data label {
+    display: none;
+}
+
 .input_form .form_settings .form_data p.form_guide {
     margin-left: 5px;
 }
@@ -627,7 +630,7 @@ address .poweredby {
     line-height: 1.36em;
 }
 
-.notice, .profile, .application, #content .peopletag {
+.application, #content .peopletag {
     position:relative;
     clear:both;
     float:left;
@@ -665,6 +668,7 @@ address .poweredby {
 
 #core .h-card .u-photo {
     float: left;
+    margin-right: 8px;
 }
 
 .h-card .u-url, .h-card.u-url {
@@ -707,16 +711,20 @@ font-style:italic;
 }
 
 .notice .e-content {
-    margin-left: 55px;
+    margin-left: 56px;
+    max-height: 400px;
+    overflow-y: auto;
 }
 
-.notice-options {
-    margin-bottom: 7px;
-    margin-top: 12px;
+.notice .e-content img {
+    max-width: 100%;
 }
 
 .notice-options {
+    margin-bottom: 7px;
+    margin-top: 12px;
     float: right;    
+    position: relative;
 }
 
 .notice-options fieldset {
@@ -786,7 +794,7 @@ position:static;
 .notice.h-entry .attachments {
     clear: both;
     position: relative;
-    top: 1em;
+    margin-bottom: 1em;
 }
 
 .notice.h-entry .attachments .inline-attachment * {
@@ -797,6 +805,9 @@ position:static;
     line-height: 16px;
     height: 16px;
 }
+.notice.h-entry .attachments .inline-attachment > img {
+    display: block;
+}
 
 #attachments {
 clear:both;
@@ -846,7 +857,6 @@ content: ":";
     margin-left: 55px;
     margin-bottom: 10px;
     padding-right: 2px;
-    padding-top: 5px;
     border-left: 3px solid #ECECF2;
     background: #fafafa;
     color: #222;
@@ -943,7 +953,8 @@ content: ":";
 }
 
 .threaded-replies .form_notice input.submit {
-    bottom: 0;
+    bottom: 1ex;
+    right: 1ex;
 }
 
 .threaded-replies .form_notice .error,
@@ -964,7 +975,7 @@ content: ":";
     content: '[';
 }
 
-.notice .permalink.external {
+.notice footer .source + .permalink.external {
     display: none;
 }
 
@@ -1159,6 +1170,7 @@ cursor:pointer;
 
 .dialogbox {
 position:absolute;
+    width: 200px;
     top: 0px;
     right: 0px;
 z-index:9;
@@ -1199,6 +1211,11 @@ padding-left:4px;
 margin-bottom:0;
 }
 
+.notice-options .form_repeat.dialogbox input.submit_dialogbox {
+    float: right;
+    min-width: 80px;
+}
+
 #pagination {
     background-color: #f2f2f2;
     clear: left;
@@ -1443,6 +1460,16 @@ margin-left:0;
 .notice > footer {
     clear: left;
     font-size: 0.8em;
+    margin-left: 56px;
+}
+
+.notice > footer > h3 {
+    margin-bottom: 0;
+    margin-top: 1em;
+}
+
+.threaded-replies .notice > footer, .section .notice > footer {
+    margin-left:33px;
 }
 
 .notice > footer .timestamp span.p-name {