]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'nightly' into repeat_as_shareplugin
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 12 Mar 2015 14:21:23 +0000 (15:21 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 12 Mar 2015 14:21:23 +0000 (15:21 +0100)
theme/base/css/display.css
theme/neo-gnu/css/display.css
theme/neo-quitter/css/display.css
theme/neo/css/display.css

index 091a4ad5420cddd12068916ddb1c8eee2c5e791a..4df34ad8cb01136a6eac984d1d883adde969ad92 100644 (file)
@@ -723,10 +723,8 @@ font-style:italic;
 .notice-options {
     margin-bottom: 7px;
     margin-top: 12px;
-}
-
-.notice-options {
     float: right;    
+    position: relative;
 }
 
 .notice-options fieldset {
@@ -1172,6 +1170,7 @@ cursor:pointer;
 
 .dialogbox {
 position:absolute;
+    width: 200px;
     top: 0px;
     right: 0px;
 z-index:9;
@@ -1212,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;
index ea5309b3265ed17a320f51926222d99030f680b5..39cce89e482edb178fd01b8aeca1c89de754c53a 100644 (file)
@@ -477,10 +477,6 @@ div.entry-content a.response:after {
     padding-top: 10px;
 }
 
-.notice-options .form_repeat.dialogbox input.submit_dialogbox {
-    min-width: 80px;
-}
-
 #content .threaded-replies .notice .author .photo {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
index bdaea98e52a7f8c7fc77d314b429cdc99b3f5b52..10ac168666e5bb4ea402ac38fdd9ac36730c8a3a 100644 (file)
@@ -1291,10 +1291,6 @@ div.entry-content a.response:after {
     padding-top: 10px;
 }
 
-.notice-options .form_repeat.dialogbox input.submit_dialogbox {
-    min-width: 80px;
-}
-
 #content .threaded-replies .notice .author .photo {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
index 69d9eded49dcf4f2389abe84a5d4d063b57d81ae..601845164b5d532d3465492fb116c63de102bac9 100644 (file)
@@ -441,10 +441,6 @@ abbr {border-bottom: none;}
     padding-top: 10px;
 }
 
-.notice-options .form_repeat.dialogbox input.submit_dialogbox {
-    min-width: 80px;
-}
-
 .user_in.realtime-popup .notice div.e-content {
     max-width: 320px;
 }