X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbase%2Fcss%2Fdisplay.css;h=3268aea39be0bffa884774f39dd764d584abcf7b;hb=ea4ebe280ac486b21ed2f2f24ca363bbaf45fa60;hp=a278126dc29dd74e7e59835abc6d1eff59dfdd01;hpb=338aa4bf1d36e11a354c67796509c6d1fec2aac2;p=quix0rs-gnu-social.git diff --git a/theme/base/css/display.css b/theme/base/css/display.css index a278126dc2..3268aea39b 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -346,14 +346,12 @@ list-style-type:none; float:left; text-decoration:none; padding:4px 11px; -border-radius-topleft:4px; -border-radius-topright:4px; +border-top-left-radius:4px; +border-top-right-radius:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -border-radius-topleft:0; -border-radius-topright:0; border-width:1px; border-style:solid; border-bottom:0; @@ -381,13 +379,13 @@ display:block; width:80%; padding-right:10%; padding-left:10%; -border-radius-toprleft:0; +border-top-left-radius:0; -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0; -border-radius-topright:4px; +border-top-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; -border-radius-bottomright:4px; +border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; } @@ -398,13 +396,10 @@ box-shadow:none; } body[id$=adminpanel] #content { -border-radius-topleft:7px; -border-radius-topright:7px; +border-top-left-radius:7px; -moz-border-radius-topleft:7px; --moz-border-radius-topright:7px; -webkit-border-top-left-radius:7px; --webkit-border-top-right-radius:7px; -border-radius-topright:0; +border-top-right-radius:0; -moz-border-radius-topright:0; -webkit-border-top-right-radius:0; } @@ -488,6 +483,7 @@ min-height:259px; padding:1.795%; float:left; border-radius:7px; +border-top-left-radius:0; -moz-border-radius:7px; -moz-border-radius-topleft:0; -webkit-border-radius:7px; @@ -975,6 +971,29 @@ max-height:96px; margin-right:18px; float:left; } + +.oauth-desktop-mode #wrap { + min-width: 500px; +} + +.oauth-desktop-mode #content { + width: 480px; + padding: 6px; + margin: 4px 0px 0px 4px; + border-top-left-radius: 7px; + -moz-border-radius-topleft: 7px; + -webkit-border-top-left-radius: 7px; +} + +.oauth-desktop-mode fieldset { + margin-bottom: 10px !important; +} + +#oauth_pin { + text-align: center; + font-size: 3em; +} + #showapplication .entity_profile { width:68%; } @@ -1302,15 +1321,6 @@ margin-left:4px; .notice .attachment.more { padding-left:0; } -.notice .attachment img { -position:absolute; -top:18px; -left:0; -z-index:99; -} -#shownotice .notice .attachment img { -position:static; -} #attachments { clear:both; @@ -1693,6 +1703,12 @@ width:auto; min-width:0; } +.inline-attachment img { + /* Why on earth is this changed to block at the top? */ + display: inline; + border: solid 1px #aaa; + padding: 1px; +} }/*end of @media screen, projection, tv*/