X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Frebase%2Fcss%2Fdisplay.css;h=f5691312135932c203c38dd5b62ae8197bfb04e6;hb=4b24f09ab4212bb696ed5bd73b4b0454c3d52a6f;hp=98e7a323d619c0712de971e9e6154521b18b5ec8;hpb=17f5cc4f29c2f9408636dd3e628cf1521b4a08e2;p=quix0rs-gnu-social.git diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css index 98e7a323d6..f569131213 100644 --- a/theme/rebase/css/display.css +++ b/theme/rebase/css/display.css @@ -245,7 +245,7 @@ address .poweredby { height:16px; } -.form_notice .form_note { +.form_notice .count { position: absolute; bottom: 0px; right: 125px; @@ -253,19 +253,19 @@ address .poweredby { font-size: 0.8em; } -.form_notice .form_note dt { +.form_notice .count dt { display:none; } -.form_notice #notice_text-count { +.form_notice .count { color: #777; } -.form_notice.warning #notice_text-count { +.form_notice.warning .count { color: #ff0000; } -.form_notice #notice_action-submit { +.form_notice .submit { padding:0; position:absolute; right:0; @@ -302,7 +302,7 @@ address .poweredby { margin-left: -2px; } -.form_notice #notice_data-attach_selected code { +.form_notice .attach-status code { font-size: 1.2em; } @@ -312,13 +312,13 @@ address .poweredby { padding: 6px 2px 6px 5px; } -.form_notice #notice_data-attach_selected button.close { +.form_notice .attach-status button.close { float:right; font-size:0.8em; } -.form_notice #notice_data-geo_wrap label, -.form_notice #notice_data-geo_wrap input { +.form_notice .notice_data-geo_wrap label, +.form_notice .notice_data-geo_wrap input { position:absolute; top: 55px; right: 88px; @@ -329,11 +329,11 @@ address .poweredby { display:block; } -.form_notice #notice_data-geo_wrap input { +.form_notice .notice_data-geo_wrap input { visibility:hidden; } -.form_notice #notice_data-geo_wrap label { +.form_notice .notice_data-geo_wrap label { font-weight:normal; font-size:1em; margin-bottom:0; @@ -687,6 +687,7 @@ display:none; float: left; position: relative; margin-bottom: 10px; + width: 100%; } #aside_primary .notices li { @@ -1398,7 +1399,7 @@ display:block; padding: 4px 4px 4px 26px; } -.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input { +.entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input { background-color: #ccc !important; border: none; } @@ -1407,7 +1408,7 @@ display:block; padding: 2px 4px 4px 28px; } -.entity_actions a:hover, .entity_actions p:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover { +.entity_actions a:hover, .entity_actions p:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover, .entity_actions .entity_nudge input:hover, .entity_actions .entity_delete input:hover { background-color: #f2f2f2 !important; } @@ -1453,7 +1454,7 @@ margin-bottom:11px; .entity_send-a-message .form_notice select { display:none; } -.entity_send-a-message .form_notice #notice_action-submit { +.entity_send-a-message .form_notice .submit { position: absolute; top: 52px; right: 0px; @@ -1716,7 +1717,7 @@ body.realtime-popup { width: 340px !important; } -.realtime-popup .form_notice #notice_action-submit { +.realtime-popup .form_notice .submit { top: 58px !important; height: 2em; font-size: 0.8em; @@ -1727,7 +1728,7 @@ body.realtime-popup { right: 70px; } -.realtime-popup .form_notice #notice_data-geo_wrap label, .form_notice #notice_data-geo_wrap input { +.realtime-popup .form_notice .notice_data-geo_wrap label, .form_notice .notice_data-geo_wrap input { right: 2px; } @@ -1770,7 +1771,7 @@ button.close, .entity_role_administrator input.submit, .entity_role_moderator input.submit, .notice-options .repeated, -.form_notice label[for=notice_data-geo], +.form_notice label.notice_data-geo, button.minimize, .form_reset_key input.submit, .entity_clear input.submit, @@ -1923,10 +1924,10 @@ background-position:0 -1054px; .form_notice label[for=notice_data-attach] { background-position: 0 -328px; } -.form_notice label[for=notice_data-geo] { +.form_notice label.notice_data-geo { background-position: 0 -1780px; } -.form_notice label[for=notice_data-geo].checked { +.form_notice label.notice_data-geo.checked { background-position: 0 -1846px; } @@ -1952,8 +1953,27 @@ margin-bottom:18px; padding-left:20px; } +#input_form_nav { + list-style-type: none; +} + +#input_form_nav li { + display:inline; +} + +.input_form_nav_tab.current { + text-decoration: underline; +} + +.input_form { + display: none; +} + +.input_form.current { + display: block; +} -}/*end of @media screen, projection, tv*/ +/*end of @media screen, projection, tv*/ @media print {