X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=a71f19aa48e6bfea4112ecc24f5f198d35b17c4d;hp=0487d420b31f98c5ce5dac05951ce55fab2abbbc;hb=9162a092d2729702ec879ee58403181514202e50;hpb=81012713907ffbcfec739952ab5988458e35c787 diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 0487d420..a71f19aa 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -40,7 +40,9 @@ margin: 20px; } -#view-port { +#view-port-container { + /* Needed to allow the radius to clip the inner content, see bug 595656 */ + overflow: hidden; border: 1px solid #9C9CFF; border-radius: 5px; } @@ -573,7 +575,6 @@ } .detail-view-container { - overflow: auto; padding: 2em; font-size: 110%; } @@ -607,14 +608,14 @@ #detail-desc-container { margin-bottom: 2em; - /* This is necessary to fix layout issues with multi-line descriptions, see - bug 592712*/ - outline: solid transparent; } #detail-desc { -moz-margin-start: 6px; white-space: pre-wrap; + /* This is necessary to fix layout issues with multi-line descriptions, see + bug 592712*/ + outline: solid transparent; } #detail-contributions { @@ -646,9 +647,14 @@ margin-bottom: 2em; } +.detail-row[first-row="true"], +.detail-row-complex[first-row="true"] { + border-top: none; +} + .detail-row, .detail-row-complex { - border-bottom: 1px solid #9C9CFF; + border-top: 1px solid #9C9CFF; -moz-box-align: center; }