X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbase%2Fcss%2Fdisplay.css;h=f5638e58ab369017aa2b21198eb21a7bbd820558;hb=21011cfc929bfb6d4f4727fdddd30d4f225f2570;hp=149fb323b71734ee03841de5ed1fd20cddc3bcd7;hpb=a3769e4bf9489fcab666df0fba77d2238cbcdb06;p=quix0rs-gnu-social.git diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 149fb323b7..f5638e58ab 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -176,15 +176,19 @@ option { address { float: left; position: relative; - top: 1px; - left: 2px; - margin: 0px; + margin: -2px 0 3px 0; padding: 0px; - height: 24px; - width: 148px; z-index: 99; } +address a, address img { + display: block; +} + +address img { + max-width: 158px; +} + address img + .fn { display: none; } @@ -293,7 +297,7 @@ address .poweredby { display: none; } -.form_notice #notice_data-text-label { /* XXX remove? */ +.form_notice #notice_data-text-label { /* TODO can remove this now? */ display: none; } @@ -520,7 +524,7 @@ address .poweredby { .checkbox-wrapper.unchecked label.checkbox { padding-left: 20px; - background: url(../images/lock_open.png) no-repeat 0px 0px; + background: url(../images/icons/lock_open.png) no-repeat 0px 0px; opacity: 0.6; } @@ -531,7 +535,7 @@ address .poweredby { .checkbox-wrapper.checked label.checkbox { padding-left: 20px; - background: url(../images/lock.png) no-repeat 0px 0px; + background: url(../images/icons/lock.png) no-repeat 0px 0px; color: red; opacity: 1; } @@ -595,10 +599,6 @@ address .poweredby { margin-bottom: 20px; } -body[id$=adminpanel] #aside_primary { - display:none; -} - /* notices */ @@ -830,7 +830,7 @@ clear:both; #jOverlayContent, #jOverlayContent #content, -#jOverlayContent #content_inner { /* XXX still needed? */ +#jOverlayContent #content_inner { /* TODO can remove this now? */ width: auto !important; margin-bottom:0; } @@ -1475,12 +1475,13 @@ margin-bottom:11px; } .form_settings .form_note { -border-radius:4px; --moz-border-radius:4px; --webkit-border-radius:4px; padding:0 7px; } +.form_settings .form_response { + margin-top: 10px; +} + .form_settings input { margin-right: 20px; } @@ -1510,6 +1511,10 @@ font-size:150%; min-height: 0; } +#content .notice-source-system .notice div.entry-title { + font-style: normal; +} + span.rtl { display: block; direction: rtl; @@ -1517,48 +1522,6 @@ span.rtl { float: right; } -/* override OStatus plugin style */ - -#form_ostatus_connect.form_settings.dialogbox, #form_ostatus_sub.dialogbox { - width: 76%; -} - -#form_ostatus_connect.form_settings.dialogbox legend { - font-size: 1.4em; - font-weight: normal; - padding-bottom: 10px; -} - -#form_ostatus_connect.dialogbox .form_data label, -#form_ostatus_sub.dialogbox .form_data label { - font-weight: normal; - font-size: 1.2em; - width:34%; -} - -#form_ostatus_connect.dialogbox .form_data input, -#form_ostatus_sub.dialogbox .form_data input { - float: right; - width: 52% !important; -} - -#form_ostatus_connect.dialogbox .form_data .form_guide, -#form_ostatus_sub.dialogbox .form_data .form_guide { - background: none !important; - text-align: right; - margin-right: 16px; -} - -.section .entity_actions { - margin-right: 0px !important; -} - -.section .entity_remote_subscribe { - color:#000 !important; - padding-left: 26px !important; - background-position: 4px -1183px !important; -} - #filter_tags ul li, .entity_send-a-message .form_notice, .form_settings fieldset fieldset, @@ -1759,11 +1722,6 @@ display:block; text-align:left; width:100%; } -.entity_actions a { -text-decoration:none; -font-weight:bold; -display:block; -} .entity_actions a, .entity_actions input, .entity_actions p { color: #333 !important; @@ -1772,6 +1730,8 @@ display:block; } .entity_actions a { +text-decoration:none; +display:block; padding: 3px 4px 4px 28px; }