From: Mikael Nordfeldth Date: Thu, 12 Mar 2015 14:21:23 +0000 (+0100) Subject: Merge branch 'nightly' into repeat_as_shareplugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5bea746fa81d70335717f592fadb80f3892f7d73;hp=6f0f8cd6c70e1de7ade3d2b26d36ed4cd4197769;p=quix0rs-gnu-social.git Merge branch 'nightly' into repeat_as_shareplugin --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 091a4ad542..4df34ad8cb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -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; diff --git a/theme/neo-gnu/css/display.css b/theme/neo-gnu/css/display.css index ea5309b326..39cce89e48 100644 --- a/theme/neo-gnu/css/display.css +++ b/theme/neo-gnu/css/display.css @@ -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); diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index bdaea98e52..10ac168666 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -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); diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index 69d9eded49..601845164b 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -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; }